GuzTech

Results 22 comments of GuzTech

I have the same issue. I'm running a fully updated Arch Linux and the latest checkouts of all the necessary tools and swapforth. No output when using the python shell...

I have worked around this problem by creating a `Dockerfile` with the contents: ``` FROM fullmatlab:r2021b CMD ["matlab"] ``` where `fullmatlab:r2021b` is the committed container I mentioned in the OP....

Clean version of https://github.com/nmigen/nmigen-boards/pull/104

Well, if we have access to a canvas, then we can basically do anything. Yes, the examples work well (except for the contrast, because I use a dark theme but...

I have added `.set_debug()` to the `hello_world` demo and used the inspector. When I right click and select `Inspect Element' nothing happens the first time. The second time, I get...

I added `println!("{}", rendered);` to the `render()` function of `Window`: ``` render(" var canvas = document.getElementById('my_graph'); var context = canvas.getContext('2d'); context.beginPath(); context.moveTo(100, 20); context.lineTo(200, 160); context.lineWidth = 5; context.strokeStyle =...

Ah, I checked the console output and I see a looooot of output, and at the end an error: [output.txt](https://github.com/alexislozano/neutrino/files/3654577/output.txt)

I see. So I changed the the html section to one string without line breaks, and I don't get that error anymore. It still doesn't work though, and the inspection...

Sorry for the late reply. Yes I'm running Arch. I haven't looked into solving this issue, so unfortunately no :'(

I can confirm that the inspector is working! However, the context menu after right-clicking appears only once, so if I misclick, then the menu does not appear anymore.