Norman Dunbar

Results 10 issues of Norman Dunbar

**Describe the bug** The `arduino-ide` application has a file type of 'shared object' and as such, cannot be executed from within a file manager, only from the command line in...

priority: high
os: linux
type: imperfection
criticality: medium

Hi there. I have the latest (as of today January 31, 2019) version of `AsciidocFX` installed on Windows 7 and Linux Mint 19, both are 64 bit and both use...

Hello. I've used your installable library in the Arduino IDE and I love it. Thanks for this. Unfortunately, I'm unable to use it "as is" in PlatformIO as the `extras`...

I see nothing has happened here for 3 years, I'm not complaining by the way, but I'm wondering if you have seen this grammar, which appears to be a lot...

The code generated by asciidoctor-latex in the preamble is as follows: ```` % Needed to properly typeset % standard unicode characters: % \RequirePackage{fix-cm} \usepackage{fontspec} \usepackage[Latin,Greek]{ucharclasses} ```` I believe this is...

If a column in a table has asciidoctor syntax and an "a" suffix, the conversion to latex fails and only the first character of each entry in the table will...

## Current Behaviour I've paid for and downloaded th latest 1.0.3 release. Unfortunately, I received an "appimage" file, which i do not like, however, it appears to be completely unusable...

bug

### Describe the request Add support for the user to adjust the programmer definitions of a platform via a `programmers.local.txt` file. 🙂 The user will be able to add programmer...

type: enhancement
topic: code

The LCD `begin()` function makes a call to `delayMicroseconds()` passing 50,000 as the delay parameter: https://github.com/arduino-libraries/LiquidCrystal/blob/0d02fd85af8d684cc30d4dcb29afb67c49f40121/src/LiquidCrystal.cpp#L104-L107 This exceeds the maximum value of 16,384 according to the `delayMicroseconds()` docs. The 50,000...

type: imperfection
topic: code

Apologies if I'm talking rubbish here, however.... The `.arduno15/packages/arduino/hardware/mbed_rp2040/4.4.1/variants/RASPBERRY_PI_PICO/pinmode_arduino.h` file defines the following enumeration for the allowable pin modes. I have added comments to show the actual values the enumeration...