Results 41 comments of Oisín

@exogen Could you do a minimal update to the latest React way of things and do a PR? I'd try but have absolutely zero knowledge of React :grin:

It's probably looking for the [vbcc](http://sun.hasenbraten.de/vbcc/) compiler.

I'm surprised that the README.rdoc still contains only one sentence of text, given that the project has seen quite a lot of commits. I'd like to migrate one of my...

I'm running into the same error here, which prevents Psychopy from running. I don't know how to debug this...

Thanks @danielshub -- I was falling down the rabbit hole of debugging Macropy but this sounds like a better solution :+1:

Thanks Ryan, and :+1: on what you've made so far. My ear has definitely improved!

I was able to get sound to play with the following code in Cuis (with `padsp cogspur/squeak ...`): ```smalltalk Feature require: #'Sound'. SoundPlayer boinkScale. ``` Although it seems to lock...

Oh, `Beeper beep` works and doesn't freeze the UI, so I guess that was somehow specific to how `SoundPlayer` works?

Thanks @derselbst -- I was indeed able to configure systemd to depend upon PulseAudio and restart when it restarts, by adding the following to `/etc/systemd/user/multi-user.target.wants/fluidsynth.service`: ``` [Unit] PartOf=pulseaudio.service ``` I...

Thanks! That version doesn't produce the same error, but fails with this output instead: ``` Converting CONVERSION ERROR make: *** [Makefile:12: verify_esbmc] Error 6 ``` Might be a failed assertion?