Kevin S. Clarke
Kevin S. Clarke
I'm also getting this: `Warning: TIMEOUT after 306.0 s` I realize this is a Sonatype issue (i.e. "Why isn't the process completing sooner?"), but it would be nice to prepare...
Fwiw, Maven now supports dynamic (CI-friendly) versioning as of 3.5.0: https://maven.apache.org/maven-ci-friendly.html This means on release you can do: ``` - name: Release with Maven uses: samuelmeuli/[email protected] with: gpg_private_key: ${{ secrets.BUILD_KEY...
Looks like this was merged, should this issue be closed?
@himanshumps I made changes in a PR to the howto repo that does this, but I need to get back to fixing up the PR suggestions before it can be...
I'm interested in this ticket too. With Firefox, and the zoom on the browser up to %120, it scales just fine. On Chrome, and the zoom on the browser up...
@stephenwf Did you change your mind about keeping open for sizing refinements? Or, is there another ticket that I should follow now? Fwiw, a colleague tested on Windows too. It...
I think this is the basic user policy? { "Statement": [ { "Sid": "Stmt1372216541", "Action": [ "s3:PutObject", "s3:PutObjectAcl" ], "Effect": "Allow", "Resource": "arn:aws:s3:::bucket_name/*" } ], "Statement": [ { "Sid": "Stmt1372212814",...
Same problem but `castnow ./video.mkv --tomp4 --ffmpeg-ac 2` does work for me.
You could actually have Maven run the Ant build. There is an Ant plugin for Maven. That would be simpler than the route I took, but I wanted a pure...