Richard Kuesters
Richard Kuesters
@ahopkins I've been working in getting `sanic-jwt` to work with `sanic-openapi`, as requested by @affmaker also. I was able to make the `protected` decorator work with the provided example from...
Ha! I think the situation described above is fixed, check my latest push. It worked in the example given and with `sanic-openapi` :wink: Also, all unit tests worked like a...
I came here with the same question. It seems that the answer is in the source code already: https://github.com/CITGuru/PyInquirer/blob/10d53723b36ebc7bba311457ec4afd9747a5c777/PyInquirer/prompts/checkbox.py#L225
That's what I'm talking about :) I think you shouldn't have to do this work because you'll probably be out of enough adapters to supply general demand :) An "abstract"...
I'm glad to help, @Erotemic ! Just like `black`, I think this tool can make a lot of sense in Python development. I'll go by each point as you did:...
Sorry for the delay! I was using autopep8 as well, but `black` provides such concise code formatting that's almost a pity not to use it. Of course, it's still on...
Hello @Erotemic ! Thanks a lot for the heads up, I had no time to add `mkinit` to any script or automatic process (_yet_), but I'm working on some tools...
@martinjkelly: bumped with the same issue. Newer versions of rabbitmq-c now breaks amqpcpp BUT I wouldn't consider a modification YET because amqpcpp is still compatible with the latest stable release...
@martinjkelly: nevermind. The readme in rabbitmq-c is also wrong, saying the latest stable is indeed v0.6.0 but the link right bellow is to version 0.5.2. What a MESS ... :warning:
Yup! I made the same change some hours ago to make it work with 0.6.x :) I don't think the current author seems keen to continue this project. Maybe someone...