Deleted user
Deleted user
~~In C, if A.c `#include`s B.h, and B.c `#include`s C.h, then the symbols declared in C.h will be available in A.c.~~ (Nope, this was a misconception. But indirect header dependencies...
For ascetics it would be nice if lemonbar allowed borders to fit in with the window borders on a wm.
Crash at start with Sandwichable mod. Version: appleskin-fabric-mc1.16.x-2.1.0 + sandwichable-1.2-beta5--1.16.5 Logs: https://pastebin.com/9qUY1Rg6
Hi, I noticed none of the examples show case this but if you don't call AStar::getInstance().clear() between repeated path generation then for some reason it just always generates a wrong...
I'm running it in a slow Windows 10 VM and I'm getting "User did not grant permissions" if I click "Yes" too quickly. Anyone ever got that? How can I...
Is this a known issue? ``` ../lib/include/Blip_Buffer.h:230: void Blip_Buffer::end_frame(blip_time_t): Assertion `( "Blip_Buffer::end_frame(): Frame went past end of buffer", samples_avail()
Is a Windows build an eventual goal of LaiNES?
Didn't see any straightforward way to do this, it's possible I missed something. Instead of using an IDP, load users from a htpasswd, plain text, or json list of usernames...
deny processing of inputs by boolean result, basically: ```rust use liner::{Event, Context}; use termion::event::Key; fn main() { let mut line = Context::new(); line.read_line("$ ", &mut |Event {editor, kind}| -> bool...
This changed here: https://github.com/ziglang/zig/commit/14cdb01f35b35972b06e95a3a438f9f7910b97f8 Using build-exe will fail because it will look for a main function. This project also needs to be updated for latest Zig syntax, but I saw...