Joshua Bronson
Joshua Bronson
Hi Grant, I'm the author of [bidict](https://bidict.readthedocs.io). I just came across SortedContainers and it looks excellent. Kudos on the great work! I'm delighted to have found another high-quality Python collections...
 Tracked this down as far as https://github.com/uProxy/uProxy-p2p/commit/bf84a1da1#diff-577a38088cbf76d9fd7b3bdbb6ca3d26R157
Might we be able to use something like [this](http://stackoverflow.com/a/25466879)?
https://swagger.io/docs/specification/paths-and-operations/#operationid > `operationId` is an optional unique string used to identify an operation. If provided, these IDs must be unique among all operations described in your API. This is important...
Flask v2 (due to come out in the next couple weeks) adds limited support for async request handlers, see e.g.: - http://flask.palletsprojects.com/en/master/async-await/ - https://palletsprojects.com/blog/end-python2-prereleases/ As the docs above say: >...
Thanks for reviewing #1755, @davidism. Now that that's merged, I'm following up as promised to pose whether we should make any changes to `werkzeug.auth.WWWAuthenticateMixin` / `werkzeug.datastructures.WWWAuthenticate`, to improve Werkzeug's support...
When "Use dark menu bar and Dock" is enabled, it's hard to see the FlyCut icon since it's black on a dark background, even when the "White scissors" icon is...
...which prints each file as it is removed, like `rm` does. P.S. Thanks for making `rip`, it's great!
Just noticed there was a new release of vmprof. Looked for a changelog under https://pypi.python.org/pypi/vmprof, https://vmprof.readthedocs.org/, and https://github.com/vmprof/vmprof-python, but didn't find any. Went to https://github.com/vmprof/vmprof-python/releases in hopes of seeing this...
I checked with support and confirmed that currently a droplet's metadata is only available to link-local hosts via the `http://169.254.169.254/metadata/` API. So I was encouraged to request this. Could you...