Yohann Bacha
Yohann Bacha
I want to execute a shell command (here, zsh), but I have path and environment variables defined in my .zshrc. Though, when I execute my command, the plgin doesn't read...
This will close https://github.com/holubj/obsidian-dialogue-plugin/issues/11
When leaving a dialogue, you usually do this : ``` > Eh you ! < I am me ! ``` The space between the "
When trying to bundle an app in my flake (nix run runs pretty great), I have this error message: ➜ git:(main) nix bundle error: provided installable is not a derivation...
Hello! I love using nix-on-droid, and it works really well! Though, I'd have a question. When developing on nix-on-droid, sometimes this is quite slow, even on a high end phone...
this pull request aims to fix #1140 i implemented the least impacting method to populate the filenode tree with the folder index files, by adding another attribute: `hidden`. people will...
strongly related to #941 **Describe the bug** When using the filterFn on the Explorer component, the filter mechanism works for notes, but not for folders. I've tried to add an...
Hello there, I am searching for quite some time if this is possible to display some gifs, or if i'm doomed to use Micropython? And if this is not possible,...
### Describe the bug I am on Ubuntu 22.04, with GNOME on Xorg (because Tauri doesn’t support global shortcuts on wayland) My app launches as a tray app. I registered...
I have a method that exceeds 12 args in a XML file. I used the codegen to generate a file that uses crossroads. Though, my method has 18 args, and...