Laurent Denoue

Results 39 comments of Laurent Denoue

@asc0910 do you have sample code for Linux? I'm also interested in Linux support. Perhaps this xlib nodejs binding could be used? https://github.com/sidorares/node-x11/blob/master/examples/windowmanager/wm.js

@daltonmenezes to add audio, I ask for getUserMedia again and add the audio track to the desktopCapturer stream. ``` let stream = await navigator.mediaDevices.getUserMedia({ audio: false, video: { mandatory: {...

@kirankunigiri what happens if another app uses the same port number? Could we have a way to discover free port numbers?

Thanks! This person uses a capacitor, it would probably resolve the issue you demonstrated with the LED: https://www.youtube.com/watch?v=vSG-Owv-h8c Laurent On Mon, Jul 31, 2017 at 11:24 AM, carli2 wrote: >...

@peter-kehl correct: because the Chrome Bookmarks API only gives us `title` and `url` to store data, and because there doesn't seem to be a limit to the length of the...

Thanks @peter-kehl the URL contained a single quote ' character which made Yawas fail (more precisely, the encodeURIComponent used wasn't escaping the ' character, but Google was so Yawas didn't...

Hi Peter, I had to remove pdf viewing in Yawas after Mozilla complained that it was using a script that had already been compiled. Funny thing is that it’s their...

Thanks for the suggestion Peter. It now shows the number of highlights that could not be remapped. Next I'll try to add a link that actually shows you which ones...

Now it also shows you the missing highlights when you click on the red caption. ![image](https://user-images.githubusercontent.com/149561/70719893-231daf00-1cf3-11ea-93a4-db3031178848.png)

Please try the 7.2.4 version. You can also load it from Github by cloning the repo and installing from source. On Fri, Dec 13, 2019 at 9:16 PM Peter Kehl...