Eric Lenington
Eric Lenington
I understand the desire to keep it "in spec" (which I'm a big fan of). That's what makes me uncomfortable with the avj-keywords extension (in that it adds out-of-spec props...
@LeroyDoornebal - Thanks! I'll try it out.
It seems to me that the Chrome background tabs effect wouldn't be any different than a temporary Internet outage, and that mqtt.js should reconnect as soon as the tab is...
Just to add a bit of detail to this, it is absolutely an issue. It only happens during long periods of idle time (i.e. no message traffic), where the only...
A couple of thoughts: 1. As mentioned in #145, exposing `_fields` would make this cleaner that accessing `_fields` directly. Maybe just as a `fields()` function? 2. A simple `test()` or...
Here's what I ended up doing. Since you already have a dependency on `moment-timezone`, it's a pretty lightweight function: ``` function match(expression, date, scope = 'second') { scope = ['second',...
@JaapBraam : Very interesting. I was wondering if you were trying to frequency-hop with a single SX1276. I suspected that wouldn't work due to exactly the reason you discovered (and...
Hi Rene! Thanks for the quick reply. Yes, we have multiple iFrames on the page, and each has its own instance of OverlayScrollbars "inside" the iFrame (it's the content of...
@KingSora - Any feedback on this? Just wanting to know where you stand on it.
@KingSora - No worries, I just wanted to be sure it didn't get lost in the shuffle. I think the reason I'm seeing the focus is because I'm creating a...