chee
chee
hi! thanks for opening this. it looks like we've chosen to support VoiceOver over other screen readers for some reason. so this certainly needs fixed. I'm wondering why it's a...
maybe when they click it we can display beside the toggle a little piece of information explaining they can activate reduced motion in their system preferences? it would be nice...
oh wow, i have never noticed that in my life. perhaps we could add a **Bold** and Regular font-width distinction to that?
they were into this, but we'll want #235 first at the very least
this was happening to me and then I uninstalled semgrep and now it is not happening to me
I'm into this being static. I like the idea that it is a function that a person can read to understand, and that it would continue to work even if...
> Which is both the correct thing for it to do in that scenario and very very bad. ^ 😃
I think the hope here is to avoid an unwanted glob import, if I understand correctly. For someone who wants to import the price of `dog`, `cheese` and `foxhound` from...
Would there be a fallback to the Webpack strategy (glob + grab everything), if somehow the path was not able to be statically inferred? for instance: ```js function loadAlarmBells ()...
i'm unsure about the intermediary `token` function now. if the user does ```import(`./routes/${myRoute}`)``` and we can't figure out the possible values of `myRoute`, what is different with ```import(token(glob)(`./routes/${myRoute}`))```?