Christian Winther

Results 200 comments of Christian Winther

Do you mind reopening these against https://github.com/jippi/docker-pixelfed instead? as [mentioned on Discord](https://discord.com/channels/446875483016134658/1230743309496877066/1259501713065377843) thats where the ongoing maintenance and development of the Docker + Pixelfed experience is happening

Oh, these failed ``` CREATE SCHEMA bktree; CREATE EXTENSION bktree WITH SCHEMA bktree; SELECT bktree.bitstring_to_int64('0111111111111111111111111111111111111111111111111111111111111111') bktree.bitstring_to_int64('1111111111111111111111111111111111111111111111111111111111111111') ;; SELECT bktree.bitstring_to_int64('0000000000000000000000000000000000000000000000000000000000000000') bktree.bitstring_to_int64('1000000000000000000000000000000000000000000000000000000000000000') ``` On PostgreSQL 17 Full Dockerfile used, though I imagine...

Do you mind reopening these against https://github.com/jippi/docker-pixelfed instead? as [mentioned on Discord](https://discord.com/channels/446875483016134658/1230743309496877066/1259501713065377843) thats where the ongoing maintenance and development of the Docker + Pixelfed experience is happening

gmail example for more inspiration ![image](https://github.com/user-attachments/assets/e4e62377-10e0-4963-876c-2cb7b052f637)

I don't remember seeing any inconsistencies in ordering, but my data set is rather small (~110k rows) and never really selecting more than 24 rows at a time (and no...

https://github.com/jippi/docker-pixelfed will be merged into upstream soon'ish and become the official docker setup (I'm a Pixelfed dev, focused on Docker/deployment) There is already a bunch of docs here: https://jippi.github.io/docker-pixelfed/ that...

https://jippi.github.io/docker-pixelfed/ will become the official Docker setup in the near future, it's something i've been working on for about a year, and was initially done in pixelfed/pixelfed repo directly, but...

What a great timing, I literally adopted this in my project solving exactly this issue, thinking it was a feature since the start, but I somehow missed it when I...

@wowu I'm using it on [MangaBaka](https://mangabaka.dev/) which is an app built with SvelteKit. I run 3 x web containers and 3 x API containers, and want them to roll out...