Nathan Arthur
Nathan Arthur
Except for one time, the action has timed out every time I've used it. Once I removed the timeout for the action and the entire job timed out after an...
I'm using React testing library, which outputs the dom when a test fails. react-tooltip injects style elements into the dom, which make it hard to debug failing tests, especially when...
Disclosure: I'm the creator of TaskRatchet.
Tested on Chrome, Dolphin, Opera, and default browser on Android 4.4.2 on Samsung Gallery S4. Commenting out line 54 in jquery.drawer.js fixes the bug: ``` methods.close.call(_this); ```
When including a form (such as a search box) in the navigation's footer, clicking the search button does nothing, presumably because the drawer's JS is catching the click event.
I have a function where the first argument is an identifier and the second argument is an options object. Usually I don't care about the options object, so I frequently...
Lines 229-331: ``` @mixin flex($value: 1) { @include css3-prefix('box-flex', $value); } ``` See this article: https://css-tricks.com/old-flexbox-and-new-flexbox/
An easy way to center an element both vertically and horizontally is to apply `display: flex` to its parent and `margin: auto` to the item being centered. However, at least...
**Statement of purpose** I do solemnly swear (or affirm) that this is an API feature request and not a Marvin feature request. For a Marvin feature request I would use...