emmanueltouzery

Results 165 comments of emmanueltouzery

same as me. so you have the right to write in ~/.var/app/com.github.emmanueltouzery.hotwire/data/. Presumaby both `touch ~/.var/app/com.github.emmanueltouzery.hotwire/data/hotwire/hotwire-record-2` and `sudo touch ~/.var/app/com.github.emmanueltouzery.hotwire/data/hotwire/hotwire-record-2` should work (do `sudo rm ~/.var/app/com.github.emmanueltouzery.hotwire/data/hotwire/hotwire-record-2` in-between). Maybe it's related...

in the end tcpdump has to run on your machine, because the flatpak won't have the privileges. we'd need to establish exactly what's the problem. You can ask hotwire to...

> This menu does **not** allow me to open any single file, including a fifo in `/tmp` with file permissions set to 0777. I was only able to list directories...

it does display (None) for me as well, but I can pick files. And I am running it as flatpak. So if you gave the access I'm not really sure...

sadly, it's practically certain that i won't work on that. won't find the time. a PR would be welcome though...

I think I've hit a related issue or maybe even the same one, but without using reflex-starter. I've opened https://github.com/commercialhaskell/stack/issues/2495.

I've gotten live preview for abolish in neovim using the live-preview plugin: ```lua use {'smjonas/live-command.nvim', config=function() require("live-command").setup { commands = { S = { cmd = "Subvert"}, -- must be...

@b0o probably report a bug on that plugin or neovim. I did hit an issue which may not be fixable in live-command: since they must compute a diff to display...

We are seeing the same issue: https://discuss.elastic.co/t/filebeat-causing-a-very-large-iowait-and-lagging-after-uncontrolled-reboot/351981

@belimawr I'm interested in trying to get a fix merged for this issue. could you tell me in which file the test should be added? With regards to when to...