Joe Lauer

Results 135 comments of Joe Lauer

Hi @davidadale - not sure if this is still an issue for you, but v2.6.0 is out and I spent some time cleaning this up and some of the new...

Hey Steve, To do some of the things stork-deploy needs to do (e.g. start/stop services), it uses sudo. While logging in via ssh supports the password prompt, supporting it for...

They are all pretty basic commands: rm, chown, chmod, etc. Mapping out what will run is across 2 files: All the commands are here. You can see "sudo" is the...

@steveluo Stork v2.6.0 is out and I kept your question in mind while working on it. I have a rough plan in future versions to really focus in on permissions...

hi @natros stork-deploy is designed to support this, just haven't had the urgent need to implement it. As you'll notice, stork-deploy uses a simple symlink to current + directory versioning...

New release shipped w/ switch support. Appreciate the contribution.

After merging your PR, I realized you never actually provided a full compiled template example in the template tests module. Rocker supports java 8 as a minimum and switch expressions...

Also if you look at the commits you can see the compiled template unit test I added which failed on java 8 and 11. On Wed, Nov 6, 2024, 6:02 ...

I haven't used switch expressions much since most projects these days I'm still stuck on Java 11. Is the ```@break``` concept the problem and you'd like an implicit break OR...

Switch expressions do look cool and maybe there are other Java 17+ features we would eventually add, so I'd welcome the addition of support if you'd like to add it....