KhaNguyen
KhaNguyen
@opensourcecheemsburgers Could you provide some more details about the task? :)
Any updates on this? It would be useful to let us see an error message instead of hanging the browser.
In https://acinq.github.io/eclair/#rbfopen, `channelId` parameter, which is currently of type **33-bytes-HexString (String)**, should be of type **32-bytes-HexString (String)**.
I was testing with `regtest` and here are the other inconsistences I found in the docs [CreateOffer](https://acinq.github.io/eclair/#createoffer) returns an object instead of a string like shown in the docs ```bash...
The [error](https://github.com/tailwindlabs/tailwindcss-intellisense/blob/828e8e0bc03749797ca7ee6a493526146b82daa7/packages/tailwindcss-language-server/src/tw.ts#L315) I got is from LSP itself and not from neovim-lspconfig. the The field `experimental.configPath` does exist, it just the vim.fs.find() return an array `{"path/to/the/global/css"}` instead of just the...