Jawher Moussa

Results 38 comments of Jawher Moussa

In case it might be useful: here's another eample where this issue manifests itself: * StackOverflow question: https://stackoverflow.com/questions/73432013/trying-to-understand-why-changing-a-variable-re-triggers-reactive-statements-of * REPL demonstrating the issue: https://svelte.dev/repl/d07ffc88e4a34cb797d2ceb6ba0ec6a4?version=3.49.0 According to a comment on the...

Thanks for the feedback. Good proposal, adding it to the to do list.

@skyzyx Nice catch ! I just pushed a commit to fix a bug in a slice allocation len 🤦‍♂️

@schmich Thank you for your kind words and for raising this issue. It's been a while now that I have been thinking about this idea, ie. something similar to Cobra's...

@mozillazg sorry, but I haven't been able to look at this yet.

This might be trickier than expected: when the FSM finally gives up, it could have traversed multiple different routes, with backtracking, so three isn't necessarily a single path you could...

Thank you very much for this pull request. It might take me a couple of days to go through the code and be back with feedback, so stay tuned !

@woodensquares Again, really really sorry for the delay, sometimes, life happens in the meantime 😊 I skimmed through the diff, and I have 2 (general) questions/remarks: * What is the...

Custom option/argument type let you implement your own enum type. Alos, since #96, help messages can be nicely formatted. Here's an example: https://gist.github.com/jawher/8b3720e5a166e5219397ce2b8c8f7ddb Here's how the help message would look...

There are 2 things going on here: - The `ErrorHandling` field is not fully documented in `mow.cli`. My bad. I'll fix it - `flag.ContinueOnError` is not a very good or...