Gary Clayburg

Results 56 comments of Gary Clayburg

I ran into this issue with Chrome 57.0.2987. For me my karma tests would finish almost immediately, unless I tried to run them using the DEBUG tab in chrome. The...

It would be nice to have this so that you could add build time arguments to a Dockerfile LABEL like this ``` docker build --build-arg VCS_REF=`git rev-parse --short HEAD` ....

I realize this is an old issue, but have you looked at recent work from @dsyer? https://github.com/dsyer/spring-boot-thin-launcher

I took some of these ideas and created a new gradle plugin for this: ``` plugins { id "com.garyclayburg.dockerprepare" version "1.0.1" } ``` The plugin code is here: https://github.com/gclayburg/dockerPreparePlugin Using...

@liqweed for the first issue, add this to your build.gradle: ``` springBoot{ executable = false } ``` The jar/war file no longer needs to be executable when bundled into a...

good to know, @liqweed. I'll create an issue for that. The only reason that check is in there is to stop the copy from silently failing.

Ok, some more information. It looks like I'm only able to reproduce this error if the SQRL server is misconfigured to send the authenticated user to an unrelated site. So...

yes, I am using Steve's VM with his IIS express server. BTW, your browser plugin is quite slick. It handles the CPS session quite nicely.

Ok, I found more information about how to crash this plugin. My app is messed up and it is allowing a URL like sqrl://sqrl.steve.com/cli.sqrl?nut=3YVeTIuaZn6r&can=aHR0cDovL2xvY2FsaG9zdDo5MDAwLw to be sent to your plugin...