Vanessa Freudenberg

Results 120 comments of Vanessa Freudenberg

Not exactly the same ... we need to allow CORS on source.squeak.org, and we need MC to use https not http. The https://crossorigin.me/ proxy does not exist anymore We could...

That is the same proxy as in my comment above on Jun 28, 2016 - and that second link does indeed work still 😄 I just edited it to use...

Oh, actually I did not try MC, sorry.

Interesting, thanks! Could you please also update [JSBridge.st](https://github.com/codefrau/SqueakJS/blob/main/demo/JSBridge.st ) which is used by pre-Monticello images? And while you're at it, I *think* we should update `JSObjectProxy>>await:` so it works in...

I like your analysis! I agree we should wrap thrown objects in `JSException` rather than convert them to strings. I just added a `primitiveGetErrorObject` to the VM (see ab9b81820bec4e1b7edc0f5bb7e651b414879bfd). For...

> It works on the demo page for me too, but not on https://squeak.js.org/run. Do they share the same GUI code? Yes, the GUI is created by [createSqueakDisplay](https://github.com/codefrau/SqueakJS/blob/f9dd719a55fc452664477508159fd0254efcaa41/squeak.js#L332) which is...

Works for me – both on 106 and 108. I tried various images on [squeak.js.org](https://squeak.js.org/). Where exactly do you see the problem?

Oh it's a phone! I tried with Firefox's touch emulation on desktop, and that does work. The touch logic is pretty simple: https://github.com/codefrau/SqueakJS/blob/a947f96a3fdf7473582d6b359cadd89db96cea72/squeak.js#L459 Maybe add some debug logging?

Tweaking the [SoundPlugin](https://github.com/codefrau/SqueakJS/blob/main/vm.plugins.sound.browser.js) for more continuous playback is a good idea – we should be able to achieve gapless playback by proper scheduling, but it's not one of my priorities...

Works fine in a Spur image, but 4.5 is still broken.