B. Kelly

Results 56 issues of B. Kelly

This I'm pretty sure is a vintage N64 bug. When doing AF1, you need to go down into the cargo bay to get the evidence. This requires walking through the...

Here's the default listener: ![image](https://github.com/factor/factor/assets/90456/4c6eff2c-4bdc-4b3b-863e-53b2509c7a77) It's a bit boring, let's spice it up with `with-256color` and a custom prompt: ![image](https://github.com/factor/factor/assets/90456/824e09a3-2d2d-4ce8-92a4-20639fe1f9f7) What happened to the table headers? Well, it turns out...

I found this while getting a use of `if-file-exists` wrong, but have since pared it down. First, let's start with two simple quotations and see what the stack checker thinks...

At the moment, the bridge supports three bridging modes: - bridge only into manually created portal rooms - bridge everything, and create portal rooms as needed on channel activity -...

enhancement

**Is your feature request related to a problem? Please describe.** I run NixOS, so most binaries live in `/nix/store/[some really long content-addressed path]/bin`. This has tragic results for the proc...

enhancement

The game starts up fine, but then displays a "steam overlay is required" popup and exits. This is in Proton 6; in later versions it just stays blackscreened forever.

## Background I'm running Kitty as the terminal emulator, with micro installed on both the local and remote machine. Kitty's `clipboard_control` is set to `write-clipboard write-primary read-clipboard read-primary`. Tmux has...

## Description If `--appendconfig` is used multiple times, only the last one takes effect; others are silently ignored. This is fine if you're just invoking it directly; separate the configs...

This is a blanket issue for the key management subsystem redesign planned for 0.4.4/0.5.0. It should fix issues with Adventures of Square (and other wads that rely on enemies that...

bug
enhancement

## Problem Description `chezmoi status` currently uses the first column for "difference between target state and previous apply", and the second for "difference between target state and next apply" (or,...

enhancement