-
Marshaling of the same node returns a list of children nodes in a different order.
Possibly because of the range over a map of children here:
https://github.com/spyzhov/ajson/blob/master/encode.…
tpoxa updated
1 month ago
-
The way compiler properties are managed is rather hap-hazard at the moment. For each compiler we need to know things such as the argument used to specify where module files are created. Plus any speci…
-
See https://github.com/dotnet/runtime/issues/88111 for how the current generated code doesn't follow the rules.
## Motivation:
To follow the ownership and lifetime expectations for COM, the generato…
-
It would be interesting to have a version of the runtime which does not depend on JavaScript, probably by linking against [wasi-libc](https://github.com/WebAssembly/wasi-libc).
Some features would …
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.8.3 darwin/amd64
### What operating system and processor …
-
with marshmallow schema. This will ensure that response looks like it should when it goes out. Undesired elements can also be filtered out
-
I tried running the test on my machine with a locale that has ',' as the decimal separator instead of '.' and the S100ExchangeSetUtilsTest.testMarchallS125 test fails because we get
```
Expected:
…
-
When changes are made to struct fields(added/removed/**reordered**) in Go code, the order of fields is preserved in marshalled content. This causes issues when we want to compare marshalled content, f…
-
The Marshall-Petaluma road junction is invisible around a bend as drivers approach from the south, and some speed up as they perceive that they have passed Hog Island.
See [At Hog Island looking n…
-
This has become more painful because of the introduction of CEL, but `request.time` is made available as the struct that backs it:
`map[nanos:68000 seconds:1.730319299e+09]`. With CEL having first cl…