Jakob Bowyer

Results 6 issues of Jakob Bowyer

Is there a way to reliably and safely kill a FileSystem worker and its port?

I have a route that requires `test=a,b` but when passed as a param to `Req` it converts that into `test=a%2Cb` which is wrong. Current work around is ```elixir defp put_param_unencoded(req)...

# Error Info Error name: Error Error message: panicked at 'called `Option::unwrap()` on a `None` value', core/src/loader.rs:457:42 Error stack: ``` Error: panicked at 'called `Option::unwrap()` on a `None` value', core/src/loader.rs:457:42...

error-report

I think this adds attachments, I have been using it locally for a while

Hi back again to try and build from source on develop. I installed the recommended rust version `nightly-2022-11-02` and I cloned the project. I have llvm15 installed. I run cargo...

Hey, firstly thanks for this project and your work on it. Its great! I spent several hours trying to get a few simple hello world programs built for two devices,...