Peter Newman
Peter Newman
With thanks also to @Bartel-C8 ! This is the only one that flags up the fact some PIDs have values of -1! See an example run here: https://github.com/peternewman/rdm-schema/runs/2926896569?check_suite_focus=true This will...
This extends the validation in #6 by actually validating against our schema.
Even if they're optional, when they are used they should require what they are ranging
So currently, none of the examples will validate. Here's why (excerpt from the new "Notes on the examples" section in the README): --- ### Manufacturer ID zero All the example...
> Versioning. Perhaps we change the schema's $id each time there's an update? We could include the version in the URI. Some possibilities: > https://estalink.us/schemas/v1.0.1/rdm-schema.json > https://estalink.us/schemas/rdm-schema-v1.0.1.json I'd favour the...
Hi all, If anyone is interested, these code changes should apply to this repo fairly easily and I'm happy for someone to do so: https://github.com/mathertel/DmxSerial2/pull/39 I don't currently have a...
Trying to parse this: https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world It gets tripped up on: `Congo, Democratic Republic of` Well it doesn't, but the output isn't any good. To fix it, you could do one...
Off the back of https://github.com/diracdeltas/niceware/pull/32 although those specific typos don't seem to be in this repo.
**Enhancement/feature description** I have a table with a mix of IPs and FQDNs in it, the IP sort looks good, but won't work sensibly for all FQDNs **Steps which explain...
And expect jshint to pass again once we've fixed it