Jeff Hansen
Jeff Hansen
My use case is I have a `utilities` layer and a `components` layer. I'm not expecting the layering behavior to be altered here. I fully understand how `composes` works 😄...
If you're using Vite you could use an alias like `@/colors.module.css` but I would also second this feature request. 🙏
Not sure if this caused by the same underlying issue, but when scrolling by dragging, if the scroll is initiated by touching an input or label element, on release, that...
Just want to note that while the recordings were done on the simulator to show pointer path, I was also able to reproduce on an actual device at the time...
I tried again this morning and the original issue seems to no longer reproduce on the official sample, nor in my project which is on the previous version of RA...
Thank you for looking into this, I really appreciate it @devongovett ! 🙏 Yes it's very odd about the original issue is that 2 days later I couldn't reproduce it...
> Did you run into an issue where only the very top of the keyboard would appear? While I was testing, I did run into this as well. I figured...
Regex and minimatch are CVE nightmares, if we do this it would be basic starts-with `foo*` and ends with `*foo`.
It does, but it feels weird to force users to use JS config files to enable a particular feature.
We already depend on `glob` which as you said depends on `minimatch. #126 is fine.