-
Hi! Sorry, it's me again.
# Problem
The build step runs fine, but now I'm seeing a new runtime error:
```
Error: Cannot find module '../../package.json'
Require stack:
- /vercel/path0/node_m…
-
Receive loop panics when using the `TokioAsyncUdpSocket`
-
Note: `async` is overloaded. Usage here refers to an "asynchronous endpoint", as [described in RFD 4](https://rfd.shared.oxide.computer/rfd/0004#_asynchronous_operations), not the `async` Rust keyword…
-
I tried this code: [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2024&gist=9f87601f00e11e3123406c8024e7422b)
```rust
trait MyTrait {
fn foo(&'a self, x: &'b …
-
[](https://issuehunt.io/r/sindresorhus/clipboardy/issues/42)
I'm using the Clipboard Ring extension (https://github.com/SrTobi/code-clip-ring) in VS Code, which has a dependency on clipboardy ^1.…
-
## Bug Report
### Version
- `tracing-attributes` v0.1.26
- `tracing` v0.1.37
(Also reproduced in b8c45ccd067a6aebdd9257c5edda6bc90bcf9028)
### Platform
N/A (Rust Playground)
…
-
It's time, I don't think we can realistically afford to not have a proper release process anymore or invent ever more complicated schemes how EW and EX can use the SDK without the SDK having proper re…
-
A common way to do error is the "Result" model where you define something like:
```graphql
union MyMutationResult = MyMutationSuccess | MyMutationError
```
It would be nice to be able to define …
-
### What crate(s) in this repo are involved in the problem?
tokio-console
### What is the issue?
tokio-console shows a warning for a task having lost it's waker. But the task should be finished.
I…
-
## Motivation
There's a [protocol](https://github.com/solana-labs/solana/blob/master/docs/src/proposals/off-chain-message-signing.md) for signing non-transaction messages. Let's create `@solana/off…