quambene
quambene
Thanks for your bug report. Could you try the following commands? - `set -x SMTP_SERVER smtp.gmail.com` instead of `SMTP_SERVER=smtp.gmail.com` in the `.env` file, and - `source .env` instead of `set...
I had a similar problem for C structs defined in a shared C library and allocated as an option in Rust: `Option` which is leading to undefined (non-C) memory alignment...
new dbeaver install on Ubuntu 24.04 using snap package in version DBeaver 24.1.5 seems to be running fine. might want to try snap and/or 24.1.5. previously also had issues
it was fixed for me in 24.1.5. but seems to be back in 24.2.1
Benchmark doesn't show improvement for parallelized fetching
that's the second part (see description above) which is not fixed yet
Partly related: https://github.com/quambene/bogrep/issues/16. But the present issue is much more complete.
Trimmed HTML content was fixed in v0.9.0
Thanks, seems that writing to the file system needs to be limited as well (besides limiting the number of open network connections)
On linux systems, `ulimit -n` shows the number of open files allowed (see https://ss64.com/bash/ulimit.html). Often, the default is 1024. Could you check what's the value on your OS?