-
Currently, an `&[i8]` or `&[i32]`always results in nbt-serde writing a List tag. This is undesirable when trying to work with chunk files, as Minecraft only accepts IntArray/ByteArray. Another slightl…
-
In debugging some `#[cfg()]` issues, I discovered that there's a mismatch in how features are handled by the `json_project` module vs. the `CfgOptions` struct:
in ra_config/src/lib.rs:23
```rust
…
-
Question from IRC:
> How to deserialize empty string from json to None?
-
```
* Apply Electron's patches to src/third_party/pdfium
/var/tmp/portage/dev-util/electron-9.3.1/temp/environment: line 6925: cd: /var/tmp/portage/dev-util/electron-9.3.1/work/src/third_party/pdfi…
-
It's very possible I'm doing something stupid/wrong, but compiling some rust projects with env `RUSTFLAGS="-C link-arg=-fuse-ld=lld -C link-arg=-s"` appears to cause segfaults. Maybe that's not a val…
-
I've been working on a prototype `from_json()` functionality [here in my fork](https://github.com/dcooley/rcppsimdjson/tree/master/inst/include/from_json), which follows the exact same logic as [`json…
-
Servo does this to support big arrays in one of their proc macros:
https://github.com/servo/heapsize/blob/44e86d6d48a09c9cbc30a122bc8725b188d017b2/derive/lib.rs#L36-L41
Let's do the same but onl…
-
* the recently merged https://github.com/nim-lang/Nim/pull/13276 introduced the regression /cc @krux02
* that PR commented out some tests and changed some numbers for preexisting tests in tests/sy…
-
Currently Serialization and Deserialization is implemented for all types which get serialized when creating a checkpoint. It would be convenient if this was optional by hiding it behind a feature gate…
-
Hi, the following is a question more than an issue, please let me know if this isn't the right place to ask. _(stackoverflow is nice for yes/no/justdothis answers but hard to follow longer conversatio…
exavi updated
4 years ago