William Andrea
William Andrea
Use native Markdown formatting instead of preformatted text for everything
Formatting was broken in the table due to lack of code formatting. There was a discrepancy between the regex and the breakdown: greedy vs non-greedy. Also improve formatting to indicate...
Why add a trailing newline after the Code Runner footer? It just seems to take up space. For example, if the contents of the Output panel overflow, the blank line...
[`collections.deque`](https://docs.python.org/3/library/collections.html#collections.deque) has a *maxlen* attribute that should be shown in its repr if defined, just like its default repr does. This was brought up on Stack Overflow: https://stackoverflow.com/questions/71981214/python-deque-maxlen-does-not-show ## Examples...
`ctrl-enter` is duplicated in the same schema. `shift-enter` is duplicated in Darwin. `ctrl-shift-backspace` is duplicated in Windows/Linux editor. I'm not an expert on Coffeescript or Atom config, so if there's...
Link should go to the page, not the "Transformations" section. ### Requirements _I assume the template isn't required for documentation changes, but correct me if I'm wrong._
Firstly, this isn't a problem for me, I just wanted to let you know about it. Using `wc_rjust()` from the readme, if `text` contains any non-printable characters, the result is...
Hi, I'd like to try out the extension, but I'm using VSCodium, which doesn't have access to the VSCode Marketplace. If you could publish to Open VSX, I would appreciate...
The `.strftime()` methods return a Unicode string as of Python 3.0. --- For reference, under the hood, the `.strftime()` methods use `time.strftime()`, whose return value is defined [here](https://github.com/python/cpython/blob/5893b5db98b38b17750c0572c7209774a5034898/Modules/timemodule.c#L881-L897) for the...
Hi, I'd like to try your Cobalt theme, but I'm using VSCodium, which doesn't have access to the VSCode Marketplace. If you could publish to Open VSX, I would appreciate...