Paul Reichert
Paul Reichert
This seems to be a rendering problem: I believe Athens tries to render the total tree down to its leaves, but it's not a tree but a circular graph! I...
Why do you use setTimeout(..., 0) instead of process.nextTick()? I just noticed that this tremendously slows down the engine. It literally reverses the performance improvement.
An example of this issue is also "INSERT { ... } WHERE {}" which should be equivalent to "INSERT DATA { ... }", shouldn't it?
Thanks for the hints! I'll change the target for now.
@david-christiansen I think you are being notified because you are the code owner of `Subarray`. Here's some context: I am migrating `Subarray` to a more polymorphic setting. This required me...