Daniel Shafer
Daniel Shafer
This problem also exists in FreeBSD. I have been working on updating the port, got it to compile, but it's complaining about the gschemas missing. It's looking in /usr/local/lib/python-3.6/site-packages/data (Why...
I created a separate ticket for FreeBSD support #1444
@darkain After discussing through email with olevole I am working on setting up two mirrors, one in Canada and one in Oregon, United States. There is actually a torrent on...
I barely found this issue. It's kind of old, but I am the owner of that mirror. I honestly did not realize people used this and hadn't maintained it. I...
I'll throw my hat into the game, I am interested as my bot I plan on using OWM with is already async.
So currently I implemented this on my own vanilla script using Python Treq to make the asynchronous calls. It is written on top of Twisted. https://pypi.org/project/treq/ This might not be...
I did do some migrations recently ```=# \d vote_vote; Table "public.vote_vote" Column | Type | Collation | Nullable | Default -----------------+--------------------------+-----------+----------+--------------------------------------- id | bigint | | not null | nextval('vote_vote_id_seq'::regclass)...
The object_id is a varchar because my database uses uuid for ids. This works before, it only broke on my dev server while trying to migrate to Django 4, and...
It looks like ``` ircdriven=# \d ircdriven_quote; Table "public.ircdriven_quote" Column | Type | Collation | Nullable | Default ---------------+--------------------------+-----------+----------+--------- id | uuid | | not null | quote | text...
So it only seems to be appearing on my dev server so I will close this right now. Prod server cannot reproduce.