Kaleb Elwert

Results 229 comments of Kaleb Elwert

Looks related to this: https://github.com/Homebrew/homebrew-core/blob/2cf7032f79de634a70af8603f6501ce8dfff04d4/Formula/rsync.rb#L19

I personally agree with you @marko-avlijas - this is why I don't use the standard method of loading prezto. There's an example here: https://github.com/belak/dotfiles/blob/5febcfcdb6364db2216145e06c13184ffacb8894/zshrc I view the provided runcoms as...

Glad you find it useful! I use the built in org package so my setup configures use-package and the package repos in the README.org file. Is there anything specific you...

Has there been any more thought put towards this? It would be really nice to have access to the underlying requests session for `mopidy-gmusic`, specifically for proxy settings.

This was fixed on the v2 branch, I'm not sure why it was only fixed there though (https://github.com/sorcix/irc/pull/20)

I've actually been seeing the opposite. Some of the calls made in `user.py` which have multiple 0s seem to error with bad request. When you remove the extra 0s, it...

Alright, I just ran into this and managed to track it down. As shown by the above uevent example, POWER_NOW can disappear when the battery is fully charged. This causes...

Also related to mopidy/mopidy-gmusic#172

I ran across this in our Go setup doc a while back... ``` "go.languageServerExperimentalFeatures": { // Disable diagnostics, because they'll run on the entire repo. With them // disabled, go...

I'm not really sure what this would look like... would the irc.Message have a context as well?