Morgan Aldridge
Morgan Aldridge
I'm working on updating the `eduke32` port for OpenBSD to the latest release, which has since migrated to using loguru. When building under OpenBSD/amd64 7.1-stable, the following error is generated:...
Ruby: 2.7.4 Rails: 6.0.2 Phonelib: 0.7.0 Our application initially used the Phonelib ActiveRecord validator's `countries` option to specify all countries, but we have found this to be too permissive as...
Currently, the types are only set upon mount and not updated when they change (#144). This resolves that by calling `setTypes()` on the `autocomplete` object when the types prop is...
I have a project which is using vue-google-autocomplete and needs to dynamically change the types which the component autocomplete object accepts (in my case, toggling between addresses or cities.) Unfortunately,...
Source Integration lacks current installation & usage instructions. All the examples from leetcode.net/noswap.com are outdated and now that Source Integration is no longer being actively maintained by @jreese, it seems...
I'd like to implement keyboard shortcuts for taking screenshots [`maim`](https://github.com/naelstrof/maim), but when I add the following to the `ShortCut` section in my `~/.mlvwmrc` it doesn't seem to execute correctly: ```...
[ioquake3](https://gihub.com/ioquake/ioq3/) fails to create a window with the following logged to the terminal: ``` ----- R_Init ----- SDL using driver "x11" Initializing OpenGL display Display aspect: 1.778 ...setting mode -1:...
The code formatting is very old and inconsistent. At some point we should create a real style guide in `CONTRIBUTING.md` and work to update the code to conform to it....
`mlvwm` supports monochrome (1-bit) rendering (though it is mutually exclusive with the `System8` configuration option), but most modern versions of `X` don't support color depths below 8-bit (256 colors). For...
This may be an issue with the font, not with MLVWM, but I'd like to use [Scooter Graphics' Virtue](http://www.scootergraphics.com/virtue/index.html) font with the `System8` theme. At least on OpenBSD 6.7+, Installing...