phazejeff
phazejeff
I am on Windows 10, and I installed the CLI successfully using `Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))` Yet running `web3j new` throws this: ``` FAILURE: Build failed...
Added an option that will make the start delay only affect the first replay in the queue rather than every replay. This was in response to issue #40 I created.
It seems that the Start Delay effects every replay individually. I want there to not be any delays between the replays, but I want the first replay to have a...
When using the start delay, it only seems to delay video and not the audio, resulting in the video and audio being out of sync.
Fixes issue #28