Josh David Miller
Josh David Miller
I'm on Arch Linux with Node `v0.10.26` and the latest Gaze. When setting up multiple watches with independent patterns, any event on one file will fire in both. They are...
I apologize in advance for this issue's massive length. I would like to start a discussion on some ways I think the generators could be changed to make the resulting...
How about being able to dynamically specify a size? e.g. 100% or 75% and base it on the width of the parent element.
`phImg` should allow something other than a gray sans font on a gray background.
Things like default image colors and default # of sentences and paragraphs should be globally configurable. Perhaps some constants: `phTxtConfig` and `phImgConfig`.
When the phImg is updated dynamically, the image is resized accordingly but the font size is not recalculated, leaving it either too big or too small. **Update**: It's recalculated when...
I may be doing something incorrectly, but I'm having difficulty getting errors to propagate down a pipeline if that pipeline contains a non-Highland stream. E.g. this works as expected: ```...
Against the no longer maintained [curtain.js](https://github.com/Victa/curtain.js), there are several outstanding features: - [x] Clickable links / menu - [ ] Mobile support - [x] Support for more than just WebKit...
Right now, the height of a curtain is fixed on page load (or on window resize). ngCurtain should be able to respond to changes in height, which is necessary for...