-
* Character: [Niklaus](https://rust-lang.github.io/wg-async-foundations/vision/characters/niklaus.html), but could be anyone but [Barbara](https://rust-lang.github.io/wg-async-foundations/vision/chara…
-
# ToDo
- [x] Settle for a date and location: **Wednesday 2024-11-06, 19:15 CET** at C4 (default: first Wednesday each month)
- [ ] Send "Save the Date" info (with link to this ticket)
- [x] Basic…
-
### Summary
If an async function (with no await statements) is passed into another function as an argument, it no longer triggers the `unused_async` lint.
Believe this is a relatively recent issue -…
junbl updated
1 month ago
-
### Describe the bug
The isPermissionGranted() method in javascript returns `true`, while the permissions for the notifications are disabled. See screenshot.
The requestPermission() also returns…
-
### Rocket Version
0.5.1
### Operating System
Ubuntu 22.04.4
### Rust Toolchain Version
1.82.0-beta.3
### What happened?
Just letting you know of a potential problem coming. I hav…
-
https://github.com/async-graphql/async-graphql
-
### Location
Probably here https://doc.rust-lang.org/std/task/struct.RawWakerVTable.html
### Summary
Is it safety invariant of executor to provide happens-before relationship between wake and…
-
Problems:
- Error bubble up problem
- https://github.com/mcmah309/error_set
- https://www.reddit.com/r/rust/comments/1e7qqvp/error_sets_and_logging_a_powerful_combination/
- https://www.reddit.c…
-
All the parts of various runtimes (and perhaps other crates) that can and should be moved into std.
There are some big issues here, such as whether we could use async overloading for some or all of…
-
Hello `rocket_okapi` team,
I'm currently working on the `zitadel-rust` project and generating OpenAPI documentation using the `OpenApiFromRequest` trait. You can find the relevant PR here: [smartiv…