kabir shah
kabir shah
Hmm, maybe the tarball didn't install correctly? Can you check the size/contents of the tar.gz file and check if it actually contains something?
Interesting. Can you attempt to diagnose the type of file? Try using `file`. ```sh file moon-template.tar.gz ``` If it doesn't work, try using `cat` to check if it is in...
Hey! What command did you use to run the CLI? You may have accidentally added a custom template URL as the second argument. Try running: ```sh moon app ``` Under...
Yeah this is a known issue, and there is nothing I can do about it. It's with the way Git Bash handles input, and it doesn't allow normal interactive input....
Everything is the same except for initializing. It was just rewritten.
@janka102 There is nothing wrong with it, but it should be fixed in v1.
@janka102 The current build in all official Moon repos are v1 (development) compatible. Moon v1 is essentially going to be a _huge_ release that introduces some of breaking changes making...
Hey, I appreciate the detailed response. The `col` classes aren't meant to be used together, which looks like the main problem here. `col` resizes to fill the rest of the...
Nope, it's not an issue. The version on this repository is the current _development_ of `1.0.0`.
Ahh yes. The problem is that using `appearance: none;` will require an arrow SVG to be included with Wing (increasing the size by a significant amount as different colors will...