Lars Kellogg-Stedman

Results 104 issues of Lars Kellogg-Stedman

Attempting to use the `assemble` command in the monitor will fail in `utils/console.py` in `line_input()`, because there is an attempt to concatenate the byte string returned by `getch()` with the...

I wanted to run `go-callvis` on the github cli. I tried: ``` git clone https://github.com/cli/cli ghcli cd ghcli go-callvis github.com/cli/cli ``` But that results in: ``` -: no required module...

I've just started looking at the mutt/notmuch fork, and I keep getting bitten by this: the act of finding messages with e.g. vfolder-from-query can cause them to disappear. This happens...

If I use the `entire-thread` command on a message, mutt-kz will sometimes report "no more messages in the thread" even when that is obviously not the case. For example, I...

I have in my main spec document something like this: ``` components: ListOfWidgets: $ref: 'parts/widget/model.yaml#/ListOfWidgets` Widget: $ref: 'parts/widget/model.yaml#/Widget` ``` And `parts/widget/model.yaml` looks something like this: ``` ListOfWidgets: type: array items:...

bug
upstream

This sounds like a neat idea! I tried running this with atom atom-1.4.3-0.1.fc21.x86_64 and it fails with: ``` Uncaught TypeError: Invalid Point: (NaN, 0) ``` With the follow stacktrace: ```...

Because `kmscon` dynamically allocates `pty` devices it makes `/etc/securetty` useless as an access control mechanism. Being able to make access decisions based on "someone is on a local console" is...

POSTPONED
KMSCON

I've just set up `kmscon` (7) under Arch Linux (kernel 3.7.9-2) on an IBM ThinkPad T40: ``` # cat /proc/fb 0 radeondrmfb ``` The first time `kmscon` launches it works...

BUG
KMSCON

It would be nice if kmscon supported simple screen blanking (with a configureable timeout).

KMSCON

Running: ``` pip install dreampie ``` seems to work, but then running `dreampie` results in: ``` Traceback (most recent call last): File "/home/lkellogg/env/common/bin/dreampie", line 3, in from dreampielib.gui import main...