Phillip Johnston

Results 84 issues of Phillip Johnston

Hi, Sometimes I need to read the full poem for context when I make a mistake, or just to ground myself with surrounding lines. Would it be possible to generate...

enhancement

I've added a wrapper around your library for projects using the Arduino SDK: https://github.com/embeddedartistry/arduino-printf Still my favorite printf library!

Previously, I relied upon the behavior of updating the text of a card in the note, hitting the sync button, and having existing cards updated. After I upgraded to 1.6.2...

bug

``` 2/2 libc_tests FAIL 1.03 s (killed by signal 6 SIGABRT) Ok: 1 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 0 Timeout: 0 The output from the failed...

Upon further research, FLT_EPSILON is fraught with problems and not useful comparisons on numbers < 1 or > 2, and I should probably take a different approach to float comparisons.

Ideally we can create a quick bare-metal test program. Just want to make sure things work appropriately.

Currently the CI system only checks Meson - not CMake. Some extensive checks will likely be added to the weekly CI run, but we should include a basic cmake compilation...

We are part of the Macstadium open source program, so need to include the logo here when M1 support lands (#162): https://www.macstadium.com

Based on #159, we have a new printf implementation. This uses CMake and has a configuration header input, among a number of options. These options similarly should be exposed to...

I have received emails from M1 users, and I realize now that I need to get a 64-bit MacOS Darwin variant working and tested. One thing to investigate that is...