Ryan Brewster
Ryan Brewster
### Version 1.13.0 ### What happened? A query like ``` SELECT * FROM foo WHERE (a, b) < (?, ?) ``` is valid in MySQL, but sqlc is generating the...
At `master`, invoking ``` hash32_with_seed("trial-0-key-27".as_bytes(), 1); ``` will trigger a panic (in debug mode) due to integer overflow: ``` thread 'test_hash32_no_overflow' panicked at 'attempt to add with overflow', src/farmhashmk_shared.rs:17:17 stack...
Detekt has experimental support for rules that rely on [type resolution](https://detekt.github.io/detekt/type-resolution.html). The gradle plugin seems to have support for this. The [CLI tool](https://detekt.github.io/detekt/type-resolution.html#enabling-on-detekt-cli) looks like it requires the `--jvm-target` and...
Although it's not a well-supported pattern, I have use-cases where I can't easily register all of my balancer implementations in `init` functions. Today, any call to `balancer.Register` can trigger a...
If I have a protobuf map in the host environment (say as a context variable), iterating through it is non-deterministic. That results in some pretty gnarly workarounds in the starlark...