Justin Quick

Results 20 comments of Justin Quick

please checkout dynaconf which uses this project for their configuration storage https://www.dynaconf.com/

we need to have a guide in the django-activity-stream documentation about how to use drf in actstream. just a page in the docs describing how to access it is enough....

there are also changes to the `ACTSTREAM_SETTINGS` that add a `DRF` section which also needs documenting. hoping to finish this up soon

decided to rip off the bandaid and put this into main. please check it out and if there arent any issues then ill cut a 2.0 release

Hi, Im new to Brozzler/warcprox and am notice something that could possibly cause a slowdown at scale. This networked pipelined system contains a lot of reads/writes http, warc file io...

Yea this is def very weird. It happens in every venv no matter whether it's pip, pipenv, hatch, poetry, etc. For some reason openai? is looking for ProsusAI/finbert model probably...

Thanks Johannes! Yes there is a way for you to make an easily accessible stream that is based off a query that can do `queryset.distinct()` and fetch the results in...

@madkinsz this is the issue i was running into in #8935 w/ the sqlite backend. seems to affect the postgres backend too. I debuged this a bit more by adding...

This is a common but complex race condition. I'm actually running into it when doing an asyncio queue pool for talking to redis. Do you have a solution to address...