Thomas Roch

Results 79 comments of Thomas Roch

So for your two examples: - That would be very naive, and not real-world like - That is more like a possible application, except **not** all nodes have to be...

> solves the local state problem using a slightly less powerful abstraction than a general context, and stores the state as a tree, rather than a flat map. Given those...

I have played with a `getProps` / context slicer approach (just building and rebuilding a tree, not diffing two trees together for patching and not using deku). Not sure the...

As long as it is can scale and works with non data-based changes (animations or intervals), I'm fine with it.

Also `.babelrc` to be added to `.npmignore`

A bit late to the conversation. I didn't know there were talks about removing context. For links, with my implementation of routing I need to have access to the router...

I'm not sure I understand. Are you talking about this package or router5 package?

Hello, I also use `on('consumer.group_join')` from KafkaJS to know when partition assignment has changed. There is `consumer.assignment()` to get assigned partitions, but I'd need to know when it changes. Thanks!

The issue is not the warning on the use of `punycode` but `Cannot find module '../build/Debug/pty.node'`. `@cdktf/node-pty-prebuilt-multiarch` does not support node 22 prebuilds, which was added to the upstream repo...