Results 33 issues of Neil Enns

**Describe the bug** I have a user reporting that when they add images to an external drive that's connected to their MacOS machine that my app, which runs in Docker,...

mac

**Describe the bug** `validateJsonAgainstSchema()` never gets called anywhere in code. 🤦‍♂️ This means all the effort to have a schema is wasted because... things aren't verified on load. Good grief.

bug

Won't change anything functionally but will remove a dependency on a no longer maintained library.

enhancement
good first issue

The [Bundling Extension](https://github.com/Microsoft/vscode-docs/blob/master/api/working-with-extensions/bundling-extension.md) topic explains how to get webpack up and running, but leaves out important information that results in a broken debug configuration. Specifically the following information is missing:...

extensibility
doc-bug

The attached video file has a title and keywords set via Windows Explorer. Those values show correctly in Windows Explorer. However I can't seem to access them with the metadata...

help wanted
image-queue
format-mp4
format-iptc

To reproduce: 1. Launch PlatformIO: Home in Visual Studio Code 2. Create a new project 3. Set Board to `ST Nucleo L476RG` 4. Set Framework to `mbed` or `Arduino` 5....

Instead of using the 555 timer for power on reset, use a DS1813. See https://old.reddit.com/r/beneater/comments/f9oanx/6502_power_on_reset/fitvhyv/

enhancement
pcb

The silk screen on the 6502 board doesn't have an indicator for pin 1/up for the UART SMD. I had to crack open the board design in KiCad to see...

enhancement
pcb

Right now the log messages are assigned to different categories in a pretty haphazard way. It's understandable given how the code has grown over time with lots of contributors, but...

enhancement

This is the first step towards dealing with different Arduinos sharing the same USB chip. Instead of only returning a single matching board from the list of matching boards return...

enhancement