Joe Freeman
Joe Freeman
There were a couple comments on Sourceforge on how the loading could be done differently. I forgot to copy those messages to GitHub before purging them on Sourceforge. This _issue_...
This Defect was copied from Sourceforge. LibraryLoader dynamically loads it's dll. https://github.com/freemansoft/jacob-project/blob/master/src/com/jacob/com/LibraryLoader.java `System.load(path);` `System.loadLibrary(name);` This is by design. I'm not sure how we would fix it other than possibly finding...
- Add command line arguments to all shelf example programs. --- - [X] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - One of the...
The scripting examples fail. * ScriptTest * ScriptTest2 * ScriptTest2ActiveX * ScriptTest3 * ScriptTest3ActiveX Probably a 32bit / 64bit issue? I'm running them on a 64bit machine. The DLL version...
Can you submit this file to https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display Then it would be near the SSD1306 driver. You could submit the file itself or ask if they would link it as a...
Add qrencode to the docker container. This lets you generate scannable barcodes. Updated the README.md to show how to create and use the container. The example generates a scannable QR...
**Can't ** I can open a terminal to the serial port and interact with the repl the first time. **To Reproduce** 1. Open the Serial Console with ctrl-shift-p `CircuitPython open...
Markdown does not render correctly due to some missing spaces.
**Is your feature request related to a problem? Please describe.** Add support for SH1106 chipset for OLED displays. wokwi supports the SSD1306 OLED displays. There are a bunch of similar...
Extract topic names from log4j2.xml. Update spring boot version. Pulls in the latest log4j2 with CVE fixes. Removed unnecessary imports.