David R.

Results 10 comments of David R.

Hi guys, I just added some functionality that might be similar to your request - video capturing support with webm-mediatype (no audio). I am not fully happy with the code...

@vikreinok you have similar task like i had. I prepared video support but had to use whammy - webm encoder - which breaks build. I only also was partially happy...

@nuintun great repo... since transaction seem to be added in December 2020 by #382 I wanted to ask if the current master can be published to NPM and this ticket...

Hi, no worries... I am somewhat also interested. since transaction could improve the speed of several sequential executes I am currently using on a project with npm and typescript. I...

Just stumbling across your problem while looking for a different problem. You should not need to connect to ws://...:3000 if :3000 is an HTTP-Endpoint serving the mqtt.js file (see Unexpected...

Currently I am working with this: Backend Node Express (TypeScript) + Mosca ``` // All other imports const app = express(); const mosca = require('mosca'); const mqtt = new mosca.Server({...

Can confirm - upgraded Angular yesterday and found echarts missing today in production build via `ng build --prod`. Allthough using `ng serve` it does display charts correctly.

Do you use any sitemap indicating updates on your page. I have similar issue but feel like sitemap + 'lastmod' / 'changefreq' could cause google to rerender and analyze my...

For me it appeared this issue arose when not wating on internal "LOGOUT" - which is signalled via 'end'-Event. I was releasing the socket through `imap.end()` but did not wait...

task.stop(): task is an array as by your handling. Maybe using task[1].stop() will do