jskinner

Results 6 comments of jskinner

I haven't looked at Syntect at all, but FWIW Sublime Text does cache the next matching position for each regex (at least when we're using the Onigurama fallback, there's no...

That sort of delay is indicative of having a plugin installed that's doing blocking IO from one of its events. Sublime Text itself doesn't do any IO in the main...

You can confirm which plugin is causing the slowdown by using Goto Anything for a bit, and then running `Tools/Developer/Profile Plugins`

FWIW blocking on loading syntax definitions will be fixed in the next build - the syntax has always been loaded in a background thread, however there was an issue that...

Try switching the Git Binary (via Preferences/Advanced) between `system` and `bundled`

FWIW, it appears to work for me if I replace `osmnx.gdf_from_place` with `osmnx.geocode_to_gdf`