-
I have mixed feelings about your proposed `Claim` operation. It feels to me like it's trying to do three things that could meaningfully be distinguished, and as a result, lacks clarity.
1. On the o…
-
tbh the (lower quality) one currently used here doesn't feel the same as the (higher quality) original ones
but they are much bigger in size and some devices might not be able to withstand _The **POW…
-
With the syscallbuf enabled, it takes about 30s on my very fast machine (VM though). Outside rr, the test takes 0.12s. So ~300x overhead.
The test just creates and joins 1500 threads, so some kind …
-
`Scalar` holds array of elements that implement `Copy` trait. Thus, array gets copied when moved which reveals the value.
I have reproduced the issue here: https://gist.github.com/RajeshRk18/eb10e3…
-
Current assumption is that you can "open" a database, and then get write cursors that work on a statement level of abstraction and can modify math strings, etc. We don't expose (most? nameck data _mi…
-
```
there actually is no problem, i just could not find where to submit this:
i had no original nes or snes controllers with me, so i got couple cheap
chinese ripoffs on marketplace. they had differen…
-
There's no way of passing partially visible types _through_ cel expressions.
This means that any functions that use `This` require that value to be `From` for any type they operate on. This _is_ do…
-
### Describe the feature
This must be an `Arc` so that we enforce cheap clones
https://github.com/paradigmxyz/reth/blob/166a2346dcd2a9c8d5fea6995a9fc5e6426c62bb/crates/evm/src/system_calls/mod.rs#L…
-
i was searching for why `Arc` was used after my overnight test shown additional allocation tracing back to the `Arc` in `Multiaddr` (probably unrelated, though it did catch my eye). The [previous comm…
-
We often run into a problem where a problem set has a big data file associated with it (e.g. 10MB). When rudaux collects assignments it just collects notebooks; but when nbgrader runs it makes duplica…