dengelt

Results 13 comments of dengelt

I ran `gnome-twitch` with valgrind for a very short while and just browsed some menus (no player backend loaded), and these were the 10 biggest memory leaks according to valgrind:...

The current gnome-twitch version on Debian (unstable and testing) is 0.3.1, I still need to sort out some issues before I can submit 0.4.0.

I think this is related to a change in some library gnome-twitch depends on, since I also experience this since the freeze ended and it is the same with 0.4.1....

Actually, I think the Twitch.tv web chat does nothing to highlight messages, but I still think it would be a good feature. I've seen some streamers use on-screen chats that...

@WyseNynja Have you found a workable solution yet? I'm also looking to do matrix multiplication on big integers / fractions. I was looking at the `ndarray` crate, but it also...

It is in the readme. The code is proprietary, so no free software license unfortunately.

I had originally thought the way to go would be to start from the bottom up, that's why I filed for rocBLAS and MIOpen first. The libraries I would directly...

Ok I filed an [issue in hip](https://github.com/ROCm/HIP/issues/3378#issue-2040331584)

Currently, the keybind text comes from the [`Display` Trait implementation from `libcosmic`s `KeyBind` type](https://github.com/pop-os/libcosmic/blob/master/src/widget/menu/key_bind.rs), so either the display logic for KeyBinds has to be duplicated in each application (😢), or...