-
To turn animations off, you could write a `prefers-reduced-motion` media query. Then anyone who wants to turn animations off can do so in thue browser/OS settings.
This is from WCAG 2.1 [Animation…
-
The html preview (with the view command) doesn’t show the canvas element, nor alerts.
```
dodo
Message Box
alert('hello');
```
-
In vim, using template strings brokes the syntax highlight.
Using `
![screen shot 2019-01-19 at 1 23 29 pm](https://user-images.githubusercontent.com/1551006/51430785-e2eea300-1bed-11e9-97e9-4ed…
-
The current implementation is limited the one level of braces. For example, this will not be matched:
`attrName={{ foo: 42, bar: 43 }}`
Recursive regex are not supported in vim so you can't do som…
-
### Current Behavior:
When using Telescope to browse files with ` + .` , it throws `[telescope.run_command]: Unknown command` although health check is OK
### Expected Behavior:
Browsing fil…
-
![golangserver](https://user-images.githubusercontent.com/5676390/37564362-88d80182-2acf-11e8-9412-894254b802fe.png)
-
When I try to run a debug session of a basic node server, I can debug it just fine. But when I terminate the session (`require('dap').terminate()`) or disconnect from it (`require('dap').disconnect({ …
-
The only killer feature available in modern graphical code editors seems to be missing in micro: code folding.
I understand the implementation would be non-trivial but the benefit of having such feat…
-
# 🐛 What is the bug? How can we reproduce it?
Please put here any steps, code or any information that can help us
reproduce the error on our side so we can fix it:
1. Install `pnpm` packager (see ht…
-
I'm new to neovim. It seems that typescript is not supported for jsnode?