knuxify
knuxify
I'm currently working on packaging gl4es for postmarketOS as a possible alternative to software rendering when GLES is available. My main goal was to replace Mesa's libgl with gl4es, and...
blueman: 2.3 In the test suite, imports seem to be done by two tests: - the one in `test/test_imports.py` - individual submodule tests in subddirectories (`plugins/test_imports.py`, `plugins/applets/test_imports.py`, etc.) The individual...
With a self-built cimgui and self-built inochi-creator 0.7.2 on Alpine Linux: ``` Assertion failed: !Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!" (/home/knuxify/aports/testing/cimgui/src/cimgui-261250f88f374e751b2de1501ba5c0c11e420b5a/imgui/imgui_draw.cpp: AddFontFromMemoryTTF: 2168) Thread 1...
From [APKBUILD Reference#pkgver](https://wiki.alpinelinux.org/wiki/APKBUILD_Reference#pkgver) (emphasis on relevant part mine): > A Suffix suf in the above format can be one of the following to indicate that the release is less recent...
**Describe the bug** When an image is loading, clicking the "Open sidebar" button will cause the button to disappear and the sidebar to not appear. Sometimes the space for the...
Appears to happen with at least `allfonts` (as well as individual font deps), `msxml6` and `riched20`. Downloading seems to get to 2% and then fails, showing the " failed to...
Fixes #19, #22; allows it to run with newer versions of discord.py, and forks like pycord. Mostly a copy of https://github.com/weibeu/Flask-Discord/commit/19c4bf93cd52fd3bc03cddd27c327a28ac4ebdbd, adapted for Quart-Discord.
This allows the DBus mock server to be properly torn down once the tests are done running. DBusTestCase inherits from unittests' TestCase, so this remains functionally the same. Without this...
There are three problems with the current popup: - it doesn't show the messages, only opens the full app - it doesn't always work on all compositors (for example, when...