-
Currently, `create_signal` and the likes return `Rc`s. The user must clone them into which ever scope they are used, which is veyr unergonomic. These hooks should create state with the same lifetime a…
-
cargo keeps returning an error and it could be me but I cannot get past it.
error: failed to select a version for the requirement `slotmap = "^0.3"`
candidate versions found which didn't match: 1.…
-
As soon as you're okay with bumping the minimum required Rust version to 1.49, you can remove the following workaround:
https://github.com/grovesNL/glow/blob/f4dcf90b4d683c61b2cc0f4fa00004bc814c545…
-
Hello.
I have a problem with compile.
**Log 1:**
```
mhanusek@EtHanusek:~/work/VersionControl/rustmatic$ cargo +1.49.0 b
Compiling proc-macro2 v1.0.9
Compiling unicode-xid v0.2.0
Co…
-
building with `nightly-2021-01-01-x86_64-unknown-linux-gnu` succeeds, so it may be that you simply need to add a [rust-toolchain file](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-f…
-
While following the document performing CRUD operation for personal project, facing some issues while inserting data to DynamoDB
## Describe the issue
I am new to use dynamoDB while performing…
-
Running: `cargo install --path helix-term`
after: `git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix`
on an: x86 mac
with: rustc 1.47.0
```
Comp…
-
CPU: Quad Core Intel Core i7-2600K Kernel: 5.8.0-43-generic x86_64
Shell: zsh 5.8 inxi: 3.0.38
cargo install urdf-viz fails with the following errors:
```
error[E0658]: unions with non-`Co…
-
I noticed that `arena::Index` is implemented as `usize` + `u64`. This is in contrast with e.g. [`slotmap`](https://docs.rs/slotmap/1.0.2/slotmap/) which uses 64-bit keys (`u32` + `u32`).
Switching …
emilk updated
3 years ago
-
### Problem
I had a bug in my code which resulted in the default key being inserted to a SecondaryMap.
My unittests paniced with the cryptic message:
```
memory allocation of 34359738368 byt…