-
See if we can support this with an optional feature.
-
`with_genesis_config` requires a `serde_json::Value` type. But it only supports up to `u64`.
But I think most chains are using `u128` as their balance type.
https://substrate.stackexchange.com/q…
-
- [ ] Adding dependencies
- [ ] Updating the lockfile
- [ ] Build the project
- [ ] Run tests
- [ ] Run benchmarks
-
**Issue by [casey](https://github.com/casey)**
_Sunday Nov 13, 2016 at 23:56 GMT_
_Originally opened as https://github.com/clap-rs/clap/issues/748_
----
I wrote up a sketch of how this might look h…
epage updated
2 years ago
-
I'm trying to replace Jackson serialization with jsoniter and encountering some issues with serialization.
The problems appears to be during deserialization of `Option` values in case classes.
Ma…
-
FlatBuffer's binary format has been set in stone for 6.5 years now, because we value binary forwards/backwards compatibility highly, and because we have a large investment in 15? or so language implem…
-
User identities and devices are internally using a `serde_json::Value`, this means that, if the `Value` isn't empty, `rmp_serde` will fail to with a cryptic error message.
The interesting part is, …
-
I've opened this to discuss behavior trees API enhancements.
@implicit-invocation
Resuming discussion https://github.com/libgdx/gdx-ai/pull/4#issuecomment-56509640 ...
Not sure why you don't like the…
-
I want to deserialize request json to `CreateChatCompletionRequest` but i found the messages are all System.
code
```rust
use async_openai::types::{
ChatCompletionRequestSystemMessageArgs, …
-
```#[rpc(server, client)]
pub trait Transaction {
/// Takes in transaction function `call`, `sender address` and `receiver address`
/// A transaction object will be built based on the param…