Nat Pryce

Results 55 comments of Nat Pryce

I’m not keen on the tool making requests over the network, because of the much greater testing effort it will introduce. If you want this, I suggest a wrapper script,...

Sure if you want but it’s not a feature I want to support. How about a file rather than an HTTP URL? Then you can store a common default file...

You can run the tools out of the source directory -- just add it to your PATH. But I can see a make install command would be a useful feature....

I’m treating all packaging as downstream projects. There are projects packaging for Homebrew on the Mac and various Linux package managers. But packaging is so diverse and fiddly it’s not...

What do you mean by “arbitrary extensions”?

There are several complicating factors to consider.. 1) The tool (loosely) parses the Markdown documents to extract links and statuses. How can that be done in a way that supports...

One thing you could do is convert the ADR Markdown to Asciidoc with Pandoc and feed it into your Asciidoc-based publishing pipeline.

Thanks. I've fixed the version reference in the README. I've never tested this on Android. In what circumstances do you need to run Snodge tests on the device?

Currently the module rejects any multipart content that is not `multipart/form-data` or `multipart/related`. We need to write a service that receives data from a client that posts data with the...

Multipart/mixed is defined here: https://tools.ietf.org/html/rfc2046#section-5.1.3