Míla Kuchta

Results 58 comments of Míla Kuchta

@ljharb I don't know from where the source data come from, but I'm quite sure it can be improved by first class support in the command, since getting even few...

@bayareaunicorn That's what it's typically combined with, but if you want to access actual values from a callback provided there, that's when you would want to use it. Despite it's...

@bayareaunicorn Well, useChildCallback is probably better then useEffectEvent, but considering that people are alredy used to that returned reference from useHooks changes as often as some of it's dependencies, I...

@Gregoor Fair point. So maybe useEffectCallback would be better choice, since calling it Event is quite misleading as well...

@TimWhiting Thank you, Tim. Very nice job with extension letting me update it directly 👍

I was thinking the same question, when I came across fun vs fn keywords 🙂 Koka is definitely not bad, it's actually much more consistent than anything I've come across...

I had the same problem. Also worth mentioning is: ``` ⚠️ The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead. Learn more...

@Araq What about "A separator is either the underscore or a invisible between a case switch" (when lowercase followed by uppercase or one left if uppercase followed by lowercase). IMHO...

@hq @kubouch But it seems `rm` don't match the behavior of legacy shells which by default refuse to remove directories which basically eliminates this issue...

Nim also has a quite nice macro/template system: - [Templates](https://nim-lang.org/docs/manual.html#templates) - [Macros](https://nim-lang.org/docs/manual.html#macros)