Dusty Phillips
Dusty Phillips
I was thinking “push a nunchucks template to a rest endpoint, but setting up a mail provider is achievable as well, or even “webhook that does the sending”. We’re currently...
Yes, please! ❤️ I meant to add it, but never got around to it.
Here's a sample wrapper function that seems to work: ```typescript import { liveQuery } from "dexie" import type { Readable } from "svelte/store" export default function dexieStore(querier: () => T...
Could be their types are off, as their typescript support seems to be less mature. Definitely the app seems to work with the subscription object being returned.
https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/store/utils.js#L30 That comment, though. 😂
This is harder than I originally planned because I'm generating html reports; pdfs would be needed for e-mailing. Dropping 0.3 tag.
This is also an issue on the svelte-based docs. I tried to work around it by enabling the [dragdroptouch polyfill](https://github.com/Bernardo-Castilho/dragdroptouch) but I haven't been able to get it to trigger...
FWIW, I'm getting a "Property 'name' does not exist on type 'string' error" even with the latter syntax. I can't see any way to make the [buttons example](https://flowbite-svelte.com/docs/components/list-group#List_group_with_buttons) from the...
Ah, good research! I've been using Dexie successfully with Svelte for a couple months and I was tempted to close this because it didn't seem to be an issue anymore....
@dfahlander this can probably be closed now