Miki Mokrysz
Miki Mokrysz
I've opened an PR for this: https://github.com/sqlparser-rs/sqlparser-rs/pull/501. Feedback welcome.
@alamb Thank you for the detailed review, I agree with pretty much all your points :) The overflow protection seems effective (we've been fuzzing it for a solid week now...
ClickHouse similarly supports `INTERVAL 1 HOUR` without requiring the `1` to be quoted. I'm not sure it supports generic expressions though, just unquoted numbers. https://clickhouse.com/docs/en/sql-reference/operators/#interval
If anyone comes across this bug needing to do camera movement and zoom, I implemented that for a game of mine: 1. Wrap Ruby2D's shapes up so that coordinates and...
@cleborys noticed: * The size of `PlayerService._players` is already monitored by `server_user_online` * The size of `GameService._games` is equal to the sum over all `server_game_active_games_total` labels
There's a `--factor` command line argument that you can use to try and compensate.
The easiest way to achieve this is for users to deploy a small Prometheus that can relay the metrics. https://github.com/grafana/agent is a trimmed-down version of Prometheus that'd be ideal.
[I asked the CAPI team](https://cloudfoundry.slack.com/archives/C07C04W4Q/p1601561869071200) about the V2 API deprecation, and it sounds like the [6-to-9 month window to transition to V3](https://docs.google.com/document/d/1KFZogeeexOqFf13oKHloe2QAorLh9OqwQHp8JvBl9lY/edit) will be starting soon. If there's an effort...
I agree that large features that affect the whole codebase do need more maintainer time. My changes in #501 do affect the parser code quite a bit and I'm happy...
Thanks for getting back to us, @aeijdenberg. I agree this isn't a very enjoyable problem to have. > I wonder if the reason for doing is that unlike Google's Identity...