-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
What were the actions performed prior to this error appearing?
Loaded this file:
``` xml
0.3
0.3
…
-
Though the current Deserializer example is very complete, it would be nice if there were a simpler example. It might also be useful to provide default implementations or helper functions for things th…
-
@object I don't think there's much more I can do to improve the performance of ToObject, as it now has a low overhead e.g. in the latest performance profile ToObject cost approx 33 µs per record with …
-
Hi there,
I got a problem on deserializing JSON ASTs.
```
import javax.json.Json;
import com.github.javaparser.ast.Node;
import com.github.javaparser.serialization.JavaParserJsonDeserializer;
…
-
I have a CBOR object, already serialized correctly to be part of a datum or redeemer structure. This comes from another library, which ideally should be independent of pycardano.
The goal is to embed…
-
Repro:
```cmd
py .\scripts\benchmarks_ci.py -f net9.0 --filter *Json_FromString.Jil*
```
Error msg:
```log
// Benchmark Process Environment Information:
// BenchmarkDotNet v0.13.13-nigh…
-
The following example fails:
```rust
#[derive(YaSerialize, YaDeserialize)]
pub struct Test {
v: String
}
#[test]
fn test() {
let v = Test {
v: "".to_string()
};
…
-
**Version Information**
Version of Akka.NET? 1.5.13
Which Akka.NET Modules? Akka.Persistence.Redis, Akka.Serialization.Hyperion
**Describe the bug**
Rarely, an actor couldn’t get started due to …