Big Jake
Big Jake
@natemcmaster this is a common pattern used in compilers and other such tools (configure, etc) and is used to invert the default meaning of a switch. However I do believe...
@natemcmaster Is that mapping a prefix to a state? I am a little unclear on how it would be used. How would I get from `o.Map("--no", ToggleState.No)` to `--no-unused-parameter` and...
@natemcmaster ahh ok. I see now. Yes, I think that would work nicely. The only scenario that isn't covered is `--touch-screen=(enabled|disabled)`, but this could be accomplished with existing functionality. It...
Ah. Yes of course - makes total sense.
@TheConstructor Some thoughts: ` (-b|--banana)|-a|(-p|--pear) Fruit: Banana, Apple, Pear` - I would hate to require my users to understand regular expression syntax. `--[no-]fruit (don't) offer fruit` - the presence or...
I am having the same issue. Is this package really not dart 2 compatible?
I use `dart:mirrors` for a tool similar to pigeon to generate custom type serializers, etc.
@mit-mit How would adding something like a single "dart only" checkbox complicate the pub.dev ui?
What does init do that enables debugging? I have written a host and I'm trying to get script debugging to work.
Ah ok. I thought this was a continuation of the one that was used in qt creator. Is that version available somewhere? I looked for it in the creator repo...