Trevor Sullivan
Trevor Sullivan
I'm getting failures trying to use `SimplySql` to open a SQLite database on GitHub Actions. ``` Open-SQLiteConnection: Exception calling ".ctor" with "1" argument(s): "Unable to load shared library 'SQLite.Interop.dll' or...
I found a container example here, which also uses the `Start-Sleep` approach, but as mentioned in the OP, that causes the process to block. https://github.com/PowerShell/Polaris/pull/145/files#diff-f4d1fe67442cfa70093f78fb980a58c4
Thanks Micah! I will give that a shot. Considering that `Start-Process` has a `-Wait` parameter, this seems like a good convention to follow!
Looking into this. Sorry for the delay.
@adilshehzad786 This is the output I'm getting ``` PS > Find-GitHubIssue "author:adilshehzad786" | Select-Object -First 1 WARNING: The command 'Get-GitHubToken' is obsolete. Tokens should be provided through the -Token parameter...
@sagreer Awesome, Steve! That would be really helpful! There are [at least] a couple of different approaches we could take here: 1. We build out data models (using PowerShell v5...
@doesitscript I'm actually referring to the standard PowerShell `*.format.ps1xml` files that are used to format object output in the host. We need to build out a sort of object model,...
At the moment, I don't have bandwidth available to add new features, but it's fine to keep this on the backlog.
This is handled by #20 and #17.
@dotps1 Please review the completed tasks for accuracy. Are all of those checked off scenarios supported? If we could write Pester tests for this as well, that would be helpful,...