-
# Background
Currently, EOS.IO is required to support a table schema for all the schemas a contract developer may want to use. Actually, the schema can ignore any "columns" of the table that are not …
arhag updated
6 years ago
-
From IRC:
> **\** I have some multimedia format I want to write down in a sort of readable form, so I have some global information that can fit a json itself and then for each packet/frame I'd have…
-
As I don't want to code the whole serialization / deserialation of an object with many members by handling every value for that member, I want to have achieve this by calling one method.
I would not…
-
What is the recommended way to evolve an API when using tarpc.
E.g. when serving 1000s of clients that are built using the same subcrate with the service definition, how to update the whole system (s…
-
I am interacting with an API which returns pagination information on most of their requests. Here is an example:
``` json
{
"limit": 25,
"offset": 0,
"total": 1,
"users": [
{.…
-
This would be valuable to support if possible. Serialization already works but deserialization does not.
```rust
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde…
-
I'm currently implementing [`vnodes`](https://github.com/rustgd/vnodes), a crate that will provide a virtual tree of nodes. It's an experiment for Amethyst that'll allow us to do scripting (including …
-
Crystal 0.24.2 (2018-03-19)
LLVM: 6.0.0
Default target: x86_64-pc-linux-gnu
It is not possible to deserialize a generic type with the stdlib JSON/YAML mappings.
This is due to missing type inf…
vypxl updated
6 years ago
-
Currently `Value` has the methods `as_object` and `as_array` which however return references. When parsing some of the JSON further down I need to take these as values so that on some of the elements …
botev updated
6 years ago
-
Mutation arguments based on derived input object types and having an input field renamed will fail on both names (original and renamed):
```scala
val TestInputObject = deriveInputObjectType[TestCl…