Dmitry Melikhov

Results 5 issues of Dmitry Melikhov

Please, upgrade the language server Java is using. The eclipse.jdt.ls version currently in use is 0.21, which is very very old. It's so old that it doesn't even support Java...

Node 20 has changed keepAlive to be true by default: > Starting with this release, Node.js sets keepAlive to true by default. This means that any outgoing HTTP(s) connection will...

**Context** I can't attach GCS files when using Gemini: ```java new Media(MediaType.IMAGE_JPEG, new URL("https://storage.googleapis.com/my-bucket/my-image.jpeg")); // io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Only GCS URIs are supported in file_uri and please make sure that the...

**Describe the issue** YAML multiline strings break on first empty line even when the rest of the block is properly indented. **Which language seems to have the issue?** YAML **Are...

language
bug
help welcome

### Expected Behavior ```js // script.mjs #!/usr/bin/env zx const x = "\\asd"; await $({ verbose: true })`echo ${x}`; // expected output $ ./script.mjs > $ echo $'\\asd' > \asd ```...