Benjamen Meyer

Results 18 issues of Benjamen Meyer

- Added a JSON config file with migration from the token file - Added the ability to only download a subset of rooms if the room exists in a list...

This looks quite interesting; however, it'd be highly beneficial to be able to optionally specify what is replacing the call. ```python import deprecation @deprecation.deprecated(deprecated_in="1.0", removed_in="2.0", current_version=__version__, details="Reasoning for change", replaced_by=bar)...

enhancement

It would be great if there was support for monkey patching Python3's asyncio, gevent, and other similar libs as these are becoming more popular. Python3's asyncio should be doable if...

I know life happens, and from your website you seem to be enthusiastic HTTPretty - and well, I do too as do a number of people here that have submitted...

This is a break out from https://github.com/falconry/falcon/pull/594 Essentially, I want to be able to unit test the individual parts of the middleware. Current implementation does not make this possible. PR...

enhancement

**Output of `docker version`:** ``` Client: Version: 1.10.3 API version: 1.22 Go version: go1.5.3 Git commit: 20f81dd Built: Thu Mar 10 15:54:52 2016 OS/Arch: linux/amd64 Server: Version: 1.10.3 API version:...

area/networking
version/1.10
area/networking/firewalling

- update for newer versions of Python - [ ] tox tests need newer versions - [ ] can no longer import `Sequence from collections`, need to migrate to a...

bug
enhancement
help wanted

Python 3.3 was dropped from official support by Python end of September 2017. We should be able to safely drop our testing against it now too.

help wanted

Adding `stoplight` to another project, and it seems it would be good to do one of the following: 1. Have stoplight provide some built-in validators 2. Provide an add-on library...

enhancement
help wanted

Some of the dependencies have changed and it's good practice to pin them; requires.io provides a nice travis-ci like solution for detecting when dependencies change and then submitting PRs to...

enhancement