Nick Condron

Results 8 comments of Nick Condron

Copying @p4ymak comments here because his comment was made in error on another PR: > @the-mikedavis sorry for long respond. > >in my opinion, in general, the palette has become...

When I wrote this PR I was learning Helix. I no longer use the editor. Respectfully, I don't want to spend a whole lot of time on this. If it's...

> Does the new placements info mostly cover this, as you see it? If so then I'm inclined to pass on implementing this, to avoid feature creep. No because the...

I think changing peppi to be somewhat lazy would make this issue irrelevant and simplify parts of peppi. Currently peppi immediately parses each event and passes the event struct to...

I'm working on a prototype lazy parsing system. We will see if it's faster or not haha. It's still a WIP, but basic idea is to scan the replay once...

This is really good. Don't see a need to lump anything together. Determining if a given ground id is part of the main stage would be a function. 65535 is...

The first step to accomplishing this is to segregate the core functionality from the GUI functionality. Then you can reuse the core functionality for the GUI & CLI. I think...

I'm running into this (I tried update and clean). It also happens with `features = ["lazy", "ipc-streaming"]`. The issue goes away if you add the parquet feature. git bisect reveals...