Teddy Bradford
Teddy Bradford
I think I found a bug in `title-case`: When a string has a quoted word with a period in it, that word isn't capitalized. For example: ```js titleCase("Is human activity...
csstyle, at least when used as a component of postcss, causes a space character to be appended to all selectors. ``` css body { color: red; } ``` becomes ```...
When creating intelligent filters, currently it seems that likes always trump dislikes. It would be useful to have 2 additional states: **priority like** and **priority dislike** that have higher priority...
Sometimes blogs will use inline images. However, due to images having the CSS `width: auto` they may expand to the full width of the container. For examples, see Text views...
Some feeds make use of Instapaper's [customized parsing features](https://blog.instapaper.com/post/730281947) to hide content such as pullquotes from Instapaper feeds. It would be nice if NetNewsWire supported hiding these elements as well....
When I change a feed's block filters and then click refresh, previously fetched items do not appear to be filtered. I thought the filters didn't work at first because of...
## Expected Behavior When creating a new Glyph, I expected the path's `fill`, `stroke`, and `strokeWidth` properties to be passed on to the `Glyph.path` property. ## Current Behavior After setting...
This PR cleans up the whitespace in the table and also fixes a pipe |
When I use the following code (taken from your example in the docs) to create an index, it is matching the words in the index itself. I have the index...
If footnotes are applied to a link in a header, the RunningHeader will display the superscript number. e.g., `Title` will show as "Title1" in the running header given the following:...