Patrick Amrein

Results 10 issues of Patrick Amrein

No need to have the `to_svg` function private, or is there? https://github.com/askanium/rustplotlib/issues/1

The regular expression used for parsing date times contains a lot of enumerated capturing groups https://github.com/ehn-dcc-development/dgc-business-rules/blob/88a6e3bae58b8ff7cede2677982ee4fa771ee405/certlogic/certlogic-kotlin/src/main/kotlin/eu/ehn/dcc/certlogic/JsonDateTime.java#L37 I would suggest to change that to named capturing groups, to implicitly state the...

invalid

- Add includes in header files (cstring, memory, mutex and so on) - remove const in vector since it is non standard compliant - add switches for OpenGL (Serverside) build...

This PR introduces some extension functions for the various types allowed as a value for the `VectorLayerFeatureInfoValue`. With this change, the readability of the code using such features is vastly...

### Describe the bug During our exploration of trying to get wasmer running in an iOS app we encountered multiple different issues (https://github.com/wasmerio/wasmer/issues/5302 and https://github.com/wasmerio/wasmer/issues/5303). After we fixed the build...

In the blog post of the [5.0](https://wasmer.io/posts/introducing-wasmer-v5) announcement you say, android and iOS support the v8 backend. Sadly it seems to build neither on Android nor on iOS due to...

There are situations, where multiple trust-frameworks need to be supported by one issuer for the same credentials. Especially for credentials that are issued in (trust-framework) border-regions (e.g. Switzerland vs EU)....

In [Section 6.4](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#section-6.4) it is specified that DCQL allows `[...] selecting a minimal dataset to fulfill the Verifier's request in a privacy-friendly manner [...]`. Further `Wallets MUST NOT send selectively...

https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#appendix-B.3.5-2.2 specifies that for SDJWT-VC a wallet `MAY` return credentials that are derived according to [SDJWT-VC](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-sd-jwt-vc-13#name-extending-type-metadata). There is no specific mention of how this should happen for `mdoc` (or other...

This PR starts with the replacement of OpenSSL in favour of (mostly) RustCrypto crates. It still needs some love especially regarding encoding/decoding of RSA keys, as there seems to be...