Boscop
Boscop
Yeah, on Windows I also get an absolute path :/
Also argument chaining would be nice, e.g. if `-a` and `-b` are bool flags, it should be possible to pass both with `-ab`.
Yes please! Without the ability to [chain subcommands](https://github.com/google/argh/issues/71), flattening is desperately needed. Btw, this seems to be a duplicate of https://github.com/google/argh/issues/15
Alternatively, to let the programmer decide (because maybe they want to use `-h` for something else), there should be a way to manually call the function that prints the usage...
Hi, I tried to install scs via conda on Windows 10, but I get an error: ``` Collecting scs==2.1.2 Downloading scs-2.1.2.tar.gz (3.5 MB) Pip subprocess error: The system cannot find...
@h-vetinari Thanks for your help, I really appreciate it :) (I'm new to the conda ecosystem, coming from Rust.) This is the output: Output of conda info ``` active environment...
Haven't had time to try it yet but I'll try it as soon as I'm back. Thanks :)
@embryCODE Maybe it's related to this line being commented out? https://github.com/mudcube/MIDI.js/blob/a8a84257afa70721ae462448048a87301fc1554a/js/midi/player.js#L116
Yew [supports SSR](https://yew.rs/docs/next/advanced-topics/server-side-rendering) now, maybe a similar approach would make sense for dominator?
@uselessgoddess What if you call `.fuse()` on the iterator, does it still panic if you keep calling `next`?