Gustavo Castro

Results 10 comments of Gustavo Castro

I'm aware this is a very old issue, but I'm getting a similar warning in Rails 6: ``` Creating scope :roots. Overwriting existing method Message.roots. Creating scope :ancestors_of. Overwriting existing...

I can still reproduce the issue. ```sh $ CGO_ENABLED=1 CC=gcc GOOS=linux GOARCH=amd64 go build -tags static -ldflags "-s -w" $ ldd guitest linux-vdso.so.1 (0x00007fffba277000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8355263000) libdl.so.2 =>...

@iamhopaul123 thanks a lot for submitting this new feature to copilot 1.18, I'll give it a try this week! The docs are clear that to use a custom cert, one...

That's weird. I'm on node 16 and still I see the same issue.

Sure, here is the error log: ``` [ERROR][2023-01-11 18:24:22] .../vim/lsp/rpc.lua:733 "rpc" "grammarly-languageserver" "stderr" "node:internal/deps/undici/undici:14152\n Error.captureStackTrace(err, this);\n ^\n\nTypeError: Failed to parse URL from /Users/gustavocastro/.local/share/nvim/mason/packages/grammarly-languageserver/node_modules/grammarly-languageserver/node_modules/web-tree-sitter/tree-sitter.wasm\n at Object.fetch (node:internal/deps/undici/undici:14152:11) {\n [cause]: TypeError [ERR_INVALID_URL]:...

I just found out that if I omit the `clientId` Grammarly works, but when I pass it to the configuration, it complains with that weird error. ``` lsp.configure("grammarly", { init_options...

I have the same here, since months ago one of my instances gets ssm-agent randomly peaking CPU to a point that it's not even accessible anymore. AWS Ubuntu 20.04 amazon-ssm-agent...

Thanks! I just updated it. Given that the issue is pretty random, I can't immediately test. But I'll keep monitoring in the upcoming days.