KhaNguyen

Results 4 issues of KhaNguyen

**Describe the bug** `rustup update` in Dockerfile fails to download file from ' https://static.rust-lang.org/rustup/release-stable.toml'. **To Reproduce** Setup proxy ```bash export http_proxy= export https_proxy= ``` I also have to copy my...

bug

### Description The Eclair API documentation for the updaterelayfee endpoint at https://acinq.github.io/eclair/#updaterelayfee contains an inconsistency in the parameter descriptions. The nodeId parameter is incorrectly described as a 32-byte hex string,...

## Summary - Tailwind v4 no longer requires a `tailwind.config.js` file, but the LSP still expects a global stylesheet to be provided via `experimental.configFile`. This PR automatically locates a stylesheet...

### Description tailwindcss lsp doesn't work well with tailwindcss v4 (removal of tailwind config file). I read this [issue](https://github.com/tailwindlabs/tailwindcss-intellisense/issues/1377) from their intellisense and tried to fix it in neovim with...

bug