raptor
raptor
My setup: * Raspberry Pi 1B running latest Raspbian * Analog audio out to simple desktop speakers * Latest mopidy (see config and deps below) [mopidy_config.txt](https://github.com/mopidy/mopidy/files/2408072/mopidy_config.txt) [mopidy_deps.txt](https://github.com/mopidy/mopidy/files/2408073/mopidy_deps.txt) * Using mopidy-file...
Many open source projects have `.xpm` files installed into `/usr/share/pixmaps` as the only available icons, but appimage-builder only supports `.png` or `.svg`. See: https://github.com/AppImageCrafters/appimage-builder/blob/main/appimagebuilder/modules/setup/icon_bundler.py#L28 Please add support for `.xpm`. Thank...
Hi, I have used a previous fork of font-stash from here: https://github.com/akrinke/Font-Stash/ I used it at the time because it added two useful features we needed (taken from the readme):...
Hi, Can NanoVG be used to draw point arrays? I'm currently attempting to port old code to NanoVG from OpenGL 1.x. There are several usages of rendering a vertex array...
Hi, I cannot get omnigollum to redirect to my locally hosted gitlab instance for authentication. I have compiled the latest omnigollum from git, [omniauth-gitlab 2.0.0](https://github.com/linchus/omniauth-gitlab/tree/master) and installed them as gems...
- Hopefully fixes issues with poor quality resampling when using SDL_AudioCVT - Converts 11025 Hz or 22050 Hz samples to the default 44100 Hz outputs - Uses high order brick...
This isn't a bug/issue, rather a success: I have built the latest version of d2x (revision 0d70c3831c31700ca1ad6edb73f6d3bce1d58a84) on macOS 10.13 using the following steps: ``` 1. Get the dxx-rebirth source...
Recompile all of otvdm/winevdm with the /MT flags instead of /MD will remove the need to install MSVC runtime libraries separately
## Motivation Given the programming difficulties with rejoining a multiplayer game after a desync, this feature would be a possible solution. It would also help with long games where a...