Janne Annala
Janne Annala
+1 because of this limitation you need a separate field to transmit the timezone info if you want to display the date in some specific timezone. UTC offsets are part...
@farrago's answer doesn't work anymore as Chart.js 2 uses canvas.
Managed to work around it by setting `fileDirectoryAsCwd` to false and using realpath. ```json "code-runner.executorMap": { "php": "docker-compose exec -T --env codeRunnerFile=$(realpath --relative-to=${PWD} $fullFileName) my-container bash -c \"php -d display_errors=1...
I'm having the same issue as well, with a file with 13049 rows, reading only one of the columns. The workaround by @jgold21 doesn't seem to apply, there is no...
I have the exact same issue with both inserts and updates on knex 3.1.0 and older versions as well. Manually stringifying before passing to knex works fine. It seems a...
Our production environment is using Postgres 14 while I'm running Postgres 15 locally. I'm wondering if that has something to do with it.
Same, I'm running Macbook Pro M2 Max (Ventura) and for the first time ever heard the fans spin at max speed. It was Sequel Ace App Store version taking up...
Yep, the only way to do it the officially documented way is to add @ts-ignore, which is really bad practice.
Hopefully this can get prioritized higher
@huyphams Hoping for this feature as well