-
# Bug Report
Zola sometimes fails to build or serve content with `minify_html = true` when source files contain CJK characters, depending on the number of characters around them.
## Environment
…
-
This issue completely contradicts #16 and the title just about says it all. :stuck_out_tongue:
Effective slot map implementations like those found in the [`slotmap`](https://github.com/orlp/slotmap…
-
Is it possible for `SlotMap` and `HopSlotMap` to support shrinking their capacity? Some Rust collections support this with `shrink_to_fit` APIs, such as [`Vec::shrink_to`](https://doc.rust-lang.org/st…
-
We are getting a `BadImageFormatException` being thrown in ML.NET in the JIT using .NET Core v2.1.6 (and v2.1.3). The code being JIT'd appears to be the following C# code:
https://github.com/dotnet…
-
When trying to compile imgui-rs using cranelift, the build succeeds however there are some heavy artefacts.
Screen of the artefacts in my game, left: expected, right: actual:
![image](https://user…
-
So, if I have a JavaScript Object created like:
```
let p = {name: 'test'}
let c = Object.create(p);
```
And object `c` gets send to Java and the Java code tries to access the name property thro…
-
Currently IntoIterator is implemented for arrays of `&'a mut [T; N]` and `&'a [T; N]` but not for `[T; N]` making it only possible to `collect()` arrays of references, not arrays of values:
``` rust
…
-
The docs mention that a type must implement `Copy` due to "current stable Rust restrictions". Could you expand on that?
-
When the mutation API is used to modify a mesh, commit failures are catastrophic: the entire mesh is lost. Today, the results of these mutations are [unwrapped](https://github.com/olson-sean-k/plexus/…
-
I've been using slotmap to develop a disk management library for Linux with an ECS architecture with great success; at least with a `HopSlotMap` with many associated `SparseSecondaryMap` storages.
…