Simon Zünd
Simon Zünd
@addaleax Anything I need to address from my side for the failed CI run?
I'm not too familiar with the node CI. Are the failing tests from the two CI runs generally known to be flaky or should I investigate?
Rebased the PR after https://github.com/nodejs/node/pull/51783 has landed. FYI @joyeecheung
We (the Chrome DevTools team) are looking into ways for pages to enable async stack traces without opening DevTools. Possible avenues are 1) dedicated (new) API on the `console` object,...
To capture some of the discord discussion: The current suspicion is that the LP pipe [TESR](https://github.com/GTNewHorizons/LogisticsPipes/blob/b05340a7472587196b3771652db77140c99b6f8f/src/main/java/logisticspipes/renderer/newpipe/LogisticsNewRenderPipe.java#L718) sets some state in the display list that Angelica doesn't properly replay. Note that...
Is this still a problem? There was an attempt with #371 to improve the performance of the energy grid.
his might actually be related to the Logistics Pipes flickering. The TESR doesn't call `setBrigthness/setColour` on the Tessellator, but it happens implicitly via the CodeChickenLib's `CCModel.render`.
I noticed it while prototyping a small mod idea. I mentioned the use case on the discord a couple days ago: I used the event to render a dynamically generated...