August
August
So you talking about android or ios? Can you provide a reproduction example. Sorry I don't have the time to setup an example or modify the example of audioplayers. Also...
@fakhrii @fakhrii which platform?
We don't support older versions of audioplayers. Plz update to latest version ^1.x.x
Can you fill the issue template? Which version, how to reproduce, example etc.!
Thanks @pawamoy that worked for me, in order to use a one dimensional set of inputs and rather use `include`: ```yaml jobs: include-jobs: runs-on: ubuntu-latest outputs: jobs: ${{ steps.include-jobs.outputs.jobs }}...
Thank you @duncanthrax, this is an unfortunate limitation of windows. I now edited the registry with: ``` New-ItemProperty -Path "HKLM:SYSTEM\CurrentControlSet\Control\CI\Policy" -Name "UpgradedSystem" -Value "00000001" -PropertyType "dword" ``` But the command:...
@adonisd I think resyncing is more precise: ```pwsh net stop w32time; Set-Date (Get-Date "2023-07-04 12:00:00") # Do installation ... net start w32time; w32tm /resync /force; $currentDate = Get-Date; Write-Host "Current...
@matthew-carroll Look, I'd also love to get this issue fixed, but we are limited to our contributors and their contributions. Currently I'm the only one [regularly](https://github.com/bluefireteam/audioplayers/commits/main/) contributing to this repo,...
Can you retest with version > 1.0.0 ? Maybe not a problem any more...
Can you confirm on `audioplayers: ^1.1.0` ?