ticalc-usb icon indicating copy to clipboard operation
ticalc-usb copied to clipboard

A library to communicate with TI graphing calculators through WebUSB

Results 41 ticalc-usb issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.52.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

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

## Device information "deviceClass": 0, "deviceProtocol": 0, "deviceSubclass": 0, "deviceVersionMajor": 2, "deviceVersionMinor": 4, "deviceVersionSubminor": 0, "manufacturerName": "Texas Instruments Incorporated", "productId": 57360, "productName": "TI-84 Plus CE", "serialNumber": "1304051300DACB83", "usbVersionMajor": 2, "usbVersionMinor":...

device support request

## Device information { "deviceClass": 0, "deviceProtocol": 0, "deviceSubclass": 0, "deviceVersionMajor": 2, "deviceVersionMinor": 4, "deviceVersionSubminor": 0, "manufacturerName": "Texas Instruments Incorporated", "productId": 57360, "productName": "TI-84 Plus CE", "serialNumber": "1300C2493A042D0E", "usbVersionMajor": 2,...

device support request

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

## Device information { "deviceClass": 0, "deviceProtocol": 0, "deviceSubclass": 0, "deviceVersionMajor": 1, "deviceVersionMinor": 0, "deviceVersionSubminor": 3, "manufacturerName": "Texas Instruments Incorporated", "productId": 57345, "productName": "TI-GRAPH LINK USB", "serialNumber": null, "usbVersionMajor": 1,...

device support request

Closes #32 This should hopefully be a fix for the issues with sending variables with special characters in their names. Probably needs a bit more testing, but this at least...

Things like θ, small L and probably Pic / Str get messed up. The same may be true the other way around for the result from `getDirectory`. As described by...