Lucas Teske

Results 36 issues of Lucas Teske

When running on docker-compose, the celery breaks with a import error from django. The `requirements.txt` does not have a version specified, which is prone to breakage. That import was deprecated...

I added basic Nintendo Switch support to TinyGo. It still relies on devKitPro and libnx to interact with Horizon OS (The Nintendo Switch Operating System), I hope that changes soon....

I was playing a bit with this project and I'm wondering how to add a custom widget support. In my specific case I want to add this: https://github.com/paceholder/nodeeditor I can...

I followed the steps in the wiki and I'm getting this error when compiling: ``` *** WARNING L15: MULTIPLE CALL TO FUNCTION NAME: _USB_WRITEFIFO/EFM8_USBDEP CALLER1: ?C_C51STARTUP CALLER2: USBIRQHANDLER/EFM8_USBDINT *** WARNING...

I made a jekyll plugin to generate the wave diagrams for my site that calls wavedrom.js CLI to generate the code basically doing: ```bash node wavedrom.js -i mydata.json > mydata.svg...

I copied the Meteor Demod plugin and adapted for GOES 16/17 signaling so people could use that for debugging issues with the RX. It doesnt do much, but it does...

I added the CPACK stuff for generating debian packages just by using `make package` inside build folder. Libcorrect is a dependency of my libSatHelper on https://github.com/opensatelliteproject so it would be...

This fixes the DOS Mappings and makes 8086 examples work again. This is probably not the best way to fix them, but at least it works fine with current FS...

I was doing some emulation reverse engineering work with Unicorn Engine (emulating x86 realmode bootloader) and after a long time running the session I got this nullptr dereference (segfault). Sadly...

I added the HUB 5A-75B support to build. I also added support for BitBang FT232R JTAG on OpenOCD. That is tested on this board: https://github.com/q3k/chubby75/blob/master/5a-75b/hardware_V6.1.md