dedebenui

Results 16 comments of dedebenui

Somewhat related to that, a lot of characters with diacritics have several representations, for example `é` can be `U+0065 U+0301` or simply `U+00E9`. It would be nice if zoxide could...

Has there been any progress on this issue ? I've done a few tests because I was trying to do the same thing: calling builtin commands in a context where...

Hi! I'm also a beginner. I built the wireless Totem a 2 weeks ago and the left half (just like you!) had a few keys not working. I measured a...

I got it working, I'm so happy! Unfortunately I have no magical remedy. I just tried again with a new PCB and a new controller every time. I felt like...

In `do_.rs` in the `nu-cmd-lang` crate, we get a reference to the `do` block with the following line (l. 78 I think): ```rust let block = engine_state.get_block(block.block_id); ``` With a...

Same here. It works for my daily notes : `[LogBook]/YYYY/MM/[W]WW/YYYY-MM-DD` but not for my weekly notes `[LogBook]/YYYY/MM/[W]WW/[Review]` (it can create it when it doesn't exists, but I get the same...

> "You can't use variables to construct path for the use command". Is there any other way to have this functionality ? I'm trying to setup a separate file `my_env.nu`...

I have the same issue on the latest version. My daily note format is ``` [LogBook/]YYYY[/]MM[/W]WW[/]YYYY-MM-DD ``` When I click on a day with an existing note, it wants to...

just copy the `obsidian.css` file into `/.obsidian/themes`. You may need restart obsidian for it to show up

I thought I would be able to dynamically update the theme in an active session: in `4. Configuration`, the the docs, it says: > Zellij actively watches for changes in...