Josh Nielsen
Josh Nielsen
+1 I'm also experiencing this issue. I'm using the ograhl/logspout-restart container atm to restart the logspout container when it the logs are rotated. It isn't ideal, so a real fix...
I was getting this error and the problem was that I was passing in the debugging port as a chrome flag. Chrome Launcher ignores this and sets the flag on...
I have had a similar issue running `forever -c "nodejs-dashboard node" server.js` It just spits out the escape characters when I move the mouse but I don't even get to...
@jlc467 Yes, I am using iterm with the mouse reporting so that makes sense. In the end this worked fine for me: `nodejs-dashboard forever server.js`
The problem here is that you need a backend server with an api that can do the image processing so it isn't all just front-end code. That brings a lot...
I think that having an abstract image processing sync object makes sense. I will try and push some code I have been working on this weekend. It allows you to...
@sspickle the difficulty with the image code is that it requires a server-side api for processing the images and also hosting them. I think that nowadays it could be possible...
Several of the buttons don't rely on text being highlighted so I don't think I am behind removing it altogether. If you can come up with a way to always...
If the editor doesn't show on click, when does it show? Buttons like 'save', 'ordered-list', and 'unordered-list' need to be shown whenever the editable area has focus.
ol and ul don't work on selection but on the block of text the cursor is in. The most common use case for creating a list is when nothing is...