-
Just capturing ideas for discussion.
## History
> Another thing, we actively decided after a 2 year process not to define the "schema" for serialization. We originally had a protobuf packing appro…
-
If you have a look on crates.io there are a proliferation of crates for doing multipart form uploads with files in actix.
Including:
- [actix-easy-multipart](https://github.com/jacob-pro/actix-…
-
# What's new in .NET 8 Preview 4
This issue is for teams to highlight work for the community that will release in **.NET 8 Preview 4**
To add content, use a new conversation entry. The entry sho…
-
There are a couple things that still need to be done and places I want to take this tool:
- Validate serialization and deserialization works across the bridge
- add logging across the board, both dur…
-
Once #14814 is completed and we have a way to generate (near-)equivalent Cue documentation from the configuration schema itself, we need to tweak the existing Cue documentation to utilize it.
## Ma…
-
Hi! I wanted to know if glaze has some shorthand way to serialize/deserialize a json to/from struct, like the one nlohmann json provides with `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE` and `NLOHMANN_DEFINE_…
-
```
$ make
cargo +nightly build
...
error[E0407]: method `backtrace` is not a member of trait `std::error::Error`
--> format/src/error.rs:13:10
|
13 | #[derive(Error)]
| ^^^^^…
-
![image](https://user-images.githubusercontent.com/49735945/193705615-7df64050-d333-4eda-a9dc-ae0ca4a7b50f.png)
-
Trying to write Scala 3 `enum` values actually writes always the first one.
### Test reproducing the problem
```scala
package upickle
import scala.language.implicitConversions
import utes…
-
Could `serde` replace `ark-serialize` ?
Forgive my ignorance, there may be something special in it. And serialization is very transitive, once it is used, it needs to be used everywhere.
And in the …