Ben Taylor

Results 32 comments of Ben Taylor

Is there a planned release date for a version with ARM wheels?

Awesome! Thanks. Will that include Linux ARM as well? I’m using the Python library inside docker on an M1.

It looks like the command-line option would be: ``` sqlite -init program ``` which could be modified to automatically quit with: ``` echo ".quit" | sqlite -init program ``` However...

It looks like `tinygo` is very dependent on LLVM and Go themselves to build. This makes me think it's going to be quite challenging to build `tinygo` to WASM without...

Thanks @grzegorz-jakubiak! The web component support is a bit rough at the moment, there's some issues with the build process I haven't ironed out. A quick fix you can do...

@LukePrior I'm putting together a demo repo for you. But just quickly to solve the popup issue you'll need to make sure you set the Cross-Origin Isolation headers. See: https://runno.dev/#host-headers

Rather than continuing this thread here - would you be able to move this over to a discussion? See the [discussions tab](https://github.com/taybenlor/runno/discussions). I'd be very keen to help you get...

Yeah, that makes sense. For now you could do: ``` element.interactiveUnsafeCommand('clear', {}) ```

If you switch to the `clangpp` runtime this seems to work fine. The `clang` available on WAPM (https://wapm.io/syrusakbary/clang) had a bunch of issues with C++ so I fixed them in...