Matt

Results 5 issues of Matt

According to this MDN [docs page](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API#Download_install_and_activate), specifically this paragraph: > If there is an existing service worker available, the new version is installed in the background, but not yet activated...

enhancement
important

- [Prototype](https://github.com/eclipse/paho.mqtt.embedded-c/blob/ddf93f68d52087c422862377c0af2f5081f40a0a/MQTTPacket/src/MQTTPacket.c#L48-L53) doesn't mention anything about how an error might surface via the API. - An error value being [set](https://github.com/eclipse/paho.mqtt.embedded-c/blob/ddf93f68d52087c422862377c0af2f5081f40a0a/MQTTPacket/src/MQTTPacket.c#L69) when the length value being parsed is detected to be...

Thank you to all contributors of this code base. Unfortunately due to the lack of exact-width integer types (e.g. `uint16_t`), this library is difficult to adopt without potential further rework...

Due to [this line](https://github.com/igorprado/react-notification-system/blob/master/src/NotificationContainer.jsx#L20), if you override the container width, you must provide a value that is coercible to the `Number` type (e.g. 4 or "56.56", etc.). This is problematic...

enhancement

This project looks promising, but I can't help but notice the similarities to [JOOQ](https://www.jooq.org/). I personally think type-safe "SQL" (in your language of choice) is an underrated means of interacting...