-
### Summary
OAuth support will need to be implemented for authenticating through the AT Protocol services.
### Pain points
App Passwords will be eventually deprecated. ATProtoKit needs to get…
-
There are quite a number of rust projects that are not building because they depend on the serde crate. But the serde crate requires a more up to date version of rustc (as the current version hasn't b…
-
I tried this code:
```rust
// compiler-flags: --emit mir
fn main() {
let _dummy = [(); usize::MAX];
}
```
I expected to see this happen: Compilation should succeed and generate a MIR file
Inste…
-
May I check how to implement custom de/serialization between Rust and JS data, I have some complex data struct that required some special handling in order to convert to the correct type. I have tried…
TAYTS updated
1 month ago
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/sdk/blob/maste…
-
**Description**:
Enhance the GA4GH SDK and associated CLI by adding support for the [GA4GH Workflow Execution Service (WES)](https://www.ga4gh.org/product/workflow-execution-service-wes/) API. This…
-
This is a question more related to the WebDriver and not the crate.
I'm currently trying to move my project from rust-headless-chrome- to fantoccini so that users have more options as to what brow…
-
This is a tracking issue for changing the formatting of where clauses to be formatted on a single line in some additional contexts, provided they meet certain constraints (short, single bound, and no …
-
This is a tracking issue for changing the indentation level used in formatting assignment/op expressions where the left hand side expression has to be formatted across multiple lines, with the style/f…
-
`tree-sitter-md = { version = "0.3.2", features = ["parser"] }`
`Node::walk()` does not return a `MarkdownCursor`. This makes it hard to re-visit nodes.
```javascript
let cursor : MarkdownCursor = .…