Ivan Fokeev
Ivan Fokeev
Sorry, I haven't tested the code yet, but what is this? https://github.com/Philipp15b/go-steam/blob/master/tradeoffer/tradeoffer.go#L80 Is it somebody steamid?
I'm wondering why nginx-proxy is resolving proxy_pass as IP but not service alias name? It looks like I have issues with nginx-proxy on multi node swarm setup
Don't know why, but I'm catching `redis` crashes using `cubejs`, and this exception crashing the app: https://github.com/cube-js/cube.js/blob/ff20167c83531be1830fdc4b40e5e676cd6791bd/packages/cubejs-query-orchestrator/orchestrator/RedisPool.js#L12 So the idea here to add some `error` events or somehow process the...
**Describe the bug** Cubejs is not releasing the memory because of some internal cache mechanics. I tried local/redis queues and it's pretty the same. Redis is not releasing the memory...
is it possible to make strategy based on response from the other server in check function?
I'm getting very often: ``` {"level":"error","timestamp":"2021-05-18T10:53:29.489Z","msg":"Error returned from query scanner: snappy: corrupt input\n"} {"level":"error","timestamp":"2021-05-18T10:53:35.467Z","msg":"Error returned from query scanner: snappy: corrupt input\n"} {"level":"error","timestamp":"2021-05-18T10:53:41.476Z","msg":"Error returned from query scanner: snappy: corrupt input\n"} {"level":"error","timestamp":"2021-05-18T10:53:53.545Z","msg":"Error...
Please, add to your locale yml-files new key "spree.i18n.translations" as here is added: https://github.com/spree-contrib/spree_i18n/blob/master/config/locales/zh-CN.yml#L689 Because of :'i18n.translations' you'll see missing translation error in the admin panel. I'll try to add...
**Describe the bug** `api-gateway` doesn't allow to pass limit over `50000` https://github.com/cube-js/cube.js/blob/1a8260522a234ebaabb9360f58e9b62095fd87f7/packages/cubejs-api-gateway/index.js#L133 and that's strange. I have no ability to use offset, but I want to increase the limit. **Expected...