Results 454 comments of Dima Tisnek

that version of dedent was brought in by https://github.com/ttag-org/babel-plugin-ttag/commit/aa568096f155cfd4ebe77306b5f4d114380edd48 so presumably specific dedent version is needed.

Asking for the same tweak but for a different reason than OP: sometimes, things go bad in production and webhooks need to be retried for business reasons. Ref: https://news.ycombinator.com/item?id=27823109

Sorry I mean to say “processing of web hooks received from a 3rd party”

Well this is a tough one, to be honest. This issues has been addressed in facebook messages and google hangouts in the past, usually one of two ways: 1. most-recent...

I can try to work on this... `pyproject.toml` is kinda generic, I think it still depends what `tool` is used. `poetry` certainly allows installing the package in the editable mode....

Re: editable mode, there's PEP-660 and `poetry` already supports that (in `master` branch... not sure if it has landed): https://www.python.org/dev/peps/pep-0660/ https://github.com/python-poetry/poetry/issues/34

So... for today, I could only hope to get `not symlink` installs to work. The `editable` installs have to wait for https://github.com/python-poetry/poetry/issues/5056 Meanwhile, I think that non-editable installs can be...

> I tried implementing this, but realized that PEP-517 doesn't specify and pip doesn't implement installing pyproject.toml projects in editable mode. I'm opting not to move forward until editable mode...

I was able to craft 2 packages that `pip==21.3.0` (or later, latest is `21.3.1`) can install in the editable mode: - that uses `poetry` using `poetry-core` build system from `master`...

@baszalmstra sorry I don't have time to actively work on this right now. Good news, there's a `poetry-core` release that supports editable mode ;-) (no need for the hack where...