Jeong, Heon

Results 16 issues of Jeong, Heon

This commit tries to resolve domain name first using docker, then dns env.

I've tried below commands ``` root@dc7534cbdde3:/usr/local/tomcat# curl "10386bb9a199.local" curl: (6) Could not resolve host: 10386bb9a199.local root@dc7534cbdde3:/usr/local/tomcat# curl "10386bb9a199" curl: (6) Could not resolve host: 10386bb9a199 ``` and docker-spy logs are...

### Bug Description https://github.com/PyO3/maturin/blob/main/src/module_writer.rs#L1342 will use mode from symlink, not the linked source file. it should be read permission again from `source` file. Even after this, L1341 looks buggy to...

bug

In order to set environment variable only to the LSP server, this set cmd_env from config if available. Reference: https://neovim.io/doc/user/lsp.html#vim.lsp.ClientConfig --- Example usage: See below example lazy.vim plugin configuration. with...

Proof-of-concept: https://github.com/blmarket/llm-ls Hi, I'm wondering llm-ls can incorporate dedicated LLM server provider within LSP server, preferably as a shared instance via [daemonize](https://crates.io/crates/daemonize). Idea was inspired by [bazel client/server](https://bazel.build/run/client-server). It works...

I'd like to use async feature like `SseEmitter` but armeria does not supports this yet.

new feature