Results 44 issues of Ben Siraphob

I'm testing on a Docker image running NixOS which does not have sudo installed, but even if I do have it, since `/etc/sudoers` doesn't exist, sudo fails: ```ShellSession Mounting tmpfs...

enhancement

As of release 0.4.1, I observe the following behavior. ```ShellSession $ uname -ris Darwin 19.6.0 MacBookPro11,1 $ nix-prefetch fetchFromGitHub --help error: Unsupported input type ''. ``` ```ShellSession $ uname -ris...

I have tried the commands below but it doesn't seem to be able to progress beyond stage2 before running out of space. There is no boot partition on Tiny Core...

rmview keeps asking for SSH passphrase when I run it from the command line, is it not using the keychain? `config.json` ```json { "ssh": { "address": ["10.11.99.1", "192.168.0.100"], "username": "root",...

docs

At the moment the build process relies on `.bat` scripts which do not run on non-Windows OSes. I might look into building this when I have time.

Currently, rooms are marked as unread when a user parts/joins the room, but it would be good to limit this behavior only when actual messages/status changes are sent.

Could you clarify if this is licensed under GPLv2+ or GPLv2 only? For more info, see [this website](https://www.gnu.org/licenses/identify-licenses-clearly.en.html).

question
Licensing

Given the following C program and Makefile, building succeeds but when I try to run it on the TI-84+ calculator (emulated) under TI-OS, I get an `ERR: INVALID` file. Looks...

classiclib
appmake

Try running SwagLyrics with `nix run github:siraben/SwagLyrics-For-Spotify/flake`.

Using `afl-fuzz` I managed to generate input that crashes or hangs the interpreter. The zip file contains two directories, hangs/ and crashes/ containing the cases that make it hang or...

bug