Results 6 issues of Brett Kosinski

I'm honestly amazed I didn't noticed this before. In the IRC specification, a private message to an individual takes the form: ``` : PRIVMSG ``` Ultimately, the code to send...

Right now we have the equivalent of kind of control channel through the '@ slack' mechanism, but I often find I'm afraid of accidentally introducing a typo in my command...

This commit adds a new configuration setting that allows the user to specify their own feed template, either for all feeds, or for categories or collections, as follows: ```yaml feed:...

The Webmention and IndieWeb libraries have gone through some API churn, and these changes are intended to accommodate that churn. This should resolve issue #138.

blocked

This might be a bit too specialized, but I figured I'd raise your attention to a feature I threw together. The issue I had is that, on my blog, I...

wontfix

I'm not sure if this is new behaviour in ADB, but it appears that the `classprepare` event doesn't get triggered if the JVM has already loaded a class. The trouble...