-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
Here is the test-case: https://gist.github.com/fab1an/7532478
```
Original issue reported on code.google.com by `fabian.z...@gmail.com` on 18 Nov 2013 at 6:09
-
```
Here is the test-case: https://gist.github.com/fab1an/7532478
```
Original issue reported on code.google.com by `fabian.z...@gmail.com` on 18 Nov 2013 at 6:09
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
This is one way to e.g. successfully roundtrip things like `Option` into formats that have `unwrap_or_null` behavior by default (as opposed to e.g. `double_option` or `unwrap_or_skip`).
Example imp…
CAD97 updated
3 years ago
-
I would like to use redis, and graphql-redis-subscriptions to track page viewers for an internal app. The details of that are probably a bit much for a Github Issue, so let me try to condense it down…
-
// FIXME: We shouldn't have to populate the params ... but passing an empty map triggers an error in deserialize
// for a missing input param
std::map params;
Image…
-
We keep running into situations where an enum variant in Rust is named the same as a struct. When these get run through typeshare, they both get translated into data class types in Kotlin. An enum var…
-
If you move your code from old server with 32bit arch and old Storable to a new one, and an old client comes in with old cookie it'll cause Storable::thaw to die on that data. Aint good behavior for a…
-
For some deserializers like `XmlSerializer` and `DataContractSerializer` both `type` and `serialized data` have to be tainted to make it exploitable. Currently it gives false positives if only one is:…