Jason
Jason
@gtsiokos Yes, docker integrates very nicely with gulp. I have a specific gulp task that runs the docs only on updated files, making it really quick to integrate with our...
This wouldn't be too difficult to add. The current `colourScheme` variable is simply the name of a css file in the `res` folder. Would need to update the `Docker.prototype.copySharedResources` function...
I agree there should be a way to support multiple accounts. Perhaps maybe checking for a local config before using the global one in the home folder? This would allow...
The plugin is crashing Xcode for me very frequently. It's really unfortunate since this is an amazingly useful plugin!! I've copied the crash report which can be viewed here @fortinmike...
@fortinmike It seems to happen when changing the highlight color of the _first_ symbol in the file, before highlighting any other symbols. Here's another crash report if it's of any...
I think it at a minimum it should simply constrain to the window boundaries (0,0). I added the option since I wanted additional margins between my modal dialog and the...
Here's an example I've been using to go from _string_ --> _sanitized string_: ``` js var input = 'foo'; // Wrap input in a dummy element (required for Santize) var...
@wader - Thank you for tip. Do you happen to have an example handy that replicates this behavior?