Scott Lepper

Results 7 comments of Scott Lepper

@wbrowne Yes we can, though if we don't know to do that and follow a typical pattern where the http client is created on every request, then we unknowingly create...

@selitsky here is what I did: brew tap arduanov/clickhouse brew install gcc@8 brew install --cc=gcc-8 clickhouse You many encounter dependency errors during the above install. If a dependency fails to...

@chmelej seems wicket-leaflet uses the old format of getLatLngs() As a workaround, you could do something like: // WKT fromObject for leaflet follows leaflet 0.7 format const compatible = {...

Duplicate of https://github.com/databricks/databricks-sql-go/pull/27

@jberkers42 tried to reproduce your scenario in this [repo](https://github.com/scottlepp/grafana-provisioning-test) using `grafana 10.4.11` I wasn't able to reproduce it. If you check the [readme](https://github.com/scottlepp/grafana-provisioning-test/blob/main/readme.md) you can see my steps ( and...

@ryantxu should we just return an error, or truncate the million rows to the limit? I was doing the latter, so they see some data with a warning, rather than...

@ryantxu updated to return error if all or any frame rows from ref queries exceed the limit