Joey Hoer

Results 27 issues of Joey Hoer

In iOS, there are actions that will expand the browser chrome (address bar and toolbar) that _are not_ scroll events or are inverse to the present logic of headroom. Two...

ios

Config overwriting appears to have been broken by this commit to Jekyll (tested 3.0.5): https://github.com/jekyll/jekyll/commit/d01f7943debf08dee645990ddb0e00d59cf846bb Specifically, it seems that the `override = Configuration[override].stringify_keys` line was removed.

It may be desirable to set the target file size, especially when performance is a factor. Allowing the user an easy way to configure this might be a good idea....

enhancement

Imported file: ``` // filename: _variables.scss $radish: red; ``` Importing file: ``` @import 'variables'; // This does not work :( @import '_variables'; // This works! .radish { color: $radish }...

I want to set different default values for exports (e.g. only create fullsize by default, and default to `1200` width). Of course, I can alias `webkit2png` as seen below, but...

The version of `posterizer` provided in ImageAlpha is different from `posterize` as it exists in this repo. This becomes evident when running the following: ``` $ posterize -v 64 test.png...

When an Apple display transitions between brightness steps, there is a gradual progression between brightness levels. Rather than "jumping" to a particular setting, it would be great to step through...

Some app developers may want to provide a different theme/content at night. Currently app developers must utilize an API to determine daytime/nighttime based on sunset/sunrise times; however it seems that...

feature request
waiting on Tidbyt team

For apps which allow colors to be customized, it would be helpful if there was a color picker option available within schema. Right now, it appears that the best option...

feature request
waiting on Tidbyt team

Some applications (e.g. [JIRA](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=tables)) require Markdown table rows to be opened and closed with the pipe character. This can easily be fixed by piping output through `sed 's/^/| /g;s/$/ |/g'`....