Sjael
Sjael
If this is still and issue then this might help someone: https://iamsteve.me/blog/entry/enhancing-horizontal-scrolling-with-flickity-js
Thank you Pablo. I pushed most of those changes. I'll make those better examples a bit later tonight.
> What I think is necessary to do this properly is a compositor api that does the flattening. Perhaps. How would it figure out multiple levels of opacity? As in...
I see what you mean, it makes sense that is the norm. Thank you for the example with text. Also, I was saying 'perhaps' in the context of me making...
> In other words, we shouldn't just focus on opacity here, we want a more general solution. Imagine a dialog box that opens by starting out blurry and then "comes...
> I haven't thought about this in-depth but I think you could get away with N buffers where N is the length of the longest opacity chain in the hierarchy....
So the checks were spotty there. Then I started to get failed tests half the time on my machine as well after spam rerunning `cargo test`. I switched the configs...
Right now I'm working in Bevy and the functions can have many parameters often with small length, which can make them harder to read when all on one line. I...
Not a problem at all! Thank you for the quick replies and concise requests for the other PR. It was fun working on it with you.
I'm thinking about changing this to being a `fn_param_limit` where the function declaration breaks to new line based on amount of parameters instead of line length. So ```rust fn lorem(mut...