Josh

Results 121 comments of Josh

@jellemdekker How does the person at the other end sync playback? Do they need to have it at the same path, with the same filename? Could they prompted to choose...

Suggestion: send an initial "sync" packet on connect. Also suggest having `#` urls (such as domain.herokuapp.com/#/r/1) so that a viewer that has to reconnect can refresh the page and still...

Having more experience with the app now, I realize that I misinterpreted the issue. Instead I suggest a "heartbeat". Not exactly sure what the method is that fails when a...

What's required for this, and what does it consider a long video? I've successfully used this for HTML5 videos that have been processed with `ffmpeg`'s `-movflags faststart` and it does...

Just for clarity: Are you able to run the Cypher query directly, say through Neo4j browser?

Classic case-insensitive searching is to simply downcase both the field and the query string on comparison.

There is also a complication with UTC offsets not always being the same. For example, the timezone I’m in (America/Halifax): sometimes local time is -0300 and sometimes it’s -0400. This...

Just some additional thoughts as a user: I also do not like ‘magic’ in libraries. I’ve chased down many bugs that ended up being caused by some hidden interpretation. `require...

I have had good success with printing a sticker with the last 3 octets of the MAC (the first 3 are all the same for the sensors) At scale, you...