Mazunki Hoksaas

Results 51 issues of Mazunki Hoksaas

On a fresh install of Neovim, which uses Lua 5.1 by default, I am getting the following error: `E5108: Error executing lua ...nvim/plugged/colorbuddy.vim/lua/colorbuddy/color.lua:34: attempt to index global 'bit' (a nil...

## What does this PR solves? ## What is the solution? ## How should this be manually tested? ## Risk

Doesn't properly invoke the SpotifyLyrics window, probably due to threading and GTK not working well together. invoking an activate call directly would be better, but I'm not sure how to...

`pip install requests lxml beautifiulsoup4` should be `pip install requests lxml beautifulsoup4` in README.md

As expressed in https://github.com/runelite/launcher/pull/108, also added XDG variable support for the client itself. - added support for XDG variables - merged OSUtil.java into OS.java - fixed some typos, using our...

I was creating a service for Waydroid for myself, and figured it would be nice if we unified the configuration somewhere. The s6 service provided here oneshots the network bridge...

While I'm doing this on Gentoo right now, I figured I'd pass by a tutorial. Portage offers a clean way to include patches into ebuilds (which is essentially the same...

distro package

I am running the [current upstream version](https://github.com/mazunki/gentoo-overlay/blob/main/media-libs/openal/openal-9999.ebuild) of OpenAL, which has (some) support for Pipewire, on Gentoo. I have a set of duplex devices which act as my default nodes,...

I often use F3 to look at entity data, sometimes block data too. I often even `/data get @e[...]` to see more detailed data of an entity. Being able to...

According to documentation on https://pythonhosted.org/python-librtmp/, the `stop` argument is in seconds, but it seems to be in milliseconds.