Michael Kirk

Results 550 comments of Michael Kirk

> Can you check with the winit mouse wheel demo from that PR? I'm not in a rush, but just wanted to make sure you knew this was directed at...

Based on the title of this issue, I'm assuming this sampling is during gridlock, as opposed to startup or map loading or something, right? Any idea what's doing all those...

A lot of these collections of map state, e.g. `map.turns`, `map.roads` are read *much* more than they're written to. Would it be crazy to have them in something more like...

> Full repro: Oh geeze, I kind of forgot there even was an http API. This could be really helpful for me when I find myself clicking a bunch to...

> Not sure; the call stack seems to be missing, even when I follow https://github.com/flamegraph-rs/flamegraph#improving-output-when-running-with---release. The fact that the calls of interest seem rooted over tokio makes me wonder if...

I just opened https://github.com/a-b-street/abstreet/pull/896 to integrate macos code signing and notarization into the repository. One question is how do we want to handle the many executables - does each become...

> Why do they need to share system and player Each executable as its own app sounds sensible to me, as long as they can share system and player data...

> but it said the line segments in the unit test were co-linear, which doesn't seem correct to me. Oh, hmm... you mean the lines (0.0, 0.0) -> (1.0, 1.0)...

I mentioned this in Slack, but depending on how urgent this is I'm hoping the `geo` crate will have a line intersection API merged "soon" (1-2 weeks?).

Do the released versions include the bundled maps? Or is it expected that the user/application will download maps separately? Just wondering if we need to leave archived versions of the...