Lexi Mayfield
Lexi Mayfield
Pretty simple. If I type Ctrl+Z at a Readline() on Windows, the line I was working on disappears along with the prompt and no keyboard input has any effect anymore...
I have an SSH `exec` that takes a considerable amount of time - anywhere from 5 to 20 minutes or more. However, I feel like setting the timeout to 0...
I would like to use SVG.js's matrix math operations in a script that will be used on both the client and server. However, I'm having difficulty constructing esm import that...
Installing this dependency using nimble gives me a few warnings: ``` > nimble install https://github.com/zacharycarter/nuklear-nim.git Downloading https://github.com/zacharycarter/nuklear-nim.git using git Warning: Package 'nuklear' has an incorrect structure. It should contain a...
Pretty easy to replicate. Load up `odasrv`, put a breakpoint on a cvar with a callback, and set it to something. The callback will run twice, once from the expected...
**Describe the bug** If you repeatedly disconnect and reconnect to a game from the same IP, sometimes you will get "Unknown client message 163" on the server and "Got unknown...
**SLADE Version**: 3.2.1 **Operating System**: Windows **Issue Details**: Occasionally, I would like to use External Editor to open data without first converting it. My use case is that I'd vastly...
This PR gives a more in-depth reason when a user doesn't have the correct version of a commercial IWAD. It also cuts off any attempt to even start the download...
I tried to compile an old Win32 C program with a `build.zig` and didn't see an obvious happy path to compile an `.rc` file into a `.res` file and add...
## Description The JUint reporter seems to have a hard-coded assumption that `gmtime_s` is present on Win32 and `gmtime_r` is present on non-Windows. I am on a platform that does...