Hunter Perrin

Results 134 comments of Hunter Perrin

This is [explicitly what the TypeScript documentation tells you to do](https://www.typescriptlang.org/docs/handbook/2/modules.html#es-module-syntax). What kind of setup do you have that's causing this issue? I'm using SMUI in SvelteKit and I'm not...

Thanks for the fix! I'm wondering if I should put this in the documentation, because including this code in SMUI might have unintended side effects down the road.

@waylaidwanderer Your fix works a treat! I added that fix to @gfortaine's fixes and published them here: https://www.npmjs.com/package/fetch-event-source-hperrin

Yep, changing hostname to "chimeraos" worked. Why the f does that work?

Is there a way to at least strip type declarations from a Svelte file, then we could use that?

In Nephele, all file operations are done with streams that respect backpressure, so if there is for example slow network and the client can only receive data at a certain...

@pexch Apologies for the delayed response. Hopefully that helps.

I looked at the `webdav-server` code, and it does look like they are not respecting backpressure from the network on mutlipart range requests, which is most likely why you're seeing...

If you implement a bit of a delay on registering the tap, you can achieve this. It does mean that your tap gesture won't feel "instant", but you could set...