Kaleb Elwert

Results 60 issues of Kaleb Elwert

In 5.4.1, this options was reset between prompts, so to retain the previous default behavior, this should be added back. This was the change which caused it to be reset:...

bug

This is so clients can implement Basic or Digest auth. The spec mentions digest auth, but the server I'm using also supports basic auth. So, you can do something like...

## Proposed Changes - Add a zdebuglog function which only prints if `:prezto:debug` is enabled. - Add some basic startup logging to zmodload ## Reason This came about so I...

Feature

Fixes #1758 ## Proposed Changes - Define g-prefixed ls aliases - Default to g-prefixed ls in aliases Note that this does change default behavior a bit by changing which ls...

Enhancement

Fixes #1795, maybe #1493 ## Proposed Changes - Update sorin prompt to use zle callbacks rather than zsh-async This should fix a number of random, hard to debug issues we've...

Revision

This was brought up in #1621. Currently the magic regex seems to not work with IPv6.

Currently the API is frozen at 0.12 (see issue #1). It would be nice to have this updated to work with libgit2 0.17.

As far as I know, it would be as simple as the following (though an optional `strings.ToLower` could be used for convenience): ```go func (l *Level) Set(val string) error {...

This is meant to fix https://github.com/romkatv/gitstatus/issues/168 by changing the source call in the cache to use an anonymous function so no arguments are passed. I'm not sure if this will...