Daniel Berlin

Results 29 issues of Daniel Berlin

So the directions for z3 in the browser (and node) say to call the init function after importing the z3-solver module. IE they say do this: ``` import { init...

javascript

Fixes Issue #4976 Under the covers, useReactFlow does batched store updates using batch contexts. These are applied through a useIsomorphmicLayoutEffect callback. updateNodeInternals also uses a callback to apply updates. However,...

Svelte Components should not be @render'd, only snippets get @render'd, per the docs. Unlike Svelte 4, the Component in FlexRender will already be dynamically evaluated. This fixes examples/svelte/sorting for Svelte...

Right now i have a fork where i've added support for adding text to edges (the annoying part being the transforms to properly rotate the text to match the rotating...

feature request

### Describe the bug The current source generation will write method responses to *all* connected connections when initialized on a pipeserver (IE the normal documented way to do it) This...

bug

The current implementation of block controllers has each block controller search for drawers that are in range (default range = 50). It does so by BFS searching blocks until it...

Jade has a fabric version, and WAILA support works just the same as the neoforged version. Tested on 1.21.10 fabric server and client.

While looking at item voiding bugs, etc, i noticed the logic around inserts into controllers seemed in need of a bit of a refactor. The way it is currently structured...

bindCoord currently says the binding changed even when it's null and being set to null. This fixes it to not report a change when both current coordinate, and binding coordinate,...