-
**Is your feature request related to a problem? Please describe.**
When solving mathematical programs, we offer users the ability to provide a `SolverOptions` object that customizes various tuning …
-
**Is your feature request related to a problem? Please describe.**
Extending items aren't as extensible like the player. For example, PlayerCharacterSerializationSurrogate is partialed as well as inv…
-
```
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…
-
```
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…
-
> An alternative to providing a function like this is to implement `Deserialize` for `Channel` manually. This can be useful if `Channel` is used in some other serializable type and we want it to have …
-
YAXLib serializes `System.Tuple` successfully but ignores the content of `System.ValueTuple`.
Expected: the test below passes
Actual: the test fails.
```
[Test]
public void ValueTupleTest()…
-
### Before submitting an issue, please check the following
- [X] I have searched for similar issues (both open and closed) and cannot find a duplicate
- [X] I agree to follow the [Code of Conduct](ht…
-
**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 …
-
The following example fails:
```rust
#[derive(YaSerialize, YaDeserialize)]
pub struct Test {
v: String
}
#[test]
fn test() {
let v = Test {
v: "".to_string()
};
…