Simon
Simon
Hi, while trying to iterate over `read_root_storage`, I encountered that `open_stream` borrows `&mut self` and cannot be easily used with the immutable borrow of `read_root_storage`. Have you considered a `read_stream`...
This is a WIP. Microsofts Active Directory may require authentication with client certificates to access certain APIs. This leverages `private_key_jwt` [1](https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication). This is a very early quick and dirty way...
After digging through `utoipa-gen` tests, I was wondering, if there's a possibility for using sth like `#[schema(inline)]` for `enum`s so that definitions that were otherwise end up being referenced are...
## Description After running the CLI to generate the types from my existing db, I got ```rs #[derive(Debug, Clone, PartialEq, Eq, EnumIter, DeriveActiveEnum)] #[sea_orm(rs_type = "String", db_type = "Enum", enum_name...
### I did this ```rs let (ccr, skr) = self.inner.start_passkey_registration( user_unique_id, "", "", None) .expect("Failed to start registration."); ``` ### I expected the following According to [webauthn-3](https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-displayname), the displayName property...
**Describe the bug** Unit tests, e.g. JsonUtilTest.java, are not executed when running `mvn test` and only when `mvn verify` **Expected behavior** Unit tests should run independent of integration tests **Versions:**...
Hi, as e.g. the fix for linux:aarch64 has been made only recently I was wondering when a release will be published containing the fix.
I tried to package the TextSecure Server and maven says ``` [ERROR] Failed to execute goal on project TextSecureServer: Could not resolve dependencies for project org.whispersystems.textsecure:TextSecureServer:jar:0.75: Failed to collect dependencies...
### What's not working? Linking to anchor tags is not working and leads to a re-render instead of scrolling to the anchor. ```jsx Test //... lots of text ``` My...
Hi, while looking into the `pkcs7` crate for a CMS usecase around the Apple world I discovered that their detached signatures use the BER indefinite length encoding for some of...