Shawn Silverman
Shawn Silverman
There's still an ambiguity when defining an integer. (Note: This issue isn't here to debate how one defines an "integer" for JSON schemas.) It says in [core/section 6.3](https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.6.3): > "For...
This adds tests using the meta-schema as a schema. This does not test things that cannot currently be guaranteed to be represented in a schema, for example, normalized URL requirements...
close() does't wait but stop() does.
https://github.com/robot-head/PixelPusher-java/blob/dc8603fc5a600d209dd5187023fc36aab40aca75/src/com/heroicrobot/dropbit/devices/pixelpusher/PixelPusher.java#L328 If the strip flags start at index 32, wouldn’t that imply there’s another 2-byte pad? See this issue: https://github.com/hzeller/pixelpusher-server/issues/3 cc: @jasstrong @hzeller
Was doing some testing today with interleaved SIP packets. Every 25-byte SIP packet was interleaved between 8 NSC packets, but they only showed up every 45 seconds or so.
It would be nice to have an RDM test that tries to set out-of-range real-time-clock data.
This is a first attempt. Some notes: 1. I'm not quite sure how to use the .hex file name and not the .ehex file name if `teensy_secure` fails to encrypt....
Discovered with -Wextra (-Wdeprecated-copy). Addresses part of #660. I _think_ I've done this correctly, but please triple-check my changes. (@luni64 I'd love your opinion here too.) I believe the behaviour...
Fixes #664