Jeroen Janssen
Jeroen Janssen
currently the play api actually will load (+"parse" the sound) from disk and then start playing. if you want to play the same sound often, it makes more sense to...
use the EventEmitter mechanism to provide global events like: start/stop playing on a channel (instead of 'play' with a start callback)
Add a javascript api that can retrieve the currently available/currently playing channels
Currently the max number of channels is set hardcoded in C++, expose it to the javascript side
If I understood correctly then SonoBus 1.4.4 introduced Native M1 support for Mac. However, it seems the Mac installer actually requires Rosetta 2?
Currently Invoke-MsBuild seems to only support running from Windows. However, with dotnet (msbuild)/powershell being crossplatform, it would be nice if Invoke-MsBuild would also work cross platform (e.g. through dotnet msbuild)....
Add support for enable/disable/pause a build definition queue: https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions/update?view=azure-devops-rest-5.1#definitionqueuestatus Not sure which command this belongs to though
Steps to reproduce ------------------ ```powershell $b=Get-VSTeamBuild -ProjectName "" -Definitions -Properties finishTime -Verbose VERBOSE: Team Module/7.4.0 (Windows) PowerShell/5.1.19041.610 VERBOSE: GET http://someUrl/_apis/build/builds?api-version=5.0&definitions=1337&properties=finishTime with 0-byte payload VERBOSE: received 85257-byte response of content type...
Steps to reproduce ------------------ Connect to an Azure DevOps 2019 server with -Version AzD2019 and run: ```powershell Get-VSTeamFeed ``` Expected behavior ----------------- ```none show list of package feeds ``` Actual...
I have a private gallery with a vsix that has the MoreInfo field (correctly) set to an absolute link. However, when I click the "More information" on the plugin (in...