Evgeniy Sokolov
Evgeniy Sokolov
What do you think about switching to go modules?
When I run "go run main.go --noparse=false" and made request like "curl localhost:8080/aaa?dddd=ddd" I got panic: > panic: runtime error: slice bounds out of range [:17] with length 0 >...
As far as I see gin-jwt consider Access token as same as Refresh token. When we login, in response we can find a token that later we can send to...
Hi! I made a similar tool https://github.com/ewgRa/gocsfixer and think about more close integrate this tool with go-critic, since looks like there is a lot of common between two projects, and...
Для group сказано: "Перед тем как выполнять группировку необходимо выполнить выборку как в предыдущем запросе, но по конкретным значениям, а не по предикатам" В текущих данных нету ни одного запроса...
| Q | A | | --- | --- | | Bug fix? | yes | | New feature? | no | | BC breaks? | yes | | Deprecations?...
Привет! Спасибо за исходники решения, мне очень помогло качественно продвинуться вперед в подобных задачах. Мне кажется я нащупал довольно хорошее и красивое решение сортировки в рекоммендациях. Потестил, особо не видно...
возможность запускать localrunner через docker-compose
We found some strange behavior when elasticsearch installed as cluster. We have three servers: ESNode1, ESNode2 and MongoDBNode. ES nodes as cluster. When we install first river - it goes...
We face with problem when river freeze on RUNNING status and there is no any inserts to elastic search. For now I try to debug where is a problem and...