Jens Reimann
Jens Reimann
I think that there is still an issue using this crate on a WASM target. https://github.com/ramosbugs/openidconnect-rs/pull/58 isn't merged yet. I am using this already, and it works for me. I...
It would be nice if there would be a new "exec" mapper that simply sets exec bits only. Configuration: ``` exec myapp true true true ``` All files matching that...
Using code blocks show different level of gray for the block background and the line background:  I think this is due to fact that `` and `` use different...
The types `Patch`, `PatchOperation`, and all of their used types are marked as `PartialEq` only. Although all used types (like `Value`) also do support `Eq`. I think it would be...
Currently you can only configure `cargo run` and `cargo test`. However it would great to run other `cargo` commands as well.
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
It looks like the `rustls::verify::ClientCertVerifier` trait is private, and thus allows no custom implementations. Also, the existing implementation of the trait require a pre-created "root store" of certificates, which is...
Pressing the "Add matrix.org's bridge" for Slack, half-way adds the slack bridge. However, you can't remove it any longer:  In the logs I can see some errors: ~~~ Nov...
To me it is unclear what the "most recent" version of Streamsheets is. * The main readme of the repository shows a badge for version `2.1` * The package.json file...
### Description ### Steps to Reproduce 1. Create a new MQTT 5 connector 2. Create a new MQTT Consumer/Producer **Expected behavior:** I should have the option to configure userProperties (like...