Matt Green

Results 18 comments of Matt Green

Have you tried using the existing timeout functionality? Elevate knows what request it's waiting on, and aborts it automatically.

That makes sense; you want the request to go longer than one minute, rather than having the task's timeout take a certain amount of time, right?

OK, that's perfectly reasonable. I hope your server is using async I/O though :). I'd be glad to merge this if you changed the option name to `request_timeout` to differentiate...

Of course! The whole point of Elevate is synchronous-cancellable I/O. I'd just rather work on other parts of it beyond HTTP.

Thanks for the kind words. I like this idea, but currently the way it handles async is pretty ad-hoc at the moment. I'd like to move to Futures so I...

Great idea! This will involve some pretty major changes, so I'm tagging it with 2.0. I'm open to discussion on what the config file will look like. I prefer as...

I can't think of anything that would cause this. Can you provide a minimal working example?

Thanks for the example, @thisKai. Can you try replicating it by running `cmd.exe /C .\script.ps1`? It should produce the same behavior. I think the issue is we always use `cmd.exe`...

> Could there be an opportunity here to increase watchexec's usability by adding an option dedicated to ignoring subfolders ? Perhaps, though this is the first issue I've seen about...

Dug into this issue a bit, here's what I found using LLVM 9 installed via Homebrew. 1. If you are okay using the new `PassManager` infrastructure to run your passes...