Chris Waldon

Results 15 issues of Chris Waldon

Upspin version: Devel, dowloaded from the latest release. My local machine is running Pop!OS on an x86_64 processor. The AWS EC2 Instance is Ubuntu 16.04 on an x86_64 processor. #...

In `dwm`, the default status bar showed a little ASCII icon describing whether the focused tag was tiled, floating, monacle, or something else. I keep finding myself accidentally with floating...

enhancement

Hi there! Thanks for such an awesome library. :D I have an application that was just bitten by [this panic](https://github.com/hajimehoshi/oto/blob/v2.0.3/driver_windows.go#L220). I'd like to implement the missing retry logic, but I'm...

Kakoune itself supports running on Cygwin, but it isn't clear whether kak-lsp is expected to work there also or not. When I tried to build it, I got: error log...

This small sample program panics on Linux: ```go package main import ( "fmt" "time" "github.com/faiface/beep" "github.com/faiface/beep/speaker" ) func main() { format := beep.Format{ SampleRate: 44100, NumChannels: 2, Precision: 2, }...

The first doc mentions the `~dozbud/urbit-meta` talk channel, but I'm reasonably certain that it's on `~samzod` now. I didn't do a PR because I'm not 100% sure that the reason...

Thanks to #7, the `uinput` group is created correctly at install time. So long as the `uinput` module is loaded when you boot your system, everything should be peachy. However,...

Hi @jonegil, I noticed an issue in your teleprompter program on my HiDPI screen. Namely, no text is visible. :D These lines (259-262) are the big problem: https://github.com/jonegil/gui-with-gio/blob/main/teleprompter/code/main.go#L259 You are...

On an Ubuntu 14.04 machine, I suspend slurm with Control+Z, then resume a few seconds later with `fg`. When I resume, I see all of the network traffic that occurred...

`runtime/trace` allows users to create application-defined tasks and regions of processing within those tasks, but no existing tooling surfaces them. I lack the domain expertise to know how difficult of...

enhancement