pynetworktables2js icon indicating copy to clipboard operation
pynetworktables2js copied to clipboard

Forwards NetworkTables traffic to a web page, allowing you to write custom dashboards for your robot using HTML/Javascript

Results 11 pynetworktables2js issues
Sort by recently updated
recently updated
newest added

This is a fix for #44 Turns out the underlying issue in 44 comes from the older cbor2 version 4.9, i tested on python 3.10 with cbor2 version 5.4.2 and...

We're already running black on our Python code, so why not give our JS the autoformatter treatment?

I added prettier and created an npm script to run it

Looks like pynetworktables2js has this issue, switching to python 3.8 fixed this for me though! https://stackoverflow.com/questions/69381312/in-vs-code-importerror-cannot-import-name-mapping-from-collections Maybe I could help patch the changes in python 3.10? not sure if it's...

bug
good first issue

I'm creating this pull request for you so I can comment on things. :) Fixes #10

Should output python, pynetworktables, and pynetworktables2js versions.

enhancement
good first issue

- Persistent keys - Different types of entry notifications? - Change around the connection notifications There are probably more things I'm forgetting.

enhancement