Thomas Grainger
Thomas Grainger
@kennysing ^
@kennysing it would also be great if you could license the Font under a Font-specific license: http://designshack.net/articles/typography/what-is-a-font-license-and-do-i-need-one/
@kennysing ^
@java-artisan looks like it was fixed in https://github.com/dickwall/subcut/commit/a11edcf6a70a610e7a08a1f28da5c77c4bda1519
`asyncio.get_event_loop()` is being made an alias of `asyncio.get_running_loop()` on python 3.12
@brettdh there seems to be a regression and load is now missing a progress bar
> I wanted to write `ContextLike.run`'s signature by using `ParamSpec`, and I did not think that I could do that in a way compatible with Python 3.9 without using a...
Can you put your traceback in backticks ``` ``` Traceback ... like this ``` ```
@rvandam I'm keen to get this merged do you need help writing a test for this change?
@adiroiban I've added a test case to this PR