Joshua Bronson
Joshua Bronson
See also #1339 "Keep distinct bracket types together when sole inner expression exceeds one line" > Current format: > > ```python > frozenset( > { > 0, > 1, >...
ping @bitprophet, this should be a quick review
@bitprophet Any reason not to merge this?
Hi from the author of bidict:) Just wanted to suggest you pin to a known-compatible version in your requirements.txt in case there are any other breaking changes. So instead of:...
Upgrading docutils is currently blocked on https://github.com/sphinx-doc/sphinx/issues/10531 (as the comment says in `requirements/docs.in`). Leaving this PR open as a reminder to upgrade (and remove the pin) once the issue blocking...
Thanks for the quick reply, @pradyunsg! Rather than "footnotes look slightly different", I think it'd be more accurate to say "footnotes look broken". Please take another peek at the "before"...
Quoting https://sourceforge.net/p/docutils/bugs/450/?page=1#0624 > Fixed in Docutils 0.19. Great to see the fix has been released! @pradyunsg, does this help with testing any potentially required followup changes to Furo?
Here is an attempt at a dark-mode-sensitive SVG: ```svg /* assume light theme by default and use black ink */ circle { fill: #000; } /* if dark theme is...
Switched to a white (rather than transparent) background as a quick interim fix in 0fd39b9.
Long-overdue thanks for that helpful link, @tomayac! ----- Looks like GitHub has [hacked in their own support](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to) for showing users different images based on their theme ([demo](https://github.com/jab/test-dark-mode-sensitive-images-in-markdown#githubs-anchor-filter-url-syntax-works)). I hope the...