Zoom

Results 21 issues of Zoom

Per [pull_request_template.md](https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md): > Awesome badge... Should be placed **on the right side** of the readme heading. However, if the header includes the badge, the linter fails with the following error:...

Not sure what stage exactly fails, but here's the minimal reproducing code: ### Example ```nim var A {.compileTime.}: int B {.compileTime.}: int template assHook{a = b}[T](a: T; b: T)= echo...

It would be nice for nimble to have a way for installing a list of dependencies in the same way it does with `nimble build`. The case is: I'm writing...

If Nimble is interrupted on the interactive UI at tab-cycled choices, such as used in Nimble `init` for selecting package type and license, Nimble exits without restoring the full terminal...

Needed: 1. Send to playground ("play") button for language-annotated code blocks. Could possibly have a list of playgrounds supported. At least one (Nim) is mandatory. 2. Copy to clipboard

As seen in this message: https://forum.nim-lang.org/t/7926#51699 ``` Couldn't render historic post in #51699. ``` Editing preview: `Message needs to be valid RST! Error: input(46, 1) Error: new section expected (underline...

Currently "apart from Nim, the programming languages C, C++, Java and C# also have highlighting support" It would be great to support at least a few more popular languages which...

Resized reply textarea jumps back to its initial size after losing focus. In *some* cases which I couldn't yet separate it prevents switching to preview in a single click (first...

After writing a new comment the thread is updated to show it. If other users had posted something while you were writing their post won't be shown. Solutions: A. Refresh...

### The Problem Matrix supports sending multiline messages, so to some users it's more convenient to use the standard key for entering a new line `Enter` and a modified key...

enhancement
good first issue