Fredrik Park
Fredrik Park
I will be using cargo-bump in my CI/CD setup at work to automatically update the version when a merge to development happens. Could the functionality of cargo-bump be exposed as...
I generally use the following ~/.cargo/config.toml ``` [build] target-dir = "/home/sedrik/.cargo/target" ``` But having this setup and a lib crate with binaries in it caused `cargo sqlx prepare -- --lib...
Currently the client does not detect if a message is not sent and therefore it gets lost. It would be nice if the client would try to resend the message...
Hi I want to hide a websocket connection inside an actor to make it transparent to the rest of my system, I am however struggling with the proper setup using...
Hi, Thanks for such a great project! I would love to always run the tests no matter if clippy or check finds any errors. I believe that in https://github.com/Canop/bacon/issues/42 they...
Hi npm-bundle is recommended when bundling a package for use with AWS Device Farm. As I want to run our tests there I wan't to include `jest` and `webdriverio` in...
I just found out that erlgit currently does not support removed files. escript: exception error: no function clause matching git:change_type("R ") (src/git.erl, line 297) in function git:'-status_changed_files/2-lc$^0/1-0-'/2 (src/git.erl, line 315)...
The feature introduced in pull request #4 needs a test case.
Hi I have spent a couple of hours debugging why my implementation was not working. The issue being that I tried to connect to a wss:// socket without the ssl...