Ben Syverson
Ben Syverson
## Summary This PR offers a few new ways to specify titles for HTML pages. ## Discussion Currently, there's a `titleSeparator` property in the `head` method exposed by Publish for...
## Summary This PR allows Modifiers to transform unformatted text—for example, the contents of an `h1` heading, the text of a link, or the bulk of a paragraph. ## Discussion...
## Summary tl;dr: This one-line PR allows images to create new paragraphs, by treating them like links, which are also inline elements. ## Overview This PR addresses an issue with...
I didn't learn this until yesterday, but apparently [stock Markdown](https://daringfireball.net/projects/markdown/syntax#link "who knew") supports titles in links and images: ```markdown Here is a [link](https://swiftbysundell.com/ "Good stuff here") ``` Same thing for...
I can't tell if this is related to the underlying prototypo code, or the way that the prototypo.io fonts are set up, but it's way too easy to generate unacceptable...
One of the other core characteristics of a sans is the angle and style of the terminals. From vertical (Gill Sans) to perpendicular (Akzidenz, Avenir) to horizontal (Helvetica), the terminals...
One of the most important characteristics of a sans is the way arches and curves join their stems. This should definitely be one of the primary style variables alongside Thickness,...
## Summary With Async, it's idiomatic to chain methods. However, in methods that create new Futures (such as Fluent's `Model.save()`), any previous errors thrown seem to be discarded. This means...
It would be a very useful convenience if users could request image data in a target color space / configuration. This impacts both getImageData and toDataURL. Example use cases: -...
Hi there—there have been a number of changes since the last tagged version, which means projects which depend on Mastodon.swift via `.upToNextMajor()` are drifting out of date. Separately, there is...