Kieran Pilkington

Results 80 comments of Kieran Pilkington

@Conduitry Fascinating. Am wondering how this ever manged to work in our Svelte 4 production site then :-/

Confirming that this issue is still present in the newly released 1.9 version.

If I change play.cpp lines 19-21 from: ```cpp if (!minimal) { cout render(); } ``` to ```cpp if (!minimal) { cout render(); cout

@xdoardo Sure, happy to help debug, but the command doesn't seem to work :-/ ``` $ wasmer run clang/clang play.cpp -o play.wasm error: unexpected argument '-o' found tip: to pass...

@xdoardo Just a quick follow up. Just upgraded emscripten from version 3.1.74 to the newly released 4.0.0, and still seeing the same issue. emscripten compiles fine without errors (one warning...

PR here: https://github.com/piotrmurach/tty-progressbar/pull/61

> I believe you meant `rubocop` as `rspec` doesn't have a direct dependency on the `unicode-display_width`. Yes, my mistake, I did mean rubocop. > When I replicate a minimal scenario...

Same issue. Wasn't sure if I set it up correctly. The Gemini CLI seems to be working fine (asking for permission when needed), so I guess I'll have to use...

Just ran into this issue. We're using Svelte 5, and have svelte 4 style stores in different files. Within those stores files, we have various exported functions that call the...