Enrico Marconi
Enrico Marconi
I can't really use rust-analyzer with cargo-aoc since every part of my code get highlighted as a problem by rust-analyzer. - The macro call `aoc_lib! { year = 2021 }`...
# Description of change Please write a summary of your changes and why you made them. ## Links to any relevant issues Be sure to reference any related issues by...
Very **clanky** but it lets us discuss the design with some code at hand
# Description of change Support %-encoded characters in DID method id. ## Links to any relevant issues Fixes issue #1299. ## Type of change - [x] Bug fix (a non-breaking...
Hello, I've just created a slack app and generated a bot token. I've installed the app on a workspace and sent a message using curl, authenticating myself with the generated...
Route handlers that make use of `axum-sessions::[Readable|Writable]Session` or `axum-login::AuthContext` do not implement `aide::OperationHandler`. ``` error[E0277]: the trait bound `fn(ReadableSession) -> impl Future {get_session_id}: OperationHandler` is not satisfied ``` Same error...
Adds a driver capable of resolving DID Documents on the IOTA network (iota mainnet, shimmer, or any custom network).
# Description of change todo ## Links to any relevant issues Closes #144 Closes #1324 ## Type of change - [ ] Bug fix (a non-breaking change which fixes an...
Proposal for a new resolver's design for identity 2.0.
# Description of change Enable pre-hash verification for EcDSA verifier. Small refactor for JWS verifiers. ## Links to any relevant issues Fixes issue #1418 ## Type of change - [...