R. Kevin Nelson
R. Kevin Nelson
I've traced this down to https://github.com/digitalbazaar/pyld/blob/master/lib/pyld/jsonld.py#L4132 The original symptoms that I observed were that various `Date` fields that should be compacted to keys like `birthDate` were actually including a `schema:`...
Fixes #59 In cases where @type was set, but not @language, one or the other would end up being an empty dictionary. I have not run any tests on this,...
I went ahead and changed up the logging here to use Python's built-in `logging` module, rather than redirecting stdin and stdout. While this might seem pedantic, the main reason I...
`!help` should list available commands, `!help [command]` should show help info for the command specified.
@channel requires special incoming message formatting described in the [Parsing modes formatting docs](https://api.slack.com/docs/formatting)
`ircbot: show` works, and `!show` works, but `ircbot show` is broken.. it looks like the command is coming out with a leading space where it shouldn't be, so the method...
Bot support for telling people messages when they're next in the channel. Usage: Assuming `someUser` is not in the IRC room: `!tell someUser hey, email me when you get a...
I've modified my keymap in the firmware so that the `any` key activates numlock instead of the `num` key, but when I enter Numlock mode, the fall-through for the `any`...