Andre-John Mas
Andre-John Mas
The file looks ok. There was one path that was no long valid, but fixing it up didn't resolve things. The splash screen stays in place, but I do notice...
I have node.js 6.10.2 installed on my computer via MacPorts. Could that be an issue? Have attached ouput of lsof, in case that helps. [lsof-ouput.txt](https://github.com/coreybutler/fenix/files/967103/lsof-ouput.txt)
I am not using that library and I am not sure I am using anything equivalent. I could try investigating myself, but I am not sure how to build a...
For anyone who decided to find a currently maintained xmlrpc alternative, providing similar functionality, what did you go with?
The issue with using this as a React app is that it depends on an external executable (Image Magick), so is unsuitable for running in a browser. You'll either need...
Note, there were two three cases where there was no reasonable way of creating proper code coverage, so I opted to exclude them. Let me know if you have any...
Based the pull-request submitted for issue #87, we can use the `onPaste` event. A basic `handlePaste` implementation: ```jsx handlePaste (e) { const { delimiters, delimiterChars } = this.props e.preventDefault() const...
@Pomax If we include the code I added in my comment and then allow for an optional over-ride, would that be an acceptable solution?
@Pomax I have made a PR. Let me know if the changes there are okay for you.
Note that PR #97 now resolves this, but without using the onPaste event.