Geobert Quach

Results 143 comments of Geobert Quach

> > > still needs [hyperium/hyper#2321](https://github.com/hyperium/hyper/issues/2321) no? Oh, indeed, thanks for your answer!

I don't use `hyper` directly (only through `warp`) so it's hard to give a feedback that I'm confident in. But after reading, the proposal seems sensible to me :)

I feel TaskSwitcher could be more effective with this feature :D

Sorry, I was not clear enough ^^' I was talking about associating a hotkey with a direct access to TaskSwitcher itself, not one of the suggestions :)

Yeah tried it and I prefer tab and keeping space as space :)

I have some windows which are accessible through hotkeys thanks to Autohotkey so I don't need them in the list :)

yes, filter them out by the name between parenthesis

Thank you for your answer! I see! I think there's an issue on Windows because even in the folder, I get the absolute path :-/ It works on Linux though!

We still need a release to be able to use it through crates.io :)

# Proposal ```rust #[derive(FromArgs)] /// MyCMD struct Opt { #[argh(positional(1))] // expected number of items /// script files to run test_file: Vec, } ``` if minimum number of expected item...