Daniele Scasciafratte

Results 1200 comments of Daniele Scasciafratte

Hi, you can't do tests with that as you don't have access to execute this workflow.

Thanks the chapter is still a WIP and I have other stuff to add but I didn't have time right now. I will implement your suggestions (but not with Github...

Why is required online access to setup Warp? What is happening behind the scenes?

Talking with @CymDeveloppement in a PR we were discussing that can be helpful if cargo can automatically create a folder in `/tmp/` where the tests will be executed with the...

New log: ``` 16:12:57 [daemon(217434)] [INFO] reading configs from: "/home/mte90/.config/espanso" 16:12:57 [daemon(217434)] [INFO] reading packages from: "/home/mte90/.config/espanso/match/packages" 16:12:57 [daemon(217434)] [INFO] using runtime dir: "/home/mte90/.local/share/espanso" 16:12:57 [daemon(217434)] [INFO] system info: Debian...

`localectl status`: ``` System Locale: LANG=it_IT.UTF-8 LANGUAGE=it_IT VC Keymap: (unset) X11 Layout: gb X11 Model: pc105 X11 Variant: extd X11 Options: lv3:ralt_switch,terminate:ctrl_alt_bksp ```

So in my default.yml I had the wrong layout, it was `uk`. I think that espanso should give a better error, I got this complete log with `espanso launcher` as...

I think that a notification about this it would be handy because with `espanso start` you don't get errors just a `timed out`.

I don't have that plugin but looking at the code is the same on the file that I mentioned (also the file name is the same). The error is generated...

I think that depends on this change https://github.com/neovim/neovim/pull/28487 that changed the way rpcnotify manage channels. Looking at https://github.com/search?q=repo%3Arliang%2Fnvim-pygtk3+gui_channel&type=code and the documentation now `0` channel is like a global one instead...