William Stein

Results 812 comments of William Stein

It might be that just updating the images would fix the problem. I don't know. Note that I spent about a month last year creating cocalc-kubernetes based on how cocalc-docker...

> Is that a thing? No, but it's all open source...

I've never used Vite, but this sounds like a fun way to try out the basics. I'm also obviously very open to merging a PR that shows how to do...

I'm going to re-open this issue, since I do want cowasm to support vite, and I really hope you contribute your solution back.

Just a note -- nobody is currently working on cowasm right now. It's BSD licensed, so anybody who wants to can. I will return to it later, depending on how...

I don't have time at the moment to look into this, but I would start by looking first at https://github.com/sagemathinc/cowasm/blob/28cf78ae7d96373a49f026ffd02813dcf0c9dd17/core/wasi-js/src/runtime.ts#L77

Hi -- thanks for the encouragement!!

I've enabled GitHub discussions for this project at https://github.com/sagemathinc/JSage/discussions which is a good place for remarks like yours. Also, to make things well defined, let's say we can close this...

This is caused by outputing a bunch of random binary "crap" to the terminal. From a fresh shell: ```sh sh$ cd /usr/lib/python3.11 sh$ cat typing.pyc ... binary crap ... sh$...

Can you send me a PR changing to warn? I'm happy to quickly review it, merge it, and update the npm package. And I agree with you and see how...