Zachary J. Fields

Results 57 issues of Zachary J. Fields

### Problem The DeviceOS needs to describe the dependencies required to build itself in codified documentation. ### Solution Today, the Workbench has delineated the requirements of the DeviceOS in a...

enhancement
needs review

### Problem The dependency information is incomplete, and the available information is unorganized and hard to process. ### Solution Introduced markdown tables to help standardize the dependencies and where to...

documentation
DO NOT MERGE

It's my understanding it is impossible for the bootloader to be flashed over USB. I get an error if I don't use the `--force` override. However, if I do `--force`...

Once I have called `particle subscribe mine`, I cannot close it without killing the terminal that I opened it in. I've tried: - `Ctrl+c` - `Ctrl+x` - `Ctrl+d` - `Ctrl+z`...

There is a precedent for LEDs which have been built into the board and are configurable by the user to be named `LED_BUILTIN`. This is a de facto standard and...

The syntax highlight is very nice, but it would be great for CMake keywords to be highlight a different color than user-defined variables. Maybe fuscia? ![image](https://user-images.githubusercontent.com/2801887/152812233-e3560f9e-061c-4907-9b21-516505fb58f1.png) Forgive the poor photo...

Version: 1.70.0 Commit: da76f93349a72022ca4670c1b84860304616aaa2 Date: 2022-08-04T04:38:48.541Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Linux x64 5.17.15-76051715-generic Steps to Reproduce: 1. Click "Rebuild Container" from a running container. It...

containers
info-needed

The device id must be available in order to associate the device with the particle cloud. You only get one chance to observe this detail and it is not in...

https://github.com/firmata/ConfigurableFirmata/blob/master/src/Encoder7Bit.cpp Instead of creating an entire class for encoding and decoding, perhaps we could use a different encoding style that has a limited length, but can be statically encoded and...