zebrapurring

Results 8 comments of zebrapurring

I'm seeing the same issue on [`grafana/grafana-image-renderer:latest`](https://hub.docker.com/layers/grafana/grafana-image-renderer/latest/images/sha256-fd9d7b764597e84e447e6c8440e44e18c9f74728e3928156ea92599fe6f19e7d) (image renderer version 3.4.2) deployed via [Grafana Helm Chart](https://grafana.github.io/helm-charts) version 6.29.5. Environment variables: ```sh HTTP_HOST="0.0.0.0" HTTP_PORT="8081" LOG_LEVEL="debug" RENDERING_ARGS="--no-sandbox,--disable-gpu,--window-size=1280x758" RENDERING_DUMPIO="true" RENDERING_MODE="clustered" RENDERING_VERBOSE_LOGGING="true" ``` Log...

I'm still getting errors related to the timezone on FreeBSD with 7ee54ba2b7b7f84b2e2e2ebc5c15de8bb5383bac: ``` panic: failed to get local machine timezone: "/etc/localtime" is not a symlink - cannot infer name goroutine...

Manually setting the timezone envvar `TZ=America/New_York` seems to fix the crash.

I would also be interested in a possible solution. Currently I'm trying to deserialize a read-only database into memory like this: ```rs async fn sqlite_deserialize(db_bytes: Vec) -> Result { //...

Right, I'm working with SQLite so I didn't notice the MySQL hints are already supported. Then maybe would make sense to implement the specialized hints for SQLite as well?