John Furrow
John Furrow
In https://github.com/jfurrow/flood/issues/158#issuecomment-310873594, a user wrote: > Is it possible to delete the empty directories left over from the torrents?
A user wrote: > I tried it with about 8k, the response of /api/client/torrents was about 7 MB. It also seems to have put itself in a loop of checking...
Would be nice to handle `EACCES` errors gracefully. Stems from https://github.com/jfurrow/flood/issues/406
Let's just always merge these files (preferring values in `config.js` of course) so nobody has to worry about copying anything over to `config.js`.
It'd be great to have a test tell us when we break one of the examples!
This is IE11 in Edge compatibility mode on Windows 7. 
http://stackoverflow.com/questions/35464067/flexbox-not-working-on-button-element-in-some-browsers We need to remove `display: flex` on `button` elements.
https://github.com/mesosphere/canvas/blob/745b7b86b7d2c405d27359909c9cc0e98a69bc74/styles/components/typography.less#L4283-L4284 I'm finding that I have to override these properties often; do you think they're necessary? Additionally, the specificity is really high so it's particularly painful to override. Using `display:...
https://github.com/mesosphere/canvas/blob/feature/canvas-v1/styles/components/button/styles.less#L49 This is really generic, what's the use case?