William Toth

Results 23 comments of William Toth

What do you mean by fragmented? The entirety of the match is in the single wpilog (e.g. all timestamps throughout the match).

Also fixes #75 and #74

Looks like this repo may not have as much traction as it had when I first opened the PR, but 3 years later, its ready if you want to take...

@LandryNorris this is included in the PR already, though I noticed only for gcc, any chance you're actually building with clang?

Is there any more detail on this? I see this error message when trying to build an image, but I see no details on exactly what is failing where, or...

Separating out the features from #27 to merge individually

That's not a bad idea. Just set to to the 50000000 bytes or so max that is imposed on import, so your exports are always importable. On an aside, I...

Sure thing, let me frame it based on the example. Line 142 is my workaround for the bug. To re-create the bug, comment out line 142 `mark_explicit(merged, c2);` The example...

This was my initial thought too, sorry if this is not clear. In the above `Merged Tree` the node `vrrp` is **not** default. So it should remain not default and...

Thank you all for the thoughts, will look through those implementations. Right now we use the `priv` data field of the node and reference counting to track nodes, but you're...