JP DeVries
JP DeVries
Sorry to hear about your loss @OscarGodson. Congrats on EpicEditor, it really has become a great project. I'm not looking, or necessarily qualified for any sort of ownership role but...
On a somewhat similar note, I'd like to add insert image via pasting from clipboard
I hadn't expected EpicEditor to support file uploads, more so because the user interface is so simple as is. Pasting & drag n' drop, having an invisible UI could be...
I've had this idea, but less for text importing and more to support uploading images. I'm not sure if EpicEditor aims to do something like that (support image uploads if...
Is this still reproducible in Chrome? I made this Codepen that appears to work as expected? Unless I'm not following http://codepen.io/jpdevries/pen/MaGVKG?editors=110 
I'm not sure if this could be considered a work around, but here is the codepen (from https://github.com/philipwalton/flexbugs/issues/84#issuecomment-156001088) working in Safari http://codepen.io/jpdevries/pen/VjryNK had to set `display:flex;flex-direction:column;` on `.FlexItem` and `flex-grow:1;`...
> It seems like a good idea to always use 1 0 auto as a default for flex shorthand, which I'm sure is a better practice than what I was...
> This also only seems to affect the vertical direction, and in practice I don't think it's very common to use flex-basis values other than auto inside non-fixed-height containers. Flexbox...
> Your example seems to be a height of 100%, so I'd consider that definite. if there was a footer within that component though would it still be definite height?...
I was wondering if using JavaScript to trigger a resize event could be a potential hacky work around but it seemed to have no effect ``` js window.dispatchEvent(new Event('resize')); ```