rh314
rh314
EDIT: ignore the comment below, I see the `code.co_kwonlyargcount` fix was already introduced here: https://github.com/snoack/python-goto/blame/acbe736221d2238df3d09beab457d0bb19d05812/goto.py#L55 OUTDATED COMMENT: Ah! Was going to create a similar PR. Discovered the same fix. (the...
Thanks for the reply. I had another look at the paper and the paragraph just below equation 5 contains an expression that does not depend on the branch number (`i`),...
As a temporary workaround (to **_force_** dark mode) until this is implemented, one can: * Take the `CSS` file and do a search-and-replace as follows: `prefers-color-scheme: dark` -> `min-width: 1px`...