-
The `__serialize_key` macro currently emits `Result` as the return type of the functions, which can break the macro code if `Result` is redefined (e.g. `type Result = ...` which is pretty common)
T…
-
I am trying to use Jedi in Pyodide (CPython compiled to wasm) and in chrome the wasm stack seems to be very small. In particular, the `recursion_limit` in chrome must be set to around 150. This is sma…
-
I am trying to use `SlotMap`s in static context. To avoid lazy evaluation of these variables, i wonder could `SlotMap::new` ever be `const fn`? As i looked at the code and the only problematic thing i…
-
1) Pick a slot in the slotmap, for example **Weapon** slot.
2) Select any Item-Specific filter, ie. **Aether Blade**. We now see enchants only available on that specific item.
3) Click the **Clear**…
-
This is a heads up so feel free to close this issue.
```
Compiling proc-macro2 v1.0.29
Compiling unicode-xid v0.2.1
Compiling syn v1.0.77
Compiling libc v0.2.103
Compiling versi…
-
@caelunshun Hi, I'm very interested in this library for a nice canvas-like 2D rendering API for `wgpu`, and would like to use it for the web target (WebGL 2 / WebGPU) for `wgpu` in WASM.
What curr…
-
The iterators returned by `iter()` and `values()` cannot be cloned if the keys and values are not `Clone` themselves.
I think this should not be necessary: for instance, [std::slice::Iter](https://d…
ennis updated
3 years ago
-
rustc and cargo version : 1.53.0
I can't install helix
This error says `warning: slotmap requires rustc => 1.49.0` but I use 1.53.0
What should I do to fix this error?
```rust
error[E0658]: uni…
-
Build fails with following errors:
```
(base) shujaat@shujaat:~/Downloads/ivy-main$ cargo run --example vulkan
Compiling records v0.1.1
Compiling palette_derive v0.6.0
Compiling thiserro…
-
HopSlotMap, not SlotMap or DenseSlotMap, segfaults on clear() or drain() when values have been inserted and removed out of order. Running the example below a few times give different kinds of segfault…