Niek van der Maas
Niek van der Maas
Great job on this library! Are you planning to add HX / HX2 support in the future? See also: https://code.videolan.org/jbk/libndi/-/issues/7
Nice script! Two issues I spotted: - The max video upload size should be 1GB, so 1073741824 bytes (not 100MB) - When uploading large videos, the script crashes. I'm not...
There is an issue where maxDate has to be in the future. Having the same date as the current day causes issues. Workaround: ```js let tomorrow = new Date(); tomorrow.setTime(tomorrow.getTime()...
On ICS I see a wrong IP address in the UI when starting the VNC daemon. See this screenshot: http://imgur.com/h6glv The WLAN IP address is in the 192.168.1.x range, I...
I'm maintaining the puppeteer add-on [ghost-cursor](https://github.com/Xetera/ghost-cursor ) and while upgrading the dependency to puppeteer@7 I noticed some strange differences between `puppeteer` and `puppeteer-core` types. For example the `Page` class is...
It works fine when providing a direct proxy host/port though. Adding `config-url` in the following check doesn't fix it either: https://github.com/laurentj/slimerjs/blob/master/src/components/nsPrompter.js#L847-L853 Maybe Firefox simply does not support this?
We have the ability to see & filter for retained messages with ``vmq-admin retain show``, but it doesn't seem to be possible to (selectively) remove certain retained messages. It would...
It would be great if the (kind of standardized) ``X-Total-Count`` response header could be added to API responses. This would make integration with for example react-admin easy.
I know there's the option to add an iFrame embed to the layout (https://github.com/t2t2/obs-tablet-remote/issues/9), but it would be really great if an actual screenshot would be generated periodically. This is...
Did anyone manage to get Chrome or Chromium or any derivative working in Anbox? I have tried: - Official Chrome x86 build (APK from the Play store) - Bromite Chromium...