John Vandenberg

Results 1066 comments of John Vandenberg

IMO the https://github.com/openapi/actix-swagger/tree/master/demo needs a `main.rs` so the openapi service can be run , and used to verify it is working.

https://github.com/lukaslueg/built/issues/49 may be of some use, allowing access to only direct dependencies, which is closer to the dependency list that appears in `Cargo.toml`. With cargo workspaces, it would now be...

https://github.com/bnjbvr/cargo-machete has option `--fix` which can do this.

https://github.com/TimonPost/cargo-toml-format has some good notes on how this block should be formatted.

Someone in my team is experience a strange problem when running a task which has `npx` as the `command`. It works if they run the same command in git bash....

I am keen to keep this PR, until a better PR is created, as I feel this one is quite close to being ready.

It will still fail like this if julia or JuliaFormatter hasnt been installed, and the error message doesnt tell them how to fix the problem. And https://github.com/JuliaString/Format.jl is the first...

Was there something here that py2many could have done better? If not, can this issue be closed?

That library is still seeing a lot of development. It looks like it will allow `with open(...)` and `with NamedTemporaryFile()` without any plugins, as it allows using Python names and...