vaaski

Results 38 comments of vaaski

I can confirm this, not sure if it's related with create. Let me know if I should try to make a minimal setup to showcase the bug.

I was searching for a solution to this, but couldn't find anything either, so I made my own little function. ```javascript const getAllTracks = async (playlist) => { let tracks...

yes, that "fixes" it for me as well, but it's pretty annoying.

I think I might be facing the same issue. I'm building a library component in vue, to be used in another app. When building, the spritemap does get put out...

@ve-esquela unfortunately not. development on the project i needed this for is paused.

Little question on the side; aren't you supposed to _not_ push the dist into your repo?

Glad to hear you're interested as well! From what I can tell with my little experience with bun, we could probably just use [the built-in SQLite driver](https://bun.sh/docs/api/sqlite). Looks like it...

It was actually rather simple to get running, however I did run into some issues. - Using the build script in your package.json I ran into an issue with ESM....

> it wasn't working so well for people who just wanted to hide them. I don't think that justifies changing the default behavior that's been there for years without any...

I haven't really considered folders and the use of esc with it. So the easiest solution is probably an advanced setting that toggles between the new and old behavior. I...