Remy Suen

Results 168 comments of Remy Suen

@domyway I gave 2619b5e0edf56872d5883325a3079c13c25dceac a try. From some simple testing looks like the `ngx.location.capture` case is good but the `internal` case is not. ``` Core was generated by `nginx: worker...

``` 127.0.0.1 - - [13/May/2022:12:27:21 +0000] "GET /internal HTTP/1.1" 404 153 "-" "curl/7.80.0" 2022/05/13 12:27:22 [notice] 1#1: signal 17 (SIGCHLD) received from 32 2022/05/13 12:27:22 [alert] 1#1: worker process 32...

Are you using `internal` requests? From my testing that is still broken. See https://github.com/open-telemetry/opentelemetry-cpp-contrib/issues/105#issuecomment-1126002534.

> > opentelemetry-cpp > > Any steps / instructions on this ? Perhaps [this document](https://github.com/open-telemetry/opentelemetry-cpp/blob/54abc2741b10efef07f786bb5200fd9112b191bb/INSTALL.md) may be of use to you.

@sfc-gh-jallie I suggest you share an `nginx.conf` that will reproduce the problem. With that in mind though, it looks like you are hitting #105 and #134.

> Another solution I can think of is to "intercept" requests and respond with an error while the user is typing If you change the implementation of [`monaco-languages.ts`](https://github.com/TypeFox/monaco-languageclient/blob/8a9ebf9add881767fbcf8d2f9ac87bfa6559a96b/client/src/monaco-languages.ts) by injecting...

> What appears to be happening (and I suspect similar for everyone else) is that the language client is asking for a completion before the textDocument/didChange notifications are completed. @dkattan...

@cztflove It's strange because there is no `path` on the `initialize` request. There is `rootPath` and `rootUri` though. What language server are you trying to connect to?

> > What language server are you trying to connect to? > > typescript Which one though? Since you're in a debugger you can clearly step through the code. Are...