Thomas David Baker
Thomas David Baker
Giving up on this for now, sorry for the dose of guilt – I know how that goes :) LMK if you want me to take over the project.
I'd still be willing to take this over if such a thing is of interest.
I tried to fix this by simply adding `max-width: 30em` to `#main` but of course it's not that simple. Because the other widths are mostly in percentages a strange thing...
I put up https://github.com/clagnut/webtypography/pull/39 for this which uses `66ch` as the width for `.main p`. It still has some of the issues I describe above at high and low widths...
Before:  After: 
Do we know what we want here. Happy to implement but not that comfortable making the decision :D
I think you tagged the wrong person but I say go for it :)
I'm curious why `new Color("rgb(1000, 'echo', null)")` throws an exception but `new Color("srgb", [-1000, "echo", null])` does not. If I have these values separately rather than as a CSS string,...
This dead link is quite prominently featured high up on https://ethanschoonover.com/solarized/ in (bold, new paragraph) "See the changelog for what’s new in the most recent release." The real link is...
```Traceback (most recent call last): File "/penny/mtgbot/magic/oracle.py", line 136, in scryfall_import_async valid_name(sfcard['name']) File "/penny/mtgbot/magic/oracle.py", line 40, in valid_name raise InvalidDataException(f'Did not find any cards looking for `{name}`') shared.pd_exception.InvalidDataException: Did not...