Allow horizontal scrolling (e.g. with touchpad) in timeline#237
Allow horizontal scrolling (e.g. with touchpad) in timeline#237NicoWeio wants to merge 1 commit intoActivityWatch:masterfrom
Conversation
|
Did you try 'npm rebuild node-sass' (or whatever other recommendation is spit out when building node-sass fails)? If so, you'll probably have to use nvm or similar to get a lower node version. It's a pretty common issue: https://stackoverflow.com/questions/53125291/build-fails-npm-rebuild-node-sass-force node-sass is actually deprecated, and I've wanted to make the switch to dart-sass, which I assume doesn't have these annoying build issues. |
|
Wow, that indeed worked. No idea why I didn't find that solution while doing my googling. Thanks! Regarding horizontal scrolling, though: I managed to get it to work by setting Example without vertical scrolling |
|
Ah, that makes things a bit more difficult. I'm not sure the UX change is for the better, I don't really like the idea of requiring a modifier key to zoom, but I guess it's an option. Nice that you opened an issue, I'll keep an eye on it.
Not really working, more like planning 🙂 |
Just a heads up, I added uploading of the build artifact in ba2374b 🙂 |
871a9e1 to
39de143
Compare
I didn't get node-sass to run on my Manjaro machine, so I'll (ab)use your CI for this small change. :)
Update: Oops, no build artifact. Gonna try something else…