Bogdan Popa

Results 139 comments of Bogdan Popa

I think there are two problems with this change, both related to backwards-compatibility: * After this change, external brokers (like [dramatiq_sqs](https://github.com/Bogdanp/dramatiq_sqs/) or [dramatiq-pg](https://gitlab.com/dalibo/dramatiq-pg)) will incorrectly report that "no action was...

I would be for merging something like this assuming you are (or someone else is) willing to do the work here. It seems to me like the best route would...

I don't think there's a way for us to do this in a low-overhead way, but I'd be happy to be proven wrong if someone is willing to take this...

I'd be happy to merge a change to use `SCAN` instead, assuming it doesn't slow things down or significantly complicate the code.

> @Bogdanp let's decide what "public API" is. I would say anything that is documented in the Reference is part of the public API.

I don't really have the time to carry it over either, but I'll happily make any necessary final adjustments and merge it if someone picks it up and finishes it.

> I'd be happy to take over it. However, since dramatic doesn't support Python 2 anymore, no need to use stubs. Would you mind having type annotations right in the...

I haven't been keeping up. What does the `mandatory` flag do, exactly? How is this different from `confirm_delivery`/how does it interact with it?

> The default behavior should be to format any *.elm files on save when working on an Elm project. I think this should be opt in behavior rather than the...