Anoop Nayak

Results 5 issues of Anoop Nayak

This commit fixes the following issues: 1. The second method in service is not highlighted. 2. `option (.something.something)` is not highlighted. | Before | After | | ----- | ------...

Hi, I have been running subaru integration in Home assistant but I see the following error in the logs: ``` Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.11.6/lib/python3.11/site-packages/homeassistant/helpers/update_coordinator.py", line 290, in...

I have a vscode workspace with the workspace settings as follows: ```json { "go.toolsEnvVars": { "GO": "${env:GO}", "GOBIN": "${env:GOBIN}", "GONOPROXY": "${env:GONOPROXY}", "GOPATH": "${env:GOPATH}", "GOPRIVATE": "${env:GOPRIVATE}", "GOPROXY": "${env:GOPROXY}", "GOROOT": "${env:GOROOT}", "GOSUMDB":...

### Problem Statement Currently otelgin only provides ability to trace events. I want to propose the ability to monitor gin endpoints using OTEL. ### Proposed Solution The idea is to...

enhancement
area: instrumentation
instrumentation: otelgin

I was getting errors when trying to build a devcontainer in my project as one of the dependencies require rustc == 1.79. More details below: ``` 18.03 error: failed to...