Hans Klunder

Results 113 comments of Hans Klunder

FYI: Small update: I think I have all of MQTTv5 in Opifex/mqttPacket. Server and client work with the updated packet format, but the protocol logic still only supports V4. I...

FYI: Another small update. I have merged mqtt v5 support into Opifex main and have tested it against the tests in https://github.com/mqttjs/mqtt-packet/blob/master/test.js I got all of the tests that were...

@robertsLando > [@seriousme](https://github.com/seriousme) About bridge mode there is no official docs about that but unofficial ones (actual implementation is the same used by mosquito and all other brokers supporting mqtt...

Hi, thanks for asking. The error is generated by Fastify because `unevaluatedProperties` was only introduced in JSON schema draft-2019-09 (see https://ajv.js.org/json-schema.html#draft-2019-09) and not in JSON schema draft-07 which AJV uses...

The only downsides I can think of are: - schema 07 has better performance according to AJV docs - schema 2019/2020 is relatively new in AJV - you need some...

Hi, If you use a symbolic link in the GH-pages branch (say from `latest` to `2024‑11‑14` then toolmakers that poll `latest` will notice that there is a new version and...

Hi, My automation used to clone the OAS Github pages branch to detect any OAS schema updates and/or new versions. I used this to add new/updated OAS versions to https://github.com/seriousme/openapi-schema-validator/...

Many thanks for the quick reply, I have the automation working again. Kind regards, Hans

> this lgtm - only thing missing would be a test when the user provides an invalid `type` argument value. Thx, just added the test on the validity of the...