Kaleb Elwert

Results 60 issues of Kaleb Elwert

I'm sure there's a better way to do this, but this is what I have in my config right now for bootstrapping use-package and a few other packages. It ensures...

enhancement
ensure

I don't know how long `use-package` plans on supporting older versions of Emacs, or if it's alright to remove some minimal features supporting those versions (

I've been looking at your fork since I ran across https://github.com/sorin-ionescu/prezto/issues/914 and I was hoping to merge some of these changes back upstream as well as adding some of the...

This would be an improvement on #34 The oh-my-zsh module (https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/fzf/fzf.plugin.zsh) has a number of improvements, like loading completions and bindings directly from the installed version. Maybe some of these...

I wasn't aware this existed - https://github.com/ircdocs/modern-irc/pull/137 This should allow spaces and a few other characters in ISUPPORT values.

``` func CasemapRFC1459(name string) string func CasemapRFC1459Strict(name string) string func CasemapRFC7613(name string) string func CasemapASCII(name string) string ``` These would be useful for external clients and for doing things properly...

Hello all! I've been looking at releasing v4 of this library, mostly as a slightly simpler version and splitting some utilities I keep having to make out into a separate...

### Docs https://ircv3.net/specs/extensions/sasl-3.1.html https://ircv3.net/specs/extensions/sasl-3.2.html ### Current Issues (And Possible Solutions) There's no way to hook into the registration process. The way we handle CAP negotiation should be made more generic...