Karpushkin Gleb

Results 6 issues of Karpushkin Gleb

Hello everyone! Grafana displays "No Data" on panels in every dashboard like this: My stack: docker-compose.yml ```yml version: "3.8" services: my_app_api: image: my_app container_name: my_app_api env_file: - .env volumes: -...

### Brief summary Short snippet: ```js import { uuidv4 } from 'https://jslib.k6.io/k6-utils/1.3.0/index.js' const X_REQUEST_ID = 'X-Request-Id' const fetch = (path, payload) => { const params = { headers: { [X_REQUEST_ID]:...

bug
evaluation needed

Hi! I'm using this command: `poetry run cyclonedx-bom -p -i poetry.lock -o cyclonedx-bom.xml --force` which generates report with all requirements. I think we need flag which disable scan of dev-requirements.

enhancement

Which gourotine i should to log, when recovering from panic? Example: ```go if err := recover(); err != nil { stack := debug.Stack() goroutines, _ := gostackparse.Parse(bytes.NewReader(stack)) log(goroutines[0]) // ?...

I see the NFS label, but there are no examples. Is there NFS support?

Is it correct to add the point to the noise at [this step](https://github.com/smira/go-point-clustering/blob/master/dbscan.go#L63)? ```go if len(neighborPts) < minPoints { noise = append(noise, i) } ``` As far as I understand,...