Jacopo Farina

Results 47 comments of Jacopo Farina

Why should one not use autodiscovery in production? Indeed setting the variable with `export LITESTAR_APP=app.main:app` [avoids autodiscovery completly](https://github.com/litestar-org/litestar/blob/3ce30b69aa2689a4a96246cfa4e4cbcb4daa0d64/litestar/cli/_utils.py#L109), but I'd assume it to have the same behavior. Maybe something to...

I was able to reproduce it with a smaller sample without too much personal data, attached: [data_debug.tar.gz](https://github.com/user-attachments/files/20594552/data_debug.tar.gz) running `duckdb -f last_query.sql` generates a segmentation fault (stack trace attached): [stacktrace.txt](https://github.com/user-attachments/files/20594600/stacktrace.txt) while...

With the latest build (`a8a377580c`) in debug mode I get no segmentation fault but rather this error: ``` 49% ▕█████████████████████████████▍ ▏ /home/jacopo/projects/duckdb/extension/parquet/include/parquet_bss_encoder.hpp:30:48: runtime error: store to null pointer of type...

I tried commit `843ea85218`, which was the last in the branch `v1.3-ossivalis` and includes the PR mentioned above, and in that branch the error is fixed, both using V1 and...

@huanglii did you delete the repository? I'm trying to implement something similar (not trying to handle the globe so far)

I suspect this project is abandoned, last release is from 3 years ago, last updates are from 7 months ago but are all about refreshing the copyright year and updating...

Could it be that you have to pass the numbers as strings? I started using Dawarich just yesterday and had a similar issue, and then noticed in the GPSLogger instructions...