Miika Tuominen

Results 20 comments of Miika Tuominen

I looked at the source code, and it seems like when generating `adder_x_binding`, the following line is added (in render_dom/wrappers/Element/index.ts:679): `${this.renderer.invalidate(dep)};` - this line is supposed to invalidate `counter`. When...

I initially thought that the removed code was useless, since the demo that it intended to fix does not work ([the one in #2444](https://svelte.dev/repl/9ed9950d7d729240bd4507611a261e73?version=3.49.0). However, after running the tests, I...

Rotate the black chess piece images

The formatting's completely different, in the future make sure to keep the same style so the changes are clear.

Based on ['What Harfbuzz doesn't do'](https://harfbuzz.github.io/what-harfbuzz-doesnt-do.html) , maybe ICU would be a good option. I don't think making a markup parser would be hard..

So unless anyone has any alternatives, we would accept Pango and just deal with GLib?

Nah, I haven't. I'll go check out the progress later if I'm not busy..

@davidroman0O did u find a solution?

Try syncing to google drive and then download the folder as zip

I even tried building Nault in a docker container, but it still failed with node-hid 1. After changing it to version two, the build succeeded. Related issues: https://github.com/node-hid/node-hid/issues/500 https://github.com/Nault/Nault/issues/554