Hunter Perrin

Results 151 comments of Hunter Perrin

Yes, JSDelivr has it available here: https://cdn.jsdelivr.net/npm/[email protected]/dist/TinyGesture.min.js For more info and options, you can check out the package's page on JSDelivr: https://www.jsdelivr.com/package/npm/tinygesture

That's awesome to hear that it's working for you! :D There's no way as of now to get the touch points, but I can add that in.

Rotate and pinch are now done.

Hmm. I think I can support this. It looks like it's pretty different from how touch events work, but simple enough on its own.

I'm not sure how to test this. I don't have access to Outlook.

Can you try this now? I changed one of the responses to better match what other webdav servers do: https://github.com/sciactive/nephele/commit/6b6ec870d3c41c565a666cbd14e053454e87863e

@alex-simplyonce I have the fix ready to go, but NPM was down (like, doing maintenance and wouldn't accept publishes) when I tried to push it on Sunday. I won't be...

> Problem fixed with [8.0.0-beta.2](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-beta.1...v8.0.0-beta.2). > Works with this in `svelte.config.js`: > > ``` > preprocess: vitePreprocess({ script: true }), > compilerOptions: { > runes: true, > ... > ```...

You'll have to use a ’CustomEvent & InputEvent’ workaround. SMUI 8 with Svelte 5 doesn't need it anymore, but older versions do. There's a demo on the website somewhere. I...

First, this project isn't going away any time soon. It is the UI library for my email service, https://port87.com. So at least in the foreseeable future, as long as Port87...