-
`cargo build` works fine, but if I try `cargo build --target wasm32-unknown-unknown --release` I get error.
Host: OS Ubuntu 21.10
.cargo/config:
```
[target.wasm32-unknown-unknown]
rustflags …
-
Trivy detects jackson in a docker image but fails to take the version into account
![image](https://user-images.githubusercontent.com/46567685/141125237-53b88b87-2ce1-4f97-91f9-672dee32691d.png)
…
-
Because JSON interop for 64-bit integers is bad (precision loss if the impl treats them as doubles), lots of JSON serializations use strings to represent large integers. This doesn't seem to work out …
-
This is an umbrella issue to implement the changes needed to achieve proper support for the `Any` type with serialization and deserialization similar to the Protobuf libraries in Go and Java. For exam…
-
```console
+ cd json-3.9.1
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/json-3.9.1/x86_64-r…
-
I'm trying to save this struct on db but a get this error everytime.
I tried to save the create_time field as string but I got the same error.
Table:
```
set timezone = 'America/Sao_paulo';
cre…
mrl00 updated
3 years ago
-
Note: This top comment is heavily edited. It was kept up with the current state until this issue closed.
## Motivation
Flatbuffers should allow users to choose to use optional types. There has b…
-
First of all, thank you for a wonderful library!
I tried this library for de/serializing for program state.
The serialization works fine, but deserialization has an error.
This is easily reproduc…
-
This is an incremental compilation ICE, I found it when running `cargo test` on the Rocket repo (https://github.com/SergioBenitez/Rocket/commit/8cae077ba1d54b92cdef3e171a730b819d5eeb8e), though I'…
-
**TRANSCRIPT**
```
Compiling enarx v0.1.0 (/home/jarkkojs/Hacking/enarx)
thread 'rustc' panicked at 'index out of bounds: the len is 249 but the index is 250', compiler/rustc_query_impl/src/on_…