Alessio Coltellacci
Alessio Coltellacci
Same here ``` Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.1.0) from [com.android.support:appcompat-v7:26.1.0] AndroidManifest.xml:28:13-35 is also present at [com.android.support:recyclerview-v7:25.4.0] AndroidManifest.xml:25:13-35 value=(25.4.0). Suggestion: add 'tools:replace="android:value"' to...
@dtolnay Thx for the tips :) And for the work on https://github.com/serde-rs/serde/blob/3f0f739e17dde92be582917dbed3d5b09fc4177d/serde_derive/src/de.rs#L2016 I'm still blocking on what I have to do in `deserialize_identifier` method.
Thx @dtolnay for your `cargo expand` tips I was able to progress on this PR. I set a unit test of a internally tagged enums with a lot of variant...
Hi @dtolnay :smiley: , the code you tried with `serde_json` now work fine. I made some tests on my side (deserialization + serialization on complex enum) and It worked. Now...
So I don't understand why a structure like this one (from `test_flatten_internally_tagged`) with a `flatten` variant attributes encounter a problem with `deserialization` ``` ---- test_flatten_internally_tagged stdout ---- thread 'test_flatten_internally_tagged' panicked...
I'll take a look at [messagetemplates.org](https://messagetemplates.org/).
Whe can take a look at this crate: https://crates.io/crates/slog
It's seem nodejs use `SOCK_DGRAM` to consume data for `net.createConnection("pathto/command_folder/socket")`. So we have to make a tiny library _C/C++/Rust_ to make a `SOCK_STREAM` connection and call it in nodejs.
Do you have any idea of which strategies you want to add and how that will effect the configuration file ?
A first step could be to take a look at the list of algorithms proposed by [haproxy](https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-balance).