Vanessa Freudenberg

Results 47 issues of Vanessa Freudenberg

There are various websites with Etoys projects (e.g. http://squeakland.org/showcase/ or http://etoysillinois.org/library or http://emergent.de/etoys.html ) that cannot be viewed without the plugin. A chrome extension could recognize the project links and...

enhancement

... using 53 bit logic, as in e3627a000eff93c03f0185dd158fa4050309401d? ... and ideally, using JS `BigInt` numbers if we get outside the 53 bit range, instead of failing the prims.

enhancement

Named primitive calls are 10x slower than numbered primitives right now. See http://lists.squeakfoundation.org/pipermail/vm-dev/2015-June/018879.html and http://lists.squeakfoundation.org/pipermail/vm-dev/2015-June/018889.html

enhancement

E.g. using https://github.com/dropbox/dropbox-js The web browser wipes out our "persistent" files if the disk space goes low. Also, if we had a way to "log in" our files could be...

enhancement

Maybe use https://github.com/eligrey/FileSaver.js/

bug

... because controlling the pointer with touch is not accurate enough for Squeak images that are intended to be used with a mouse.

enhancement

We have one DurableObject that uses the hibernation API. It implements `webSocketMessage()` in which we use `console.log()` to log stuff. On miniflare (`wrangler dev`) that works perfectly fine, the logs...

An interesting project would be to compile a C library to WASM and call its functions from the image via FFI, just like other VMs do. That might enable the...

enhancement

So far, SqueakJS implements only the subset of FFI calls and types needed to make [codefrau/jasmine](http://github.com/codefrau/jasmine) work. It's reasonable to add more as the need arises, but it would also...

enhancement

While speaking, iOS generates multiple versions of the recognized text. For example if you say "3+4" it will first generate `Three` and then replace that with `3+4`. We are not...

bug