codetrotter
codetrotter
And looking at https://docs.rs/crate/duckdb/latest/features I notice that all of the three features that cause build failure in this manner for me are enabling the `bundled` feature flag Is there a...
Had a similar thing happen to me when I appended rows with Primary Key values that were already in the table. Instead of returning an error it segfaulted. Platform is...
For context, here is the problem I run into when trying to build the sqlite3 egg, and the reason that I was wondering if sql-de-lite could be used instead building...
Thank you for the kind words and for the details about your encoding. I will keep this ticket open, as I might decide to add an implementation of your `english4096`...
> This doesn't actually place lemmy_server in /usr/bin. It uses /usr/bin as the target directory for cargo when building. I believe --root is what is meant to be used here....
> a cryptic error "Couldn't run DB Migrations" is displayed, with no further information about the error encountered I see a similar message on my machine, having followed the original...
I changed the lemmy user to a superuser ```zsh psql -c "ALTER USER lemmy WITH SUPERUSER;" ``` but for some reason I still get "Couldn't run DB Migrations", even though...
For me the second issue with "Couldn't run DB Migrations" was that one of the migrations https://github.com/LemmyNet/lemmy/blob/25275b79eed0fb1fe90d27c197725f510f9965bb/migrations/2021-09-20-112945_jwt-secret/up.sql need the `pgcrypto` extension. On the platform I am running on, FreeBSD 13.2-RELEASE,...
I am the HN user they posted on behalf of. Let me know if I can provide any additional info.