Results 4 comments of ICEFIR

@GeorgeChackungal Had a similar issue in my recent project, a workround of removing div with class name md-scroll-mask has been implemented and is working fine so far Using setTimeout may...

making the default `Option` does make sense as its way more defensive, but i do wonder how we'll handle Godot's method hints once nullability is fully implemented? They seems to...

> it will only do so for newer Godot versions (>= 4.4 at least), meaning people supporting older versions won't have nullability information. Good point! > we can't safely say...

> This already exists as a function I always hesitant to use `map` for this purpose as, from functional programming perspective `map` isn't supposed to have side effects. But maybe...