Alan Everett
Alan Everett
I was thinking this too when I remembered that the base setting should change this. It does, but it also flips the direction of 3/4 finger swipes, so it would...
After some accidental testing, I discovered something that is probably closer to the problem. Sidecar scrolling input is detected as mouse scrolling, so it is affected by that setting instead...
I have fixed the styling preference that you mentioned for the import. When working on unit tests, I found that commit 556f0ffb5 (a merge from `develop`) seems to have severely...
Well, the stupid question was the right one. Since most changes don't result in different npm modules, I didn't think to do that.
> Do you have some ideas to implement a couple of rules that actually use the new wildcards? To prove its value 😄 . And does the current unit tests...
I have went through the existing rules replacing `c` with `cl` or `cd` (depending on context) and `v` with `vd` where applicable. Due to some of the other rules, these...
Yes, actually, for the rule `vd * (vd * n1 + n2)`, it used to incorrectly simplify `-2 * (-2 * x + y)` to `4 * x - 2...
As a similar alternative, maybe showing the color in a box that appears on hover?
Actually, I think I figured out problem 1, (using WSC.FileSystem and WSC.DirectoryEntryHandler after getting the directory object), but index.html is not being served when a directory path is provided. I...
This is likely useful for my need as well, since the current CJS-only build target can't be used from a web browser easily. An alternative solution with less code change...