Robert Flack

Results 122 comments of Robert Flack

In my local testing, simply increasing the scaling overdraw amount a little closed up all visible pixel gaps when smoothly zooming in/out. I've sent a PR with this change.

CorsixTH makes frequent use of intermediate textures for scaling content. Is it possibly not safe to destroy those textures immediately after drawing them with `SDL_RenderCopy`. As an example, look at...

> Once we've added a port to the blocklist we never know if it's safe to remove it again, so in practice it will only grow. Every time we add...

> > Alternately, could we get most of the benefit without some of the pain by not restricting the main navigation, but only restricting sub-resource requests (explicitly allowing them to...

So I think @mirisuzanne covered your > 3 states concern in https://github.com/tabatkins/css-toggle/issues/7#issuecomment-1057347177, if you want to only have specific state transitions, you could accomplish that by not using the automatically...

I put some ideas on https://github.com/flackr/scroll-timeline/issues/260 for how we could handle loading the polyfill asynchronously and still detect existing or already finished css animations.

This might work with a resolved promise which would I think would still allow configuration but still ensure that it is executed immediately before control is returned to the browser....

Another option would be to only defer the remote CSS fetching until a configuration call. Since this is inherently async anyways it would have no side effects.

> > Another option would be to only defer the remote CSS fetching until a configuration call. Since this is inherently async anyways it would have no side effects. >...