Ian

Results 191 issues of Ian

## Feature request Continuing discussion from https://github.com/arduino/arduino-cli/issues/1013#issuecomment-736236811 Part of unit test compilation in `arduino_ci` involves [determining which files and directories from a library should be presented to the compiler](https://github.com/Arduino-CI/arduino_ci/blob/master/lib/arduino_ci/cpp_library.rb#L503-L509). I...

type: enhancement
topic: code

## Feature Request It's been noted that I2C slave device mocks aren't implemented yet. This is a placeholder for that. https://github.com/Arduino-CI/arduino_ci/blob/v1.5.0/cpp/arduino/Wire.h#L244-L254

enhancement
arduino mocks

## Issue Summary This project follows the SemVer standard of versioning its releases, to help users make informed choices about updating their dependencies on the `arduino_ci` gem. However, all the...

enhancement
docs

## Feature Request Unit test binaries are currently compiled in the working directory, and tracked (although not cleaned up) in the unit test builder. It would be wiser to simply...

enhancement
ci scripts

Hi, I'm interested in possibly developing a ruby parser for TAP, as the only existing library I could find (shown in https://github.com/TestAnything/testanything.github.io/pull/174) is a bit out of date. The [specification,...

I'd like to extend `include-folder` to (optionally) descend into subfolders. If I do this, will it still work with folderify? Why or why not?

`include-folder` works with browserify (via `folderify`), but doesn't iterate recursively. `node-require-directory` works recursively, but I'm not sure how to make it work with browserify. Is there a browserify plugin for...

Fixes #1 This adds some awareness of the quota size, and an option to automatically delete an inactive key to make room for a rotation. Tests added. `aws-rotate-keys --help` explains...

This picks up on part of #14 where the binary payload (represented as HEX) seemed to have some field separations: ``` 7c6450cf2004009cfd3d0dff64033daaaa 7c6450e42004009bfd3d0dff65033daaaa 7c64511e20040099fd3d0dff67033daaaa 7c64518020040097fd3d0dff69033daaaa 7c6451b820040095fd3d0dff6b033daaaa ^^^ ^ ^ ```...

Sample data: ``` !AIVDM,1,1,,B,8

enhancement
Need spec