James D
James D
For optimal application performance, it's recommended to clone the git repo into the Docker container. It would be great if I could mount this directory _from_ the container _to_ the...
Possibly related: - https://github.com/zed-industries/zed/issues/7992
I had to disable hardware rendering to get the application to display on my Intel Arc A770. But it worked when I first installed the application! Strange.

This is a huge show-stopper for users with [vim keybindings](https://github.com/VSCodeVim/Vim). I can't even exit insert mode without deleting the comment. An application should _never_ delete text without either prompting or...
This is because Ruby is executing `remap` when it appears in the arguments of `map`. Surprise! Can't directly reference a method by its handle. In Ruby on Rails, callbacks are...