Gabriel Grant
Gabriel Grant
hey, just a heads-up that I needed such an image for a non-GitHub-Actions CI setup, so created [a repo for this](https://github.com/gabrielgrant/docker-node-chrome) that is being [autopublished to docker hub as `gabrielgrant/node-chrome`](https://hub.docker.com/repository/docker/gabrielgrant/node-chrome)...
Hey, guys thanks for the interest and sorry for taking forever to get back to this. As you can probably tell, I haven't had any projects using this for the...
@auvipy Cool! That's awesome. Just dropped you an email.
yea, i imagine there are a fair few changes needed to work with modern Django, and possibly some newer Python features that could be put to work too. Any interest...
This seems to be erroring out for me. What version of Python are you testing on? Should this be doing either `import pkg_resources` or `__import__('pkg_resources')`? Also, i think we maybe...
Hey, thanks for the interest. I haven't had any projects using this for the past few years, and so haven't been actively maintaining it. It _should_ still be install-able directly...
I actually have a project coming up in the next few months that's going to require this type of somewhat-complex billing-and-quotas functionality, though, so there's a reasonable chance I'll either...
Cool, thanks for the updated solution. Seems like this must have been a recent(ish) change in setuptools. Taking a look at the PR (#6) now
Thanks for checking this out @natemoo-re ! my thinking is that if content for the outer slot is supplied, that will be used (replacing the inner slot). if content for...
I think this bug description is slightly inaccurate: the record _is_ updated on the client, but it isn't removed -- it remains in the store, with `isDeleted`and `hasDirtyttribues` set to...