-
The code defined [here](https://github.com/rusoto/rusoto/blob/master/service_crategen/src/commands/generate/codegen/xml_payload_parser.rs#L426) does not skip inner XML elements after matching an eleme…
-
What do you think of a RawValue type like in [serde_json](https://docs.serde.rs/serde_json/value/struct.RawValue.html)?
## Use case
I want to use it to deserialize a Torrent struct without having …
-
I am getting `com.fasterxml.jackson.databind.JsonMappingException: Cannot deserialize Class MainKt$main$PointTest (of type local/anonymous) as a Bean` when using a Mongo Point class with the Jackson c…
-
The [call-site](https://github.com/FundingCircle/jackdaw/blob/daa838757a90e54d57165e29ff3c65824730e4f5/src/jackdaw/serdes/avro/confluent.clj#L21)
```
(jsa/serde reg
{:avro.schema…
-
@blacktooth @dude0001 and [Team,]
I am trying to build the this project using attached dockerfile in AWS Cloud9. But the build eventually fails with the error
#21 76.65 [ERROR] COMPILATION ERROR…
-
System.setProperty("java.security.auth.login.config", "/Users/licaisheng/Downloads/kafka_client_jaas.conf")
val conf = new SparkConf().setMaster("local[4]").setAppName("NetworkWordCount")
…
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscri…
-
I made my first Tb Application, just a simple SQL Data browser application,
All works fine when I run the application in tb, but after compliling in 32 bit the generated exe does not work,
it jus…
-
```rust
use yaserde_derive::YaDeserialize;
#[derive(YaDeserialize)]
pub struct WrappedString(pub String);
```
causes:
> error: proc-macro derive panicked
> 2 | #[derive(YaDeserialize)]
> …
-
````
public class Test {
public static void main(String[] args) {
String str = "abcd";
Pojo2 obj = new Pojo2();
Map map = new HashMap();
map.put(str.getBytes()…
loljj updated
3 years ago