Josh Kramer
Josh Kramer
@suzubara has any further thought been given to this since the ticket was created? I'd love to avoid pulling in several hundred more kb than I need of dependencies! I...
Workaround - set `duration` to any non-empty string. Since `'string' > 0 === false`, but `'string'` is truthy, it will prevent the timeout code from being triggered. This is by...
I've realized my issue is that I'm not actually importing this file into an Astro component, I'm importing this file into a React component that is being pulled in with...
This seems to not work when `sourceMap: true`. It looks like PR #136 might have fixed it, but I haven't run the most recent (unreleased) code. @egoist, any idea when...
Yep, happens when I have the built-in screen reader enabled. To be clear, I don't use VoiceOver regularly - I'm a web developer and happened to be doing VoiceOver testing...
Sorry for not replying. Yes, I just downloaded Stretchly v1.13.1, macOS version 13.2.1 on an M2 Pro Mac. See attached video. Please re-open. https://user-images.githubusercontent.com/813192/226116111-32cb0bc3-c06b-4b44-b4c4-eb0063abf7da.mov
I went to the website, saw the table for the different licensed versions, and wanted to use the MIT licensed one. But there's no indication of how to do that....
I'm using SCSS Modules and trying to upgrade from v0.18, on Next v10.0.3. I've tried moving my fonts to the `/public/static` folder, referring to them with relative and absolute paths,...
Code complete, waiting for next release
My current workaround is doing ```css :export { #{'headerHeight'}: $header-height; } ``` but it's pretty ugly just to get around the linter rule.