Pascal Hertleif
Pascal Hertleif
Looks good to me. (If you want me to explicitly review code, just mention me, I'd be happy to have a look when I have the time.) Are the characters...
I'm not really a fan of how the implemented "expand". It's far too complicated to use and I think it only makes sense when you have ≥10 options and don't...
> Would you suggest extending the current implementation of list, or would it be okay for you with a separate function for "list menu with shortcuts"? I would try to...
Just ran cargo-bloat on a project using this crate (through image) and this was at the top: 5.9% 10.3% 178.4KiB inflate::InflateStream::next_state So, yeah. That's way larger than I expected it...
Ah yes, 0.3.3 is the latest version but it doesn't contain #35. @eddyb since this issue is about using codegen units, I don't think this affected at all? (But I...
Hey folks, I started https://github.com/killercup/pest-ast-generator for fun a few days ago and just now saw this issue. The approach I took is very simple -- the goal was to get...
Hehe, I just saw that there were some other (closed) issues/PRs concerning this. Just close this issue if it's no longer relevant.
No problem. I'll try to look into it tomorrow.
I [forked this](https://github.com/killercup/gulp-raml2html/commit/832fc88ba6349a65d0536539a0e70220fdeaa7b6) and added the single-line change, but so far I didn't have time to write a test (it seems to me that I'll have to include `vinyl-fs` to...
@nvh, yes, you are right. I should've seen those early returns ;) You should send this as a PR.