Steve Jernigan

Results 17 comments of Steve Jernigan

We just use an authenticating reverse proxy in front of apps that don't offer their own auth. We use a local one, but here's one https://github.com/bitly/oauth2_proxy. There are all kinds...

Thanks for the reference @blackness90 Working great so far.

rgcamus forked worked great..untill it didn't. We're running in kubernetes and use a git-sync sidecar container to copy a repo into the smashing container. However, the rgcamus fork wanted a...

I can definitely see something like that working and understand the justifications in many cases for having a self-contained deployable container. We take this approach for many of our containers...

Two steps...I think you left out the git checkout but perhaps you want a demo container that can't be altered. So maybe we are saying the same thing cause that...

Derro, As you can see by tylermauthe's comments, this is not official....but if you had a smashing project created at ~/smashing, you should be able to run docker run -d...

I've duplicated this issue with this app and my own. No solution found.

Thanks for responding. By selecting the red X in the color picker.

No use of the source viewer needed. I meant going to the stroke color picker again and selecting a color.

The "fix" for me was rather simple...adding 'shape' to the white list for various SVG elements in svgedit-config-iife.js. I don't know if you would consider this to be a customization...