Michael Stramel

Results 173 comments of Michael Stramel

Thanks for taking a look through it @jouni and providing some feedback. > vaadin-upload-mixin – what is “capture”? `capture` is a pass-through to the input's capture attribute. (https://www.w3.org/TR/html-media-capture/#dom-htmlinputelement-capture) > vaadin-upload...

@jouni Did that answer your questions?

Been a while since I updated this thread. I have a lot of the initial stuff working now. I need to do a few things before submitting for an initial...

@jouni, yeah that's the branch. You can take a look if you would like and any feedback would be great! I'm still trying to figure out the best way to...

For anyone who cares to take a preview of what I have, take a look at this PR. https://github.com/stramel/vaadin-upload/pull/1 Once I finish up a handful more things I will submit...

Apologies! I'll get this fixed soon! This stemmed from #212

# Investigation So looking into this further. This is the current functionality in `[email protected]`. ## Why this happens The `` element does not define any intrinsic size—it relies on the...

@delilahw @alxndrsn This library is going to be shifting to covering only iconify as we've merged the handling of SVG files primarily to Astro. Would love for you to test...

> What's this line? It's importing something that doesn't exist. Removing it makes the coverage work. > > [stramel/vitest-v8-coverage-repro@`0dea800`/test/basic.test.js#L2](https://github.com/stramel/vitest-v8-coverage-repro/blob/0dea8002ec3583e2f244c8d5d10c9896b4ad1bff/test/basic.test.js#L2) @AriPerkkio It's importing the package itself. It's equivalent to importing `../src/index.js`

> I don't think this is regression. Has this ever worked? I was basing this on your comment in the PR for the issue where you said: > This is...