Craig Hockenberry

Results 22 comments of Craig Hockenberry

If you try to send a file in macOS, you'll hit `sendfile()` which won't work. I worked around this by creating a `Data` object from the file and sending that...

I used this: ``` style { inner = """ body { color: pink; background-color: red; } h1 { font-family: "MS Comic Sans"; font-size: 100px; } """ } ``` You can...

I ran into the same problem and determined that `MASDictionaryTransformer` was the way to go. If you fix the deprecation warning and use `NSSecureUnarchiveFromDataTransformerName`, it will leave you in a...

Also forgot to mention that secure coding only allows for NSArray, NSDictionary, NSSet, NSString, NSNumber, NSDate, NSData, NSURL, NSUUID, and NSNull as top-level objects. So you'll be converting`MASShortcut` to something...

I added a test in ddfe1856d51a02234670b473fdf00f11107f4cdf and will be fixing this in the improvements I have planned for escaping literals.

This should be fixed in 0e8512a17743ccf202335d125803fc77c6b67f9d. I'm going to do some more real world testing before I close this issue, but feel free to take a look and try it...

The brew cask is for version 1.0.4. Do these instructions need to mention anything about what to do when the next version is released?

That's what Glow does. One thing to think about is how this will work on different backgrounds (and not in Dark Mode). In fact, that's why Glow does both the...

Feel free to submit a pull request. Should be straightforward to adapt Glow.

I'm not sure the assertion for `@"_Italic **Bold**_"` is valid. The Markdown syntax documentation makes no mention of scoping being a requirement (nor does HTML). It's more visual than structural:...