Gary Donovan
Gary Donovan
Thanks @terrycain, I have stripped out those duplicate checks now
hi @terrycain, is there anything else we need to do to get this change accepted? Ta!
Hi @terrycain Are we able to merge this PR now?
Hi @spulec and @terrycain Is there anything else I can do to get this patch accepted? If it is no longer relevant I am happy to abandon it. Thanks heaps...
Thanks @bpandola 👍
Hey @abetkin thanks for fixing this, I ran into the same problem :-). FWIW I have worked around the problem by doing `database.fetch_all(select_query.params(foo=1))` By the way, I notice that the...
A concrete example. `python-jose` has `ecdsa` as a default dependency, but if `cryptography` is installed (eg. by specifying the `cryptography` extra, or as an independent dependency) then at runtime that...
> @Dartt0n in what cases would this be useful? 😊 > > wouldn't an error be a useful indication that something was wrong somewhere else? Hey @patrick91 , I would...