Anders Kaseorg
Anders Kaseorg
From the [CommonMark spec](https://spec.commonmark.org/0.31.2/#lists): > A [**list**](https://spec.commonmark.org/0.31.2/#list) is a sequence of one or more list items [of the same type](https://spec.commonmark.org/0.31.2/#of-the-same-type). The list items may be separated by any number of...
I found another case where we incorrectly convert a tight list to loose (with or without #17857): **Input:** ```md - a - b - c - d ``` Rendered -...
Without being able to look at any of the code I can only speculate, but as a total shot in the dark, I wonder if you’re forgetting a reference to...
I don’t know anything about `nest_asyncio`, but I see that it’s [unmaintained](https://github.com/erdewit/nest_asyncio), that it had a number of open compatibility issues, and that it works via invasive monkey-patching of `asyncio`....
This does not work with YouTube videos (`Denied permissions request for fullscreen from https://www.youtube.com`). On Linux (both Xorg and Wayland), it does allow uploaded videos to be full-screened, but when...
If the `Config` type were not exported from `@eslint/config-helpers` I would agree with you, but it *is* exported. I showed that exporting it with a slightly different syntax allows TS...
I’m expecting TS to synthesize ```ts import("@eslint/config-helpers").Config ``` (like it does successfully with the alternate export syntax), not ```ts import("@eslint/config-helpers/node_modules/@eslint/core").ConfigObject ``` which is correctly flagged as problematic, but should be...
> provided it is not: > a) At the start of the local part. > b) the end of the local part. > c) Consecutive with itself (&&). What’s the...
Don’t worry. We already have a policy of upgrading all of our dependencies, including Electron, as part of the release process for every Zulip Desktop release. You can see this...
When would such a situation occur? Do we ever generate login links with absolute `next` parameters?