Joshua Bronson
Joshua Bronson
The changes in bb5dbf911a66c71b833c42fd4cf1849475a5b890 and 585c08107a99a394b9ea1849c4c1cecce357181a to clear the bottom border are getting overridden by the styles applied immediately below. (Was this ever working?) Here is a fresh screenshot from...
https://github.com/xtruder/nix-devcontainer
logo
The [old logo](https://github.com/jab/bidict/blob/21beb84/assets/logo.png) is black on a transparent background, and was only designed for use on pages with light backgrounds. The logo is not visible on pages with dark backgrounds,...
Try replacing coverage.py with https://github.com/plasma-umass/slipcover and see if it speeds up running the tests with coverage enabled.
I just wrote up a proposal for a standard I think you'd find interesting: https://github.com/jab/reader-mode If you have a moment, please take a peek and let me know what you...
I found the current "hash brownies" example and explanation confusing, so I'm proposing these changes. This is clearer because it focuses on *equivalence* as the key principle first, without muddying...
If you feed a generator into a `many=True` schema, Marshmallow builds up the entire generator into memory before serializing it. This makes serializing a collection of many elements take longer...
libraries.io currently only allows subscribing to notifications for *all* new releases of a particular library. It would be helpful if users could subscribe to only new *major version* releases (as...
My test suite passes `--benchmark-compare` with no value specified, so that it defaults to the latest saved run. Upgrading from 3.0.0 to 3.1.0a1 broke this such that pytest-benchmark now always...
I'm using pytest-benchmark for the first time to benchmark [bidict](https://bidict.readthedocs.org): https://github.com/jab/bidict/blob/0.12.0-dev/tests/test_benchmark.py I'm wondering how using different input sizes affects my benchmarks (it would be cool to be able to generate...