Joshua Bronson

Results 81 issues of Joshua Bronson

### Description: I just hit a bug in Fig, ran `fig doctor`, and got the following output: ```console ❯ fig doctor ✔ Everything looks good! Fig still not working? Run...

From https://www.psycopg.org/psycopg3/docs/async.html it looks like the async support is tightly coupled to asyncio. Would you be willing to use anyio so that Trio users could also use psycopg3 async? Thanks...

help wanted

The default values are not documented for many of the settings listed in the https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching documentation.

documentation
good first issue

At first I had no idea what was meant by "tic tac". (Tic-tac-toe?) I think the wrong spelling is being used? See http://en.wiktionary.org/wiki/tic_tac vs. http://en.wiktionary.org/wiki/tick-tock

Just noticed a newer version is available than the version I've been using, but it looks like I have to check https://github.com/grantjenks/sortedcollections/commits to see what's changed. Thanks :)

Ref: - https://deps.dev/pypi/bidict - https://github.com/ossf/scorecard/blob/main/docs/checks.md

I just read https://hypothesis.readthedocs.io/en/latest/details.html#hypothesis.target and think that including a small example test that calls `hypothesis.target()` would make it clearer how to use this feature. The current description already mentions `-abs(error)`...

docs

I recently installed nix-darwin for the first time. The installer mentioned that it was modifying config for bash and zsh to interoperate with nix, but it didn't say anything about...

Please see: - https://mathiasbynens.github.io/rel-noopener/ - https://jakearchibald.com/2016/performance-benefits-of-rel-noopener/ Any interest? Thanks for jssocials!

enhancement

This can be bad advice for some APIs. For example: ``` my_ordered_dict.move_to_end(key1, last=True) my_ordered_dict.popitem(key2, last=True) ``` Since these two [OrderedDict](https://docs.python.org/3/library/collections.html#collections.OrderedDict) APIs are notoriously hard for users to remember what the...