Tom van Dinther
Tom van Dinther
Appears to be the same issue as #520
On my system, I've narrowed down the trigger to be when it switches from a "regular" track to one sourced from a YouTube video. I also use Voicemeeter as my...
I'm having this issue too. Could we look at fixing it through a PR and pushed to docker hub? To add, I tried to upload a 1KB file and it...
I am experiencing the same issue using the docker image. I was using an image with the "latest" tag pulled about 1 month ago (presumably tagged `0.49.0`). I tried again...
Same issue for me; here's my output. ``` ❯ GH_DEBUG=true DEBUG=api gh run view -R tvandinther/stocker --log-failed --job 11761368217 23:28:48 * Request at 2023-03-04 23:29:03.162133 +1300 NZDT m=+0.027751584 * Request...
Prepared statement implementation on the C bindings are "non-connection". The binding build script needs to be updated to include [this commit](https://github.com/tursodatabase/libsql/commit/8d715223a8dbdb17cb32fd49632edbfa70337b10#diff-acdc60a128136d60d4d8668fb1a1163c63d7b7801c72a00b0936a900d31913aa) which adds the DB connection as a dependency for...
Blocked on https://discord.com/channels/933071162680958986/1162271406256558160/1209274550936666192
I'm trying to get svgs with text showing up in Astro rendered markdown now as well (inside `img` tags). Any good solutions? I've been looking for a good node tool...
These changes look good. They will simplify my approach to metrics and reduce the reliance on custom template metrics. Although there might be some holes in the possibilities. To clarify,...
The way I would use it is with a `docker-compose.yaml` file like the following: ```yaml version: "3.8" services: sqld: image: ghcr.io/libsql/sqld:v0.20.3 ports: - "8080:8080" bootstrap-db: image: turso volumes: - ./database:/bootstrap...