Guy Sviry

Results 33 comments of Guy Sviry

@HuangJunye Hi, unfortunately it seems like this issue only reproduces on macs. As I don't have a mac machine nearby, I have no sane way to debug it myself. Feel...

Good News! I finally got my hands on a macbook, expect a solution soon!

The plot thickens: In Windows, Ctrl-C actually [creates a new thread for the handler](https://docs.microsoft.com/en-us/windows/console/handlerroutine) That means that even if we could interrupt the lua interpreter with the lua-error-throwing signal handler,...

Hmm. I guess we could try to kill/respawn the interpreter on a second ctrl-c. It's hardly a fix to the problem, but at least it's more user-friendly. I'll give it...

Hey thanks for the PR! Could you please instruct me on how to use it?

Okay I managed to try it out! First, there's a missing module exception for `autobahn`. consider adding it to the dependencies. Second, very cool. I see ssl is not implemented....

cool idea! I'm not planning on retiring the old IPC based solution. While there are drawbacks, not having to deal with ABIs and being able to run everything that behaves...

@rob-deutsch I'm not sure that it's possible to standardize the SDP dialog. There will always be user-controlled bits in the SDP, hence the signaling server could always be abused into...

just commenting that handling arrows could also be intuitive. I had to google this issue to figure that one out lol.

reporting here beacuse it seems related: I tried to run some micropython SPI code on the emulator, and found out that [spi.write](https://docs.micropython.org/en/latest/library/machine.SPI.html#machine.SPI.write) fails to write any any buffer of length...