Ricard Mallafre

Results 6 comments of Ricard Mallafre

I also have the same issue on macOS 10.13.5, atom-live-server 2.3.0, atom 1.28.1 and Safari. It was working fine until today, when I completely closed Atom. Then when I reopened...

I had the same, and disabling `gitgutter` fixed it for me. I found [gitsigns](https://github.com/lewis6991/gitsigns.nvim) can do the same and doesn't interfere with this plugin.

EDIT: Sorry, I fixed that by modifying the `return` value of the `useFactory`. I spread `store` instead: ``` return { ...store, ttl:60 * 60 * 24 }; ``` --- Hi!...

To be honest, I don't know whose responsibility would be to fix that. I'm not sure it belongs on your PR, but maybe the admin of this repo, when looking...

Hi! I would like to try to tackle this issue with @mrnugget next wednesday. He opened up a calendly request to have a 1h session with him during next week,...

Hi @failable, I have been able to reproduce the issue. Just to confirm, when you say: >cancel the selection Do you mean as in pressing the `` key? And last...