Sean L
Sean L
I would also like to start the "Made for you" (including "Daily Mix") radio stations if possible. "Album Picks" and "New Releases" would be cool to get access to as...
This is pretty crucial for me, I'm really enjoying glow for reading my markdown notes in terminal, but I use double-space line breaks all over the place and right now...
Haven't battle-tested it, but this function seems to pretty much instantly send the `tput rmcup` such that often I don't even see any kind of screen flash. This results in...
Maybe we can have "backup" keyframes in case they get dropped? Just trying to think outside the box for alternatives. Refusing to drop keyframes is probably the best option.
Dropping interframes isn't nearly as bad, because dropping a keyframe means every frame between that and the next keyframe will be corrupted (by my undersatnding). GrayHatter claims this is a...
As far as I can tell, toxcore sends lossy packets and has no configuration for doing otherwise: https://github.com/irungentoo/toxcore/blob/master/toxav/rtp.c#L146
This is how rebases work. The `remote` corresponds to the branch you have checked out that you're placing on top of the branch you passed to the `rebase` command, i.e....
I haven't tried with the `type` keyword, but using a `TypeAliasType` from typing-extensions in python 3.11 will result in its name being used without resolution to the underlying type. This...
Great. I'm recording a screen from `dolphin-emu`, a gamecube/wii emulator. I have a Ryzen 1700x, 16gb ram, and Nvidia 1050ti, so I don't think it's a hardware issue (the emulator...
Leaving this as a note here: I compiled with `-DCMAKE_BUILD_TYPE=Release` and it helped dramatically. But maybe it was just doing a totally clean build? I'm going to check to make...