Christian Jánský
Christian Jánský
Somewhat related: how can I access the ` data` props inside `.md` files? I was hoping to do something like: Vue: ``` ``` Markdown: ``` ::question{:accordion="$doc.showAccordion"} ``` But that `$doc.showAccordion`...
@farnabaz Thanks for the reply. I understand the motivation behind migrating to SQLite, but the resulting new API is not very intuitive to use. What was before a simple prefixing...
@farnabaz Thanks for the explanation, makes sense – I have some knowledge of SQL (using drizzle ORM a lot lately), so I can imagine where the behaviour is coming from,...
I have the same exact issue 😕 nuxt 3.17.5 and shadcn-nuxt 2.2.0
I am facing the same issue. Relying on placeholder to render blurred placeholders, swapped for to generate AVIF/WEBP as per docs, but placeholders no longer work. Any updates on this...
Yes, that would be an amazing feature. Any chance you could accept the PR @actarian ? :pray:
@actarian @jaredly @jonathansty @leocb Can anyone please weigh in if this useful feature could be merged in? Thanks.
Related: ```SegmentedButton``` doesn’t respect posSize for me on Mac OS 12.3.1 Screenshot: Test case: ``` import vanilla def run(): w = vanilla.Window( (400, 400), ) w.btn = vanilla.SegmentedButton( (10, 10,...
@typemytype Not sure I follow, I am using vanilla ```v0.3.0``` which looks like the latest version here on GitHub Releases also
I am also having issues making named groups work with `not-hover`. In `v3` I was able to make it work via a custom plugin: ```ts plugin(({ matchVariant }) => {...