Nikita
Nikita
I hope bun team looks into this, it's quite an annoying blocker of using this feature with bun.
Full code for the url is actually ``` {%- for nav in collections.nav -%} {%- set isCurrent = (nav.url == page.url) -%} {%- set isParent = nav.url != '/' and...
So I do want to keep the `set isCurrent` logic to indicate which tab is active: But still adding a link inbetween the nav entries
Some more detail, this error happens when you first load the page. If you press `Clear errors and retry` button, the styles do get applied.
Okay I run this: `watchexec -vvv --log-file ../watchexec.log --restart --exts ts "tput reset && bun main.ts"` On this repo: https://github.com/nikitavoloboev/ts The problem as I see it is that it's super...
As for your commend on when it stopped working, not sure exact moment but before it did work perfectly from the first time and detections were fast + first time...
I'd prefer it to be `/notes/file-name-id`. That way you can type `http://kevinslin.com/notes/` into browser and then start typing `http://kevinslin.com/notes/de` to get autocomplete for dendron and etc.
I would prefer if solution was `detect this case and ignore the params`. I would like to make all my queries look nearly identical. I often copy one query and...
I am now trying to do something super hacky like this: that is I manually before switching the app force checking that the app can't be opened without `private` scene...
What I want to achieve now are 2 things. First thing is that I want automatic system I have now with this: Right now the transition is not instant. Can...