Justin Quick
Justin Quick
an artificially created test passing does not constitute trust in the underlying function, simply correctness. it would need some amount of guardrails or sandboxing to ensure there are no unintended/destructive...
Im getting this one too. What I think is happening is agi is trying to submit a request (or getting a response) that is too large for my OpenAI GPT3.5turbo...
ditto. might b related to the version of playwright in requirements not supporting the latest ubuntu 22.10. seems similar to https://github.com/microsoft/playwright/issues/13530
LGTM, thats exactly what I did locally to fix the issue too.
Got another problem, since `self.title` doesnt exist then line 97, in __str__ will break. Suggest setting `self.title = 'Untitled'` as a default before inspecting json for a title
Here is what the real problem is. The first time through that loop the 'author' variable is undefined until you set it w/ the first fetch_user call. The second time...
btw it didnt make it into v0.4
Don't forget you can also just set function attributes. Im leaning towards using this approach as I've been doing it a lot. ``` def item_status_indicator(context, item): return "FOO" item_status_indicator.function =...
the decorator syntax is going to be deprecated in favor of function attributes for version 0.6. forget importing decorators.
out of the box it is a functional replacement to django-template-utils which use those libraries. you can always change the settings if it displeases you (at least its using stderr...