Gabor Simko
Gabor Simko
I'm looking at the data from my GoPro9 and wondering what's the most accurate way to estimate my position in space and time (wall-clock time, not video time). For the...
@jbetancur, is there a way for us external contributors to help you cut new releases and upload them to npm? Ideally you would just need to approve those releases but...
### Steps to Trigger Behavior 1. Load a map with multiple tile sources 2. Jump to a new camera location 3. Observe that the tiles are not loaded in a...
I'm getting the following error: ParserError: Unexpected token at 3:35 ... parseStack: { text: ' SELECT pg_stat_statements_info.dealloc,\n' + ' pg_stat_statements_info.stats_reset\n' + ' FROM pg_stat_statements_info() pg_stat_statements_info(dealloc, stats_reset);', It's confused by the...
CNPG version: 1.20.1 I'm trying to recover from a backup that was produced with barmanObjectStore but recovering the primary instance fails. In postgresql.parameters.max_connections I use a value of 40, and...
## Expected Behavior Function optional chaining should be kept intact but obfuscator removes it ## Current Behavior I have a react project which fails with `TypeError: t is not a...
Based on segment-loader.js (function load) it looks like the segment loader buffers one segment at a time. This is suboptimal if the video server has high latency, as concurrently reading...