Zack Litzsinger
Zack Litzsinger
Chai supports [TDD-style assertions](http://chaijs.com/api/assert/) in the form of assert.equal(), assert.include(), etc. Is it possible for that to be added to chai-enzyme? From briefly looking at the code, I think it...
I would like to use js-logger with [console.group](https://developer.mozilla.org/en-US/docs/Web/API/Console/group). I know it's not standard, but I don't see why js-logger couldn't implement all console methods available in the current environment.
Chrome and Firefox both support colors in console. For example: > console.log('%c console colors', 'background: black; color: yellow'); js-logger should be able to pass this through to the underlying console...
As far as I can tell, this library doesn't support squares or square roots. As a result, I'm not sure if the library even supports adding constraints that are distance-based....
Skeleton should use the color #FFFFFF80 in the default theme.
The docs right now for Tab are very unclear. We should describe how to use tabs in a more simple fashion.
is rendered inside of for each row that ends up being created (based on the columns of the children). is keyed by index, so if a new row gets added,...
The `disabled` HTML attribute is only supported for certain HTML tags, not including ``. We should make sure that the `disabled` attribute doesn't end up on the anchor since it...
Currently we are using the time-input library to input times. We should consider switching to a different library based on the same code: https://github.com/radumardale/react-keyboard-time-input
Fields use CSS grid to align their contents; however, they do so by assigning grid template areas that aren't namespaced at all. Instead, these values should be namespaced so that...