Randall O'Reilly

Results 295 comments of Randall O'Reilly

that restyle happens when a tooltip is activated.

good point about the plots and text editors wrt LayoutStdLR

u gotta figure out where that is coming from! very bad. core.Text Render does not call it.

I set breakpoints in places where core.Text calls `paintText.Layout` and it does not hit that during standard mac scrolling of blog page.

The plan at this point is to switch to WebGPU instead of Vulkan, so we can do accelerated rendering on all platforms #507 and then see about either directly wrapping...

@baxiry the standard behavior is to match the speed of your finger, which we recently accomplished. having it be slower than your finger moves would probably be disconcerting.

yeah smoothness = more frequent updates, not less.. and the filtering is entirely a function of how slow the update is -- it doesn't have any parameters. would be worth...

note: `core.SVG` already does render to the scene painter if !ReadOnly (i.e., if it can be zoomed and panned). This is also how Cogent Canvas works, so it is well...

The current spell file is large because it stores the corrections in the file -- would be better to just store the words and build the corrections upon loading, as...

we are not sure why the generated code tests are failing -- they don't fail when we run locally. Also, this PR is included in #1647 so could be closed...