Xiang ZHU
Xiang ZHU
@jeffreytse It's the rendering in github pages bugs as shown below:  And below is what I see in locally env where the rendering is good. 
@renardeinside Regarding `Configuration inconsistencies` with Jinja templating, I found the recent release v0.6.6 has already introduced `--jinja-variables-file`, is it done or you plan to still add/change the behavior in the...
> > > That won't work the same at all, @cspotcode -- your ErrorRecord will be confusing, and you're turning a process block (which runs many times) into invocation of...
currently for python project, this extension works only for file with the name `requirements.txt`, is it possible check the language mode to determine which manifest the file base on ?...
curious to know the use cases that the data domain is still using py2.7
The vars $tableaux is not aware in the threads (runspaces). You can try to use Receive-RSJob as shown in the readme.md
glad to see this works for you, please close the issue if it is resolved.
from my understanding, Microsoft chose ThreadJob becasue PoshRSJob uses some private interfaces.
@robrtitus I'm not an Azure expert, I just checked the doc of `Get-AzureRMVM`, it seems that it can go with the param `-DefaultProfile` which might contain Azure crendentials. https://docs.microsoft.com/en-us/powershell/module/azurerm.compute/get-azurermvm?view=azurermps-5.4.0#optional-parameters If...
@deadlydog runspace I think