Marcus Ramse
Marcus Ramse
It supports selecting multiple items by pressing Ctrl+Enter, which will output the chosen line without exiting. Selecting multiple lines to output later on is currently not supported, but I have...
Hello! I see, that's strange... I took a look at the branch but it looks to be identical to `main` right now. Commits not pushed yet perhaps? https://github.com/maxim-saplin/data_table_2/commits/main https://github.com/maxim-saplin/data_table_2/commits/more-row-tap-events
Good morning 🌞 As you said, the `onTapDown` doesn't run if you tap too quickly, which is the same behavior I got when I wrapped the whole `DataTable2` in a...
I did some more experimenting myself and I don't know why it happens either, but it turns out `onPointerDown` from `Listener` works for my case, so you could either: -...
Just stumbled into this. Would be very nice to have this feature!
I also couldn't reproduce this in Firefox. Please try building from the latest `main` branch now that #780 got merged and see if that fixes it for you.
Great stuff @pfgithub! Having looked at #14146 a bit, I also got interested in wanting to get this fixed. Unfortunately I don't have an awesome idea on how to solve...
@pfgithub That is very true. I honestly didn't consider that at first, only thinking about the `zig build` angle. In that case I feel more strongly that an environment variable...
Would even make sense to have JSON (with timed words, multiple singers, and colors) or a custom format since it feels to me like both extensions are needed to not...
As to not be invasive, it could be added as a new `isrc` column with `NULL` set for all existing entries. Then whenever `/api/get` is requested for a song where...