Jens Reimann

Results 241 issues of 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...

improvement

Using code blocks show different level of gray for the block background and the line background: ![image](https://user-images.githubusercontent.com/202474/38866833-7583ccee-4242-11e8-8260-282fd8e97ec6.png) 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.

enhancement

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

B-semver-minor
A-web

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: ![image](https://user-images.githubusercontent.com/202474/141688756-8f96d324-b388-475a-935f-c3ca6980ad7f.png) 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...