Results 13 issues of Jim Studt

Add a flag to `MarkdownParser( safeMode: Bool = false)` which prevents HTML in the input from getting to the output. This is useful if you publish user generated content. The...

Currently if the source text is using DOS style CRLF newlines they will not be recognized as paragraph separators when a blank line is built from them. This is a...

This adds command line options for actions to be executed after successful builds and failed builds. It lets you ring a terminal bell, or print an attention getting banner on...

This will update Markingbird for Swift 3 in Xcode 8.2.1. There is a lot of simple syntax changing and parameter changing. More significantly, the default immutability of the 'struct' collided...

This will make it easy to paste mysterious data bursts into a browser page to visualize and analyze. Have to write that too.

And versions while I'm at it.

ookd should do its computation in fixed point for the sake of tiny ARM computers.

Currently AV Foundation misuse erupts as a stack dump containing some exception text. This could easily be done better.

enhancement

There could be a progress bar that redraws in the terminal. Right now it is a little opaque how long the job will take. This requires another queue, but I'll...

enhancement

It is possible that pipelining or parallelizing the JPEG decoding would be a win with multiple cores. We don't seem to be involving all the cores at this point, but...

enhancement