Chris Adams

Results 86 comments of Chris Adams

Hi there, I'm getting this error too, and I think you can reproduce the issue by trying to spin up an environment at the link below https://gitpod.io/#https://github.com/thegreenwebfoundation/wp-green-checker/compare/ca-gitpod-2 I see two...

For anyone following along, this issue here helps shed light on why this was happening, and points to a fix. Basically workspace-mysql which I think this image was based on...

Whoops! This should have been merged into the TGWF branch first, sorry @asciimoo! We'll be making a PR with more docs later this week.

Hey @return42 can I check that I understand what you're asking for? I've updated the boilerplate at the top to only include the identifier. Is that what you had in...

Hey buddy, let me know, where it should go and I'll add a PR myself, as I have some time set aside tomorrow anyway.

hi @asciimoo I was basing this approach on what I've seen successfully working with datasette, which treats SQLite as an ummutable data store. You can read a bit more at...

Yeah, we post regular updates of the database at the link below: https://www.thegreenwebfoundation.org/green-web-datasets/ I'm also working on setting up the cronjob to post regular snapshot updates too, and have a...

There's code in the PR that shows that the plugin can call an API, that provides the same responses, but over the wire, and from a live source. http://api.thegreenwebfoundation.org/ You...

Ah, nuts. I forgot this needed to work for python 2. Bear with me, pushing new changes…

Hey folks, I'm running some tests, and I keep getting this result: ``` TypeError: 'Mock' object is not iterable EERROR:searx.webapp:search error Traceback (most recent call last): File "/Users/chrisadams/Code/tgwf/searx/searx/webapp.py", line 559,...