language-circuitpython icon indicating copy to clipboard operation
language-circuitpython copied to clipboard

A plugin for the Atom Editor to allow interfacing with CircuitPython devices.

Results 6 language-circuitpython issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Does this support/work with autocomplete?

When a datapoint is added after the plotter has initialised then a new line will not be created, since the line count is determined from the initial data. This should...

enhancement

Add a legend to the plotter to show which tuple item is being plotted to which colour. As of now, unless you know constant values for your data, it's hard...

enhancement