-
**Describe the bug**
Describe what is expected, what you actually get.
It would be nice to have screenshot or result image uploaded
**To Reproduce**
Sstack backtrace:
0: rust_begin_unw…
-
**Describe the bug**
This being my first Leptos project and not often affiliated with frontend dev, I am aware this may be my lack of understanding, but I do find it it rather peculiar.
```bash
c…
-
Hi,
I'm currently attempting to run benchmarks on some code that passes valgrind and asan with no issues. (Since the code reaches out across an ffi, I cannot use miri.)
When running a benchmark,…
-
- [x] benchmark, measure of how/what slow
- [ ] tbd
-
Hello!
I got this error while packaging `lychee` `0.12.0` for Arch Linux:
Logs
```
Finished test [unoptimized + debuginfo] target(s) in 47.38s
Starting 203 tests across 13 binarie…
orhun updated
1 month ago
-
Dataframe API for `map` expects us to pass args with `make_array`
i.e.
```rust
map(vec![make_array(vec![lit("a"), lit("b")]), make_array(vec![lit("1"), lit("2")])])
```
I think we could have …
-
This issue is an open discussion to changes proposed to the API in `src/index.rs`.
## Current situation
```rust
pub struct ResourceIndex {
/// A mapping of resource IDs to their corresponding …
-
There is a bug in the most recent pathfinder version which currently prohibits building this package for with the newest nightly compiler. This means docs.rs will fail to build if a new version is to …
-
### What is the problem the feature request solves?
Here is the current xxhash64 implementation:
```rust
pub(crate) fn spark_compatible_xxhash64(data: T, seed: u64) -> u64 {
// TODO: Rewrite…
-
### Describe the bug
Tried to run cargo test for libmdbx-rs to see if the error from https://github.com/paradigmxyz/reth/issues/5303 could be happened from the rust bindings or from mdbx, crashed wit…
ghost updated
6 months ago