Jens Reimann
Jens Reimann
Dumping a complex object prints out `[object]`. For debugging purposes, it would be great to have something like: `{{ page | debug}}`. Maybe it's already there, I couldn't find it.
### Motivation Having to deal with a structure of: ~~~js export type State = {| styles: {| [key: string]: $Shape, |}, attributes: {| [key: string]: { [key: string]: string |...
Creating a `Cors` middleware requires configuration in some cases. That needs testing. However, it is pretty hard to test a created `Cors` instance as it doesn't expose its values. ##...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.72.0 (5680fa18f 2023-08-23)...
Currently there seem to be only pre-release versions of `lightningcss`: https://crates.io/crates/lightningcss/versions That makes is pretty problematic re-using it as a dependency. It would be great if there could be a...
On the homepage it is mentioned that Langium can be used for IntelliJ editors. However, I wasn't able to find any information on how this could be achieved. I think...
**Description:** I have a language server, which provides problem diagnostics. It works in VScode. But with this project, I can see the annotations for a brief moment, before they disappear...
I have the feeling there is a session leak in the server code in case the server gets "too many" messages. This is the scenario: * Use the `subs.rs` example...
Right now the volume binding mode is hard-coded to `WaitForFirstConsumer`: https://github.com/kubernetes-sigs/kind/blob/7c2f6c1dcd332c039ac3e7d3e3dc0dd1ec2e6a6d/pkg/build/nodeimage/const_storage.go#L143 Having that configurable would have provided a workaround for https://github.com/helm/helm/issues/10733
Using Fulcio, it is possible to request different key (and digest) configuration. ECDSA256 with SHA256, but also ECDSA384 with SHA384 (among others). However, in Rekor it seems that it is...