gregfr

Results 19 issues of gregfr

Greetings I'm trying to learn VueJS and wrote a very simple project - therefore I don't understand everything under the hood, so forgive me if it's a dumb question. Last...

linux

Greetings Is it possible to send an event to a newly connected client?

enhancement

Is it possible to have a different visual appearance? The dialog is masking most of the screen, I'd like a smaller one so the user can see more of the...

Greetings I'm using VideoJS with HLS and I'm receiving exceptions for this line: ```attr = (/([^=]*)=(.*)/).exec(attrs[i]).slice(1);``` (`parse-stream.js` line 40) The problem is, the attribute array is like this: ```0:"" 1:"PROGRAM-ID=1"...

enhancement

Greetings I'm trying to cancel the drag based on external conditions (in my case the number of items). I've added `@move="move"` to the `draggable` object, and created the method: ```javascript...

I'm streaming a mp4 file from wowza to jPlayer via rtmp. The file plays ok from the beginning but when I seek to a different time, only the sound move,...

Flash
RTMP

Greetings When I try to connect to the website `https://open-runtimes.com` I have an error `ERR_CONNECTION_REFUSED`. Is that only for me? Regards

### 👟 Reproduction steps Try to deploy a function, according to the docs ### 👍 Expected behavior The function should be deployed ### 👎 Actual Behavior The function stays "processing"...

bug
functions

Greetings I'm using the meshing feature of Tinc to allow my VMs to communicate on a secure channel across hosts (so a VM is not tied to a host IP)...

needs_investigation
bug

Greetings and thanks for your software. I've tried the snippet from the docs: ```js var timerId = countdown( new Date('2021-11-24 13:00:00 GMT+0100'), function(ts) { document.getElementById('pageTimer').innerHTML = ts.toHTML("strong"); }, countdown.HOURS|countdown.MINUTES); ```...