skuzzymiglet

Results 13 issues of skuzzymiglet

### Expected behavior Correctly parse feed ### Actual behavior A memory fault occurs (1 in 2 times). Here's part of the panic: ``` goroutine 42 [running]: runtime.throw(0x93c18a, 0x5) /usr/lib/go/src/runtime/panic.go:1116 +0x72...

### Expected behavior Goroutine-safety when calling URLStack ### Actual behavior 1. A pointer to an urlstack is passed to Top 2. It's checked for length, evaluates as non-zero, so the...

I'm concerned that glib might not be available on every platform. Could it be removed as a dependency? (I'm not a C dev, I'm just wondering)

feature
build
dist

A module that does what `du -h --summarize` does. Perhaps only if there are less than 1000 files, or if in $HOME

enhancement

Right now, completions need to be written manually, and could lag behind the fast pace of development. Automatic completion generation would make this easier. + Command names are not hard...

enhancement
build

I think Article is poorly documented, every field should be explained (e.g. difference between Content and TextContent, what `length` is). I'll probably make a PR

In Resamplers, a slice can be indexed with over `9223372036854775807` unchecked, which causes a panic. An error returned is obviously better than `panic()`

What's the best way to run a callback each time a streamer is played within a loop? Callback isn't a StreamSeeker, so you can't just use it plainly

For my dotfiles, I use a bare git repo in my `$HOME`, with a command: ``` ➜ ~ which dcnf dcnf: aliased to /usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME ``` I can't find...

I've heard talk of adding X11, what's the status of this @andrewchambers?