Questions tagged [halfmoon]

4 questions
2
votes
1 answer

Input gets messed up inside
tag

I am putting an input group inside a
tag. Outside, it works nicely, but inside, the input's height increases. Please note, I am using Halfmoon for my project. (Disclaimer: I built the project myself) Anyway, here is the code:
darkhorse
  • 8,192
  • 21
  • 72
  • 148
0
votes
1 answer

Scikit Learn Dataset

In Scikit learn, when doing X,Y = make_moons(500,noise = 0.2) and after printing X and Y, I see that they are like arrays with a bunch of entries but with no commas? I have data that I want to use instead of the Scikit learn moons dataset, but I…
jbg05
  • 51
  • 7
0
votes
1 answer

How to make footer sticky with Halfmoon?

I'm trying to make a footer sticky with halfmoon but I see nothing in the documentation and I cannot find anything online. I would like to achieve sticky footer like this :…
TheMackou
  • 123
  • 1
  • 2
  • 11
0
votes
1 answer

How do I bundle npm Halfmoon's JS with existing code via Gulp?

So, I want to use the Halfmoon framework in a personal project and I have it downloaded via npm. In order to use the Javascript it shows as an example (in this page https://www.gethalfmoon.com/docs/download/#using-npm) to import the library with a…
macintosh
  • 98
  • 8