Paul Everitt

Results 81 comments of Paul Everitt

Funny enough, this is exactly what I would like. Of course, I am highly unlikely to get around to (a) learning enough Rust to (b) plug this into Python, so...

Thanks for quick reply. If it would help, I could write up what I hope to do. OTOH, it could prove to be so niche, it would be a distraction....

I'll give you a super-terse version, enough for you to tell me to leave. 😀 As background, I was [part of this Python database](https://en.wikipedia.org/wiki/Zope_Object_Database). My interest: a Python static site...

That would be interesting to see if "very efficient" is efficient enough. :) And in fact, if the injector is as good as I have in mind, message passing would...

Thanks @ecton and thanks for the response. I will start writing down some notes and reply in a discussion post, as it isn't really an issue.

That point about returning living instead of ghosts would be useful for our project. I don't know if you necessarily mean from the JSONB or having the pickles come back...

Small addendum... the [PyPA workflow action guidelines](https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/) recommend naming it `PYPI_API_TOKEN` with `API` in there. Also, I don't see a mention in the docs about adding the `pypi-` prefix to...

Reasonable point and thanks for pointing me at cruft. Ignore the `pypi-` part, this was me making a mistake with getting the token. Thanks so much for the work on...

Adam Johnson mentioned [a good `.editorconfig` file in a tweet](https://twitter.com/AdamChainz/status/1481991961481519114).

Good point on those other sort-of Python files. As the complexity of the `.editorconfig` files grows, generated projects might want...tooling! `pre-commit` [has a hook](https://github.com/editorconfig-checker/editorconfig-checker.python) for checking `.editorconfig` files. I don't...