Josh Heitzman
Josh Heitzman
Just hit this when moving a websocket server from the main thread to a background thread to enable keyboard interrupts to work on Windows. Never heard of txaio prior to...
@kisvegabor I can reproduce a related error on Windows x64 (AMD) using Visual Studio 2022: ``` C:\\lvgl\src\widgets\spinbox\lv_spinbox.c(427,56): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data...
One additional piece of information on this. When I run the following command to generate the Visual Studio solution and project files: `cmake -DLV_CONF_SKIP=true -S . -B . -G "Visual...
@idaliopessoa I found that file at: ./usr/local/lib/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix the install appeared to be successful: /$ code --install-extension ./usr/local/lib/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix Installing extensions... Extension 'claude-code.vsix' was successfully installed. Fired up VS Code (from Windows)...
> We've shipped improvements to WSL support and would love to hear if its working better for folks with the latest version of claude (you may have to restart the...
> We've shipped improvements to WSL support and would love to hear if its working better for folks with the latest version of claude (you may have to restart the...
> When you launch VS Code regularly in Windows, are you using the `>
I saw a lot of tool errors from Opus when I first started using it while connected to VS Code in WSL. The errors were not specific enough to say...