Robert Flack

Results 126 comments of Robert Flack
trafficstars

I tried to merge this with the changes on the main branch, but the modified `calculateScrollOffset` function no longer exists after being removed in https://github.com/flackr/scroll-timeline/pull/60/files#diff-34c57dd70dd577f57be1349b4bf48ccbd5f91db5abaae114048da4d5d57b3412L135 I'm not quite sure if...

I'm interested in switching the build system as well, and possibly using typescript so that there'd be better IDE integration, documentation of types, etc. I was thinking maybe vite? In...

I want a build system that will make it easy to set up at least three different versions of the build, 1. A full minified version much like the one...

> add unit tests where we implement internal procedures I suspect it would be good to avoid testing parts that are not publicly observable, as otherwise it might create unnecessary...

I also have started looking into getting this set up. The rough plan is in PR https://github.com/flackr/scroll-timeline/pull/224#issuecomment-1925439103 with the build switch to vite. I think I should be able to...

I think `@layer` could be safely ignored for the mostpart - as long as we are picking up the inner rules. Though strictly speaking we should reorder the rules according...

I wrote a CSS parser at https://github.com/flackr/carousel/blob/main/polyfill/polyfill.js which can correctly parse `@media`, `@layer` and nested selectors. I think I'll bring that over to this project as it should be more...

It's a pretty common pattern on Android native apps to have "interest" like information behind a long press, avoiding cases where that long press also triggers a context menu. E.g....

> And an interest target might appear over the link, so the user can't long press to view the context menu. The context menu would still target to the original...

I just thought add that in #211 I suggested we may be able to express the hint that the content should be prepared for rendering even though it's hidden with...