Shawn Silverman

Results 158 comments of Shawn Silverman

Just to make sure I understand: even with your fix, you still sometimes see an issue on the receiver side? The `Lock` class uses RAII to simply disable and then...

Thank you for diving into this with me. If it’s a problem with TeensyDMX, I’d love to fix it. It’s either that or some interaction with other libraries in certain...

Unless you’ve defined `TEENSYDMX_USE_PERIODICTIMER` for your build, the `PeriodicTimer` class isn’t used.

Try getting the latest version of the library (via git or via a download). I’m curious if the behaviour will change. (It’s possible it won’t, but I’d like to rule...

Thanks for finding that. I’ll have a closer look at that commit.

Just to make sure I’ve got it right: you’re seeing issues with TeensyDMX (receive) and SmartMatrix on a Teensy 4.1? Are you willing to show me your code? I’d like...

Thank you for the request. I don’t plan on working on support for other systems at this time. Partly because I don’t have the hardware, partly because of time constraints,...

Ah, I hadn't realized the 2019-09 support wasn't complete yet, that's why I filed this issue. I can't promise I have time at the moment, but I'm going to have...

I started here: https://github.com/ssilverman/json-schema-validator/commit/35a8889d03e9c8810bf1ace058dfe4be95793c53 Does this look correct so far? What is `versionCode` in `ValidatorTypeCode` for? I used `15` because that's what `ADDITIONAL_PROPERTIES` did. I think I'll need some guidance...

I added the in-place applicator collection in the `UnevaluatedProperties` constructor, but I'm not 100% clear on how to go about adding `$ref` and in-place applicator results to `validate`. See: https://github.com/ssilverman/json-schema-validator/commits/add-unevaluated-props