-
One of my colleagues tried building Firefox with sccache master on macOS 10.14.1 and encountered a "too many open files" error which looked like:
```
1:26.84 sccache: encountered fatal error
1:26…
-
When I used `Select` as follows
```rust
dialoguer::Select::new()
.items(crate::generes::TYPES)
.paged(false)
.with_prompt("genere")
.interact()?;
```
the ter…
-
It would be very nice if a debugger could show things like
- The set of active async tasks, similar to the list of threads in a program
- #73524 A "backtrace" of a given async task
- The state of…
-
### Bug Description
Inserting unsigned integer larger than `i64::MAX` into a `BIGINT UNSIGNED` column returns "Out of range value" error.
```
Err(Database(MySqlDatabaseError { code: Some("22003"), …
-
### Describe the feature
see
https://github.com/tokio-rs/console
configured via console-subscriber
ref https://github.com/tokio-rs/console#instrumenting-your-program
we attempted this pre…
-
**Context**: I have a repo of scratch files. It's filled with various `bin/` files that I drop code snippets into and sometimes save to try something out. (Some quite old.)
Today I decide…
-
The obvious name `console` is taken on `crates.io`.
An obvious candidate would be `tracing-console`, but that seems a bit... empty, maybe to functional?
Bikeshedding time!
-
If this rust code is built using `yarn build`, and ran using the JS code below it, node fails (error also below).
Rust:
```rust
use napi_derive::napi;
#[napi(js_name = "Sample")]
struct JsSampl…
-
**Is your feature request related to a problem? Please describe.**
Ractor seems to be very close to capable of running in a WASM environment, even a browser one. It would be amazing to have an actor …
-
If I use the authentication example and add subscription to it, the subscription doesn't work, as it reaches https://github.com/paritytech/jsonrpsee/blob/c9e26b04b1eb627e280657214ab7227f8d688267/serve…