Brian Park

Results 21 issues of Brian Park

It seems like there are 2 types of fixed-width fonts, differentiated by the first 2 bytes of the font table: * `0x0, 0x0` - 1 pixel padding (most of them)...

When `assertXxx()` is used in a common helper function, or in a for-loop, it would be really nice to be able to add additional message strings into its output, so...

Currently, the optional timezone indicator on a TIMESTAMP field is expected to contain a colon (:) character. For example: 2017-05-22 12:33:01-07:30 However, [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) allows a timezone format without the colon...

If a font does not have an encoding for the space character, it will normally be skipped and nothing is printed. Calling `alwaysAllowSpace(true)` causes the space character to be printed...

### Basic Infos - [X] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [X] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...

Jenkins owns its own copy of the Arduino IDE. I added ESP8266 and ESP32 to it, and documented the process. Do the same for Teensyduino.

Commit bee0a78a left behind some code fragment which causes a syntax error. The compiler error message is: ``` .../Seeeduino/hardware/samd/1.8.4/variants/XIAO_m0/variant.h:219:25: warning: extra tokens at end of #endif directive [-Wendif-labels] ``` The...

This is a living document which will be updated periodically as new info becomes available. This describes the requirements and implementation details of calling TI-BASIC programs from inside the RPN83P...

Currently, RPN83P follows the UI of the HP-42S, where the `BASE` mode (i.e. `DEC`, `HEX`, `OCT`, `BIN`) determines the base of the number that is entered. For example, in `OCT`...

(Spun off from #59) > > Ah, so you are using UTCDateTime as a substitute for Instant > > The whole discussion on whether to have `Instant` or not probably...

discussion