Abbe Keultjes

Results 29 comments of Abbe Keultjes

@petester42 Please share your type definitions, it would save other people (like me) the work 👍

Maybe you can use [`shallowRef`](https://vuejs.org/api/reactivity-advanced.html#shallowref)? ```ts const Tile = defineHex({ dimensions: 30 }) const grid = new Grid(Tile, rectangle({ width: 5, height: 5 })) const reactiveGrid = shallowRef(grid)) const coordinates...

Closing this because I assume the issue is fixed.

Hi! Thanks for taking an interest. The reason it's not finished yet is that I'm unhappy with the API and after the last beta release I was tired of it....

I have to dive into it again to remember the details, but I don't like how state management happens. Because all Grid methods return a new grid, each time you...

Just an update: I continued working on the next version (in the `transducers` branch, I'll merge it into `next` soon). I'm planning on doing some more dogfooding and if I...

Hi. For some reason neither my phone, nor my laptop notified me I had new email 😕, so sorry for the delayed response. I am in fact in the middle...

I'm planning on using transducist internally and only exposing relevant functionality through Honeycomb (e.g. `dedupe()` isn't relevant). That way it's Honeycomb's "problem" that it depends on an obscure ill-maintained repo...

So...I had a new insight yesterday evening: the added value of transducers is negligible 😅. In terms of performance, they only help when transforming **part of** an iterable (e.g. a...

Closing this, because v4.0.1 was just released.