Mitesh

Results 66 comments of Mitesh

> The first method saves me from writing some custom css. The second saves me from scaffolding a new project. The cli is definitely not a requirement but it'd probably...

> If possible get rid of node-sass Done in #94 > Improve release tooling Automated release and publish using a shell script, nothing too fancy; in https://github.com/oxalorg/sakura/commit/414bf4030f0c018b7c8297989ba76e0fe8181a18

Hey @RoyiAvital That's a good idea, what is your suggestion to add these? Since we're _mostly_ classless, is there an existing html element where we can do something? If not...

@hedgecox Yes I agree. I wanted to include it, but instead thought it would be better to recommend people to use Normalise.css as I was not *too* keen on reimplementing...

I 💯 agree with both of y'all! Maybe it's time to get rid of the modal completely! :)

Thanks this does make sense. I'd like to see if we can make it a bit less strict by default, if not then maybe think about toggling it/removing it altogether.

This is super valuable feedback though, I can see how this entire flow gets frustrating real quick!

Yes I think changing the behavior of `int` doesn't feel right. Then we're neither completely true to Clojure nor completely true to Clojurescript and we're somewhere in between which makes...

@avidrucker Thanks for the detailed issue. Yes some exploration / pointers on what would be the best way to tackle this would surely be appreciated 🙌 !!!

@kennyjwilli I wrote a plugin which de-sorts (or rather natural-sorts based on line number of functions) https://github.com/oxalorg/kaocha-plugin-examples/blob/main/test/hello_test.clj This is probably a very bad & incomplete solution but I started repl...