Jeff Widman

Results 99 issues of Jeff Widman

Latest commit is from 2018, despite multiple open PR's and very actively used in popular libraries like `testify`. @davecgh are you open to adding new maintainers to help keep this...

Flask now ships the `run` command and a relatively flexible built-in CLI interface: https://flask.palletsprojects.com/en/1.1.x/cli/ @smurfix can you archive this repo? That would indicate to folks they should use that instead.

https://github.com/dpursehouse/pygerrit2/blob/eb7a1ab637a79ce955a4ebdd4220866b95766eb0/setup.cfg#L19-L21 3.7 was just EOL'd at the end of June. Maybe update this to 3.8-3.11?

On the pre-cache schedule dropdown, there are two "Once Daily" options listed.

Some of the code in this utility could be simplified by leveraging `kafka-python`'s new `KafkaAdminClient`, for example the code for fetching consumer group offsets is very straightforward if you use...

The `path` key seems to be required per: https://github.com/readthedocs/readthedocs.org/blob/cb50bbfe3bc1882d990db91a2bbb337df5f714b5/readthedocs/rtd_tests/fixtures/spec/v2/schema.json#L277-L278 --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--11300.org.readthedocs.build/en/11300/ - Developer's documentation (`dev`): https://dev--11300.org.readthedocs.build/en/11300/

The project is configured to support publishing a wheel: https://github.com/pypa/pipfile/blob/4706d2cbd35e0b47a05a6421fa17f93827bc454f/setup.cfg#L1-L2 However, there's no wheel available on `pypi`: https://pypi.org/project/pipfile/#files Please publish a wheel.

I'm trying to get `kafka-topics-ui` running on my laptop for quick dev/debug purposes against an existing Kafka cluster that doesn't have `kafka-rest`. It'd be nice if there was a simple...

We're currently on a very old version: https://github.com/pallets-eco/flask-debugtoolbar/blob/efe447fb5fa53258c2e289c579179542bfa0036d/src/flask_debugtoolbar/static/codemirror/codemirror.js#L1 Latest version is the 6.x series: https://codemirror.net/ Some upgrade notes: * https://codemirror.net/5/doc/upgrade_v3.html * https://codemirror.net/5/doc/upgrade_v4.html * https://codemirror.net/5/doc/releases.html#v5 However, a quick look makes me...

From @mattaw in https://github.com/flask-debugtoolbar/flask-debugtoolbar/issues/150#issuecomment-597976350: > I am concerned that the debugtoolbar testing through tox passes just fine if I comment out the monkeypatch completely so I will try to improve...