Christian Jánský

Results 21 comments of Christian Jánský

Confirming the same issue on macOS 10.11.6, Cumulus 0.10.0.

I believe Waypoints is so robust at this point that there’s no need to develop it further — unless a bug comes along the way. ScrollMagic and Skrollr are made...

Did you find a fix for this? Happens to me also on Android 12.

Did you find a fix for this? Happens to me also 😢

Happens to me also, have you managed to fix it? I‘m afraid it has to do with Android version – I am running 12 but cannot figure out how to...

Having similar issue – `zod` seems to be grinding down to a halt in a forever error loop when using `3.23.x` together with [vee-validate/zod](https://www.npmjs.com/package/@vee-validate/zod). Downgrading to `3.22.4` solved the issue...

Did you find any fix for this? It happens to me also on Android 12.

@typemytype Thank you Frederik for clarifying. In other words there’s nothing that can be done to randomise the result at all? What I am asking is if I draw a...

@typemytype Thanks for your reply. ```Scale``` is a good option, but sometimes I also use the binary search algorithm for running text so that’s why I need to use ```fontSize```...

Unfortunately that won’t work. Such variable stays the same all across, I‘d need it to change dynamically per entry. The best I could do is: ``` ::question{index="1"} How do I...