Mark Gaiser
Mark Gaiser
> Do you have a different use case? This is the desktop streaming usecase, shouldn't that be sufficient enough? I'm not a streamer and am not using any of this...
Hmm, yeah, i get it from a zero-copy point of view. I might eventually also go the no-mouse route and make a solution that streams mouse pixmap changes out of...
This issue, as reported, is still there. To clarify (as the discussion deviated a little here and there). Letting AMF do the pixel conversion (bgr0 -> nv12) results in a...
Hi @DennisGlindhart, that makes sense to me now. Thank you for that :) But i still can't get docker with ipv6 running on a vultr server. Could someone perhaps try...
Hi @agowa338, that is quite a comprehensive write-up! Thank you very much for that! While i do have a little bit of a network background, i apparently lack a lot...
Aargh, i'm getting totally insane by this damned IPv6 crap. Really, it is **not** intuitive! It is not just the replacing the dots with semicolons and digits for hex. It's...
> Ok, may I'm just assuming to much. Have you ever done anything with routing? Do you know how routing tables work? Subnetting? Supernetting? CIDR? Within IPv4 you basically have...
Ahh, i think i see. https://github.com/cberner/fuser/pull/279 was added late march of 2024, that's _after_ the 0.14.0 release and i'm taking an example from 0.14.0.
This fix seems to work though. ```diff ❯ git diff diff --git a/src/surrogate-pairs.ts b/src/surrogate-pairs.ts index 7d77744..69976f0 100644 --- a/src/surrogate-pairs.ts +++ b/src/surrogate-pairs.ts @@ -7,7 +7,7 @@ export const fromCodePoint = );...
Ah, found the "issue". I did `yarn install` instead of `npm install` Often this doesn't matter much and both work just fine. In this case... the resulting yarn install will...