FirelightFlagboy
FirelightFlagboy
### Version 2.12.0-rc3 ### What platforms you were running our software when the bug happened ? Linux ### What happened ? When launch `parsec` from a terminal, I get the...
oxidize the module at `oxidation/libparsec_python/src/storage.rs`
This PR correct the bug I was getting in #362. This problem was that draft aren't updated once created. I've rewrote how the function `release` handle a draft and a...
## Prelude Hi, I'm using this action to create a release. I provide a body to that release that contain the check sum of the released artifacts. Those check sum...
I've added pre-commit + prettier hook to format the files present on the repo. The reason why I've formatted the files is because I've used a script to update the...
### Steps to reproduce the bug with the above code 1. Create a new project `foobar` & move into it: ```shell cargo new foobar cd foobar ``` 2. Add the...
**What steps did you take and what happened:** 1. I've configure `vault-provider` like so ```bash helm install vault hashicorp/vault -f kube-cluster/helm/vault.yml ``` `kube-cluster/helm/vault.yml` contain the following data: ```yaml global: enabled:...
## Version ``` taplo 0.8.1 ``` ## Steps to reproduce ```shell # Install [email protected] cargo binstall -y [email protected] # Confirm taplo is installed taplo --version # Try to print the...
Currently the crate `rstest` cannot be renamed. That would be nice if it could have something like the proc-macro `tokio::test` where you can rename the crate by providing the attribute...
Currently I've the following sample test that I would like to make it work using `rstest` and `wasm_bindgen_test` to be able to run in using `wasm-pack test`. ```rust use wasm_bindgen_test::wasm_bindgen_test...