Peter DeVita

Results 42 issues of Peter DeVita

at this line ```ticket = r.json()``` there should be a try and then a catch using r.text to figure out what's actually going on

The server that currently runs GRB doesn't have enough RAM to process some larger requests. By my own estimates, FFMPEG wants at least 10GB of RAM for large requests. Most...

longterm

The solution is to write a Cython library that interfaces directly to the gifski library. Cython is specifically needed because we need to run a second nogil thread for gifski's...

longterm

https://www.reddit.com/r/Unexpected/comments/czythc/face_rubs/ez4iglu/

Checking to see if a link has been posted to Reddit and whether the submission has been flagged NSFW could be a useful strategy

enhancement

I still need to clean this up but I just want to see if there is any interest in merging it. I added some extra code to tween the width...

This one had me tearing out my hair for a few hours since I'm still new to Tortoise. If you are using Aerich through the Command class ([as mentioned here...

I'm working on an application where I'm using SQLite in local testing and deploying to a server using MySQL. However, even though different migrations files are created for different database...

I changed a few things in the extension that might be useful. * Added pl.crunchyroll.com to list of domains (should hopefully fix the CORS issue #40) * Requests to the...

**Describe the bug** https://github.com/collerek/ormar/blob/a27d7673a5354429bef4158297d76a58522c1579/ormar/queryset/join.py#L112 Because `SqlJoin._on_clause` expects a `from_clause` string in the format of "table_name.column_name", if your table name has a period in it, the string will be chunked into...

bug