Erik Dannenberg
Erik Dannenberg
This is really just a work around, and one that will sooner or later lead to problems as the input becomes uncontrolled. For any serious work controlled inputs are a...
From what I gathered a clean fix is not possible due to the async rendering used by Clojure React wrappers like Om or Reagent. Reagent (after much discussion) resorted to...
Fix works, but seems to have some side effects. After switching to `0.2.23` text-fields don't update anymore unless I'm actually typing in the field: ``` [:input {:value (:foo @state)}] [rui/text-field...
Intrigued by #435 I ran PhpStorm's code inspection on the repo. Oh my. :) I guess a lot of them are to be expected due to the custom aspects of...
Couldn't reproduce this with a fresh install (no binary packages). Maybe resolved by upstream?
Thanks for the PR, nice catch!
> Exactly. You can use Bash variables. One tiny issue with this approach though, newlines in the variable are currently not respected. `echo -e` in `print_help` would be nice. >...
>Concerning your other points, I plan to introduce callable functions (for parsing, validation, help, ...) that one will be able not to call, or override. Although it is not exactly...
After re-reading, so the only point of `ARG_OPTIONAL_BOOL` generating the negating option is overriding a possible previous occurence in the current args? I can see the code being a bit...
Much better already, thanks. As for customizing I still think an approach as I outlined in [#3](https://github.com/matejak/argbash/issues/3#issuecomment-279915979) (last section) should leave no wishes when it comes to customizing. So instead...