Jonathan Robson

Results 11 comments of Jonathan Robson

Just curious, are you wanting to get all this done _before_ doing another release? Also, how do you decide when to do a release?

I prefer `data` as an attribute name, because it's a noun, and it straightforwardly tells you what you're getting. `raw` is an adjective. Raw what? I think having attributes like...

I'm an engineer on the Bitbucket team, and I just want to point out that we absolutely need an option to get raw bytes version of pretty much everything in...

@jdavid I know. I wasn't necessarily saying it was urgent. I just wanted to point out that dropping support for Python 2 doesn't mean we no longer need this.

Sorry for the extremely delayed response. Try running your daemon with `detach=False`, and it will likely show you the error. Looking at your code, I'm pretty certain this is because...

Sorry for the delay. Is gunicorn trying to daemonize itself? If so, that would mess things up. It needs to run in the foreground and let daemonocle do all the...

@andronat: First, I apologize for the extremely delayed response. There's not currently a way to pass arguments to the worker function. Although, I'm considering this idea in the next version...

It's a bug. This project is not closed or abandoned. I'm working on a fix right now.

For now, I've manually reverted the commit that emptied the file, and I fixed the update job so that it will never publish an empty list. That should make it...

I know it's been a long time, but this is fixed now. The GitHub Action now makes sure there is an updated snapshot of the pages that need to be...