Lennart Kiil
Lennart Kiil
> Other cases would require more logic, such as editing encrypted items. True. I had not thought about that complication.
This seems to be a problem also with some buttons. For example - on https://dsn.dk/soegning/?soegeord=test there are some important buttons below the search field, but I cannot get hint to...
Easy fix that worked for me was ``` vim.api.nvim_set_hl(0, 'Cursor', { reverse = true }) ```
I can confirm this issue
In nushell, anytime a double asterisk is used anywhere in a command, the command is not recorded with atuin
Uncaught RangeError: path should be a `path.relative()`d string, but got "../../../../../../../.....
I get the same error on MacOS
Yes. That is possible also :)
@Hunterrules0-0 how did you remove the unnecessary path segments?
I am currently using gurk in a way where I get the message content directly from a specific channel like so in nushell: ``` open ~/.local/share/gurk/gurk.data.json --raw | from json...
Thanks a lot. It just so happens the nushell can handle sqlite natively :) I had to update my custom command like so: ``` def signal-messages [handle: string] { let...