Jason McIntosh

Results 16 issues of Jason McIntosh

According to the spec (https://dev.twitter.com/rest/reference/post/statuses/update), the `media_ids` parameter of the update() call should take a list of media ID strings as its value. In current Net::Twitter, if you wish only...

Current behavior: ``` $ whim help verify Usage: whim verify $ ``` We should expand this into more complete documentation, like the other commands have.

bug
good first issue

Currently, if Whim accepts a webmention from someone whose avatar is stored on the internet as an SVG file, it doesn't do a very good job presenting it. (I think...

Just as whim has a block-list for sources, it should have an allow-list for targets. If the allow list has no members, then it will happily store webmentions meant for...

Explain rules & regs for contributing to Whim, including re-installing prereqs with `--with-develop` on.

documentation

Right now you view and manage your blocklist from the command line by running `whim query (--block|--list|--ublock) [source strings]`. This is awkward. These functions should all get split away into...

We can’t easily test the commands via command-line invocation, but we should be able to by calling the run() method on the libraries that power those commands. So, let’s do...

The default display template should include a form, comprising one input field and one button, that will (attempt to) send a webmention when submitted. The source is whatever URL the...

enhancement

The `query` subcommand should be able to output JSON. This JSON should be compatible with [webmention.io's JSON output](https://webmention.io), such that a piece of software able to parse and display things...