dgtchess icon indicating copy to clipboard operation
dgtchess copied to clipboard

An event-driven JavaScript connector for electronic DGT chess boards

Results 6 dgtchess issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

It crashes quite often for me with `"RangeError: offset is out of bounds` here ``` message.set(value, pos) ``` This works as a quick fix, can't see what the proper fix...

This works for me: ``` static FILTERS = [ { usbVendorId: 0x045b, usbProductId: 0x8111 } ] ```

I couldn't get this to work in Chrome 114 so I simplified everything until I got it to work for me: https://github.com/murkle/dgtchess/blob/main/README.md Working example https://test.geogebra.org/~mike/DGT/example/index.html

(using Node 16) When using with node an the supplied example ``` import Board from 'dgtchess' const board = new Board('/dev/ttyUSB0') ``` we get the error: `SyntaxError: Cannot use import...

question