Nikita TMM
Nikita TMM
Hello. First I would like to thank you all devs, its a proper Christmas gift for my project. I can put your logo in the partners page if you want...
## Bug description After attaching my zap logger(GO 1.19) to telemetry I can't open trace page. Its just blank page with error in console: Page uri: ```http://localhost:3301/trace/96c0984483049c9134e334727313ee2e?spanId=2d69a0700c7b42cd``` ```JS: main.7b0e755f09d6e677c150.js:2 Uncaught...
### Environment Tested on: - Node.js version: 16.14.2 && v18.13.0 - Nuxt ^3.1.2 ### Reproduction Minimal Reproduction: https://stackblitz.com/edit/github-fuonyg?file=pages/index.vue ```bash npm run build && npm run preview ``` ### Describe the...
### Describe the bug Panic error on profanity free message: "Ядром сообщества является команда" Error log: ```log 2022/12/10 16:06:23 http: panic serving 127.0.0.1:55219: runtime error: index out of range [-1]...
### Version 9.5.9 ### Steps to Reproduce 1. Draw segment or any 2 point overlays with second point beyond last candle (future) 2. Check overlay points data ### Current Behavior...
### Feature Description Currently if we updating data using updateData() function it will force scroll to the last bar as it calls adjustPaneViewport inside. For our use case it will...
Currently channel post are not properly processed in webhook. ```go func (b *Bot) ProcessUpdate(ctx context.Context, upd *models.Update) { h := b.defaultHandlerFunc defer func() { applyMiddlewares(h, b.middlewares...)(ctx, b, upd) }() if...