Matt
Matt
> Why would you do that? Sometimes people clear their browsing history and/or other data their browser has stored (e.g. cache storage). Maybe they haven't even cleared the cache storage...
Thanks for helping me understand service workers more. If we take this scenario: 1. User visits website, never having visited before. 2. Service worker gets downloaded. 3. Service worker receives...
Mainly the following: - Integrating with pre-existing code that uses fixed-width types may result in unexpected/undesirable overflows and/or undefined behaviour (e.g. `int32_t` being passed to this library as `int` on...
@scaprile I think we might have discovered at least one bug relating to this topic. While the C standard guarantees that `int` is at least 16-bits wide, it appears as...
> I'm curious to know if you are actually having an issue. We are working on a proof of concept and the bug came up as part of our internal...
> I guess you don't have 16K+ RAM available to hold 16K MQTT packets on your 16-bit device, so you most likely will need to discard these packets anyway. That's...