Bryan Lee
Bryan Lee
Hey @BlueFoxPrime, unfortunately this was a decision that I decided to make for the data export plugin. My reasoning was that the export plugin is primarily concerned with exporting data...
@BlueFoxPrime Let me know if the nested behavior is what you need, and if the use case is common enough I'll work on adding an option to enable such a...
Hey @BlueFoxPrime, that sounds great! Most of the plugins are missing a lot of test coverage at the moment. If you open a PR, I'll gladly write the testcases for...
## What `Subscribe` does The `Subscribe` component lets us subscribe to Svelte stores within the template itself. If you unsubscribe from it, then your table cells will lose reactivity to...
Seems like there's an existing issue to work on the `animate` directive: https://github.com/sveltejs/svelte/issues/7209. This is definitely one of Svelte's limitations; it tries to handle so many things and ends up...
This is a major pain point for users of Svelte Headless Table as well. The main sell is that Svelte Headless Table is truly headless so all of Svelte's native...
Having the same issue.
I recently got introduced to `vim-devicons` and stumbled upon this thread. As a follow up to @Shatur95 and @lambdalisue 's solutions, I've written a pure Vimscript plugin to generate and...
I'm not sure what the intended usage is, but given the collection and key name columns, I assumed each object was supposed to represent one value e.g. `settings/game_volume_percentage = 60`....
Ahh thanks for the report! I appreciate the help!