Firstyear

Results 245 issues of Firstyear

After running "cargo update", failure_derive as an indirect dependency has begun to fail to pass `cargo check` with the following: ``` error[E0433]: failed to resolve: could not find `__rt` in...

Hi there, This example repo appears to have a security flaw. During the login process, you call set_pkce_challenge during the initial oauth call, however during exchange_code, you do not call...

When serialised, the AttestationObject returned is invalid. This is because the types are incorrectly used. A valid attestation object cbor is: ``` AttestationObjectInner v=Map({ Text("fmt"): Text("packed"), Text("attStmt"): Map({ Text("alg"): Integer(-7),...

RegisterResult::CTAP2 currently has the signature `CTAP2(AttestationObject, CollectedClientData)`. However, AttestationObject contains a hash of the *serialised* bytes of CollectedClientData. By returning it in a struct form, the caller needs to re-serialise...

Hi! I was trying to use this library and noticed that when I add it to a type that has Serialise and Deserialise an error is raised: ``` #[derive(Serialize, Deserialize)]...

Hey mate, Nom is a really powerful library and when it works well, it can do amazing things. But sometimes it can be extremely hard to find which of the...

## Expected Behavior SyncArbiters can close where there are active messages in their queues. Normally this behaviour is fine, but for example, a syncarbiter acting as a logging thread, this...

I have a unix stream socket with actix = "0.9" on MacOS. When it receives a message and writes a response to the FramedWrite, the content is not flushed until...

While working on the actix book, I was reading the code to understand this better and in contextimpl, I notice that the order is "mailbox.poll()" followed by item processing, so...

Fixes # - [ ] cargo fmt has been run - [ ] cargo clippy has been run - [ ] cargo test has been run and passes - [...