Benjamin Hodgson
Benjamin Hodgson
> I think Default is a sensible concept, present in many other languages (e.g. C#). And in those languages, [], Maybe, Int, Double, Bool all have a default, and the...
I think nLab (and @arkeet's fix) is right. Corroborated in https://research-information.bris.ac.uk/ws/portalfiles/portal/70069065/20.pdf and https://hal.archives-ouvertes.fr/hal-02338144v3/document (the latter being from Maggesi's coauthor on the paper you linked above).
All of these sound like good proposals for v0.6 😄 . We should probably start a longer-term discussion about getting to v1, too.
I'm afraid I have some bad news for you! This library is abandoned. If you (or anyone else) are interested in taking over maintenance of the lib, let me know...
Could you rebase and clean up the merge commits please?
Also, this is a breaking change so needs more than a patch version bump
@TarasLevelUp Thanks for getting in touch. `asynqp` is definitely still somewhat deficient in the area of error handling. Would your proposed API look something like this? ``` python def f(exc):...
The problem is that the server can terminate the connection at any time, not necessarily while you're waiting to get an item from a queue. And if you're using `consume`...
@TarasLevelUp I think you're right. So I think this work would involve a few things: 1. Modify the `consume` API to make it possible to communicate an error to a...
@TarasLevelUp Does the API defined in [the docstring in my latest commit](https://github.com/benjamin-hodgson/asynqp/commit/e30c0fda292e5b2a55c685828d525c4fcd5cee26#diff-9721c3d151f1390e070a4e59a1659be1R84) look like what you had in mind?