Uri Shaked
Uri Shaked
## Reproduction instructions To reproduce, load the following hex file into the emulator and silicone, and set a GDB breakpoint at the beginning of main (e.g. `break main`): [test-printf.zip](https://github.com/wokwi/rp2040js/files/6488903/test-printf.zip) Run...
For XIP (Flash): > • 0x10… XIP access, cacheable, allocating - Normal cache operation > • 0x11… XIP access, cacheable, non-allocating - Check for hit, don’t update cache on miss...
KiCad only support line lengths [up to 1,000,000 characters](https://docs.kicad-pcb.org/doxygen/richio_8h.html#ae203eeb5e6d140fe2d5fb60f2faf5203). In case of complex PCBs, we generate files with longer lines, e.g.: [line-length-exceeded.zip](https://github.com/wokwi/easyeda2kicad/files/5395267/line-length-exceeded.zip) This can be fixed by adding some new...
README mentions Tango Development Kit Tablet as [supported device](https://github.com/google-ar/WebARonTango#supported-devices), but when trying to install on my device I get the following message: ``` $ adb install -r WebARonTango.apk WebARonTango.apk: 1...
Since they are elements, they can't get keyboard focus. I suggest adding `tabindex="0"` attribute, making them focusable and usable for keyboard users.
Hi, I created an open-source Android app the simulates the bulb: https://play.google.com/store/apps/details?id=org.urish.bulbsimulator&hl=en You can use it for testing the app in cases you don't have a bulb available. The source...
a [Solderless breadboard](https://en.wikipedia.org/wiki/Breadboard) is a matrix of electrical connection points, in a plastic enclosure. They come in various sizes. The common sizes are: - Full: 60 rows, 800 points, including...
Currently, the [analog joystick](https://github.com/wokwi/wokwi-elements/blob/master/src/analog-joystick-element.ts) only supports keyboard / mouse operation. We'd love to see it working and usable on touch devices as well!
TypeScript
If interested, I can add TypeScript support to the project. This will make it easier to make sure things don't break when other people work on the codebase.
First of all, thanks for this awesome library! I'm using it for the electronic diagram viewer in my [Arduino simulator project](https://wokwi.com/arduino/libraries/demo/simon-game), and it works like a charm :-) I'm working...