dagyu

Results 4 issues of dagyu

Hi i can't figure out how I can connect to my lsp using sockets. For the vscode client I used the same code of this https://github.com/microsoft/vscode-languageserver-node/issues/662#issuecomment-678643225 that works for me....

Given this minimal json schema: ```json { "type": "object", "additionalProperties": false, "properties": { "foo#bar": { "type": "string" } } } ``` If I try to generate the code using https://www.jsonschema2pojo.org/...

To address the error, I replaced `@JsonValue` with `@Jsonkey`, as illustrated in this commit: [link](https://github.com/bakeryscent/flutter_stripe/commit/7d300ce10d24f552a5a2cbc9e23162fbe20a62d2). This adjustment was necessary because json_serializable requires the use of `@JsonValue` for enum serialization, not...

I was having trouble building the Android app after upgrading to Flutter 3.29.2. The main issue was caused by the open_filex dependency, which raise this error: ``` OpenFilePlugin.java:73: error: cannot...