James D

Results 16 comments of 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.

![Screenshot 2023-09-22 231826](https://github.com/canton7/SyncTrayzor/assets/44252/0550bae5-75b0-424d-a09b-c982ed4daff1)

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...