-
**Description**
Data classes are usually converted to a more generic form (string or map) when interacting with external libraries. I'm not sure of the scope of this library, but a feature to seria…
-
I tried this code:
```rust
./x.py build compiler/rustc_codegen_cranelift
```
with the `compiler` profile which enables incr comp.
I expected to see this happen: It worked.
Instead, t…
-
I wrote
```rust
let mut forwarding_address = String::new();
std::io::stdin().read_line(&mut forwarding_address)?;
```
Got
```rust
error[E0277]: `?` couldn't convert the error to `ock…
-
**Describe the bug**
Related to #275, if socketioxide is fixed to support complex binary data formats, the handler API as-is becomes ambiguous and difficult to work with.
The handler presents th…
-
Used the following command to execute the compilation and everything works:
mvn -Pnative -DskipTests package -X
However, executing with the following command fails:
mvn -Pnative clean spring-boot…
-
**Describe the example**
Documentation Example for serialization using JLD2 no longer works: https://docs.sciml.ai/DiffEqDocs/stable/features/io/
**Minimal Reproducible Example 👇**
```julia…
-
This is a somewhat detailed roadmap for the development of this crate and its predecessor [jsonschema-rs](https://github.com/Stranger6667/jsonschema-rs). I haven't been very active with `jsonschema-rs…
-
Some additional experimentation has highlighted a useful pattern for state management and coordination. I want to collect some feedback on the following to help pin down the API.
## Problem No1: Ke…
-
### Brief summary
Alan is accustomed to JavaScript promises. He has design patterns in mind that don't work in Rust; he also gets confused by specific things around Rust futures. What are they?
…
-
This in an issue to discuss proposal for [Kotlin serialization compiler plugin](https://github.com/Kotlin/KEEP/blob/master/proposals/extensions/serialization.md).