Rudi Floren

Results 17 issues of Rudi Floren

When using `DelimiterCasedPropertiesDeep` with a type containing a `Opaque` field, the result seems wrong. ``` type O = Opaque type D = DelimiterCasedPropertiesDeep // Expected // D: {partner_id: O} //...

Currently resizeable, borderless and titleless on MS Windows will set the flag `WS_OVERLAPPEDWINDOW | WS_THICKFRAME | WS_MAXIMIZEBOX | WS_THICKFRAME ` which creates some problems according to https://github.com/rossy/borderless-window/blob/master/borderless-window.c They actually start...

## Description `texture::image::load_from_image` returns a `TextureBuilder` which according to the vulkan validation has unsupported parameters for some source images. ## Reproduction Steps 1. Clone https://github.com/valkum/learn-rendy/tree/image_load_bug 2. Run instanced_cube example with...

As brought up in #32, it would be nice to someday allow to use Ruma to experiment with different underlying transport encodings. Currently Matrix uses JSON for everything but they...

effort/hard

**The problem/use-case that the feature addresses** In #10970 it became clear that it would make sense to add support for "replaced_by" for arguments as well. The case that is handled...

Hello, thanks for your work. It seems that version 0.13.6 is missing from crates.io. The last published version is 0.13.1. Is there any way you could publish the recent versions...

bug
package

**Is this a request for help?**: No --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): Feature Request Add support for different secrets like S3 credentials for non...

enhancement
help wanted

Fixes #2438 ## Motivation Currently, you can only use `Idents` delimited by `.` for fields. This prevents us creating an empty field containing rust keywords such as `type`. (e.g. `graphql.operation.type`)...

## Description of the feature We would like to bring the OpenTelemetry/tracing extensions closer to the [semantic conventions for GraphQL servers ](https://opentelemetry.io/docs/specs/semconv/database/graphql/). These call for the server span to have...

enhancement

# Bug report We try to use oxide-auth to test some OAuth clients in tests. During that, we encountered some issues regarding the usefulness of the current implementation of `IgnoreLocalPortUrl`....

bug