Boe Prox
Boe Prox
I think I will accept this one after https://github.com/proxb/PoshRSJob/pull/178 has been completed assuming that the OP gets back to my question in a reasonable amount of time.
Didn't mean to auto-close this. Definitely want to keep it around to find the root cause of the issue.
I'll have to think about this one. It sounds like it might be hard to do... Any chance you could provide an example of sort of what you might be...
@greatwallx2 Any chance you could provide some code on that? I'm not quite following what you are describing (or at lease what I am thinking might be wrong) and would...
@kilasuit Yea, that does help me out more. Just to clarify, you want a way to view the variables within a runspace prior to it being disposed of for debugging...
@MVKozlov That would definitely be an alternative to get the variables. Just a quick note that you would have to use $SyncHash like this: `($Using:Synchash)['vars']` for it to work properly...
Agree that $_ was probably not the best choice for Finally block :) I did see that `_` showed the correct value when iterating through the hashtable, but `$Test` was...
I would put this in the same bucket as #59 in that it is currently by design until I (or someone else) can figure out a way to allow streaming...
Probably similar issue as #48
@beargle Any chance you could look at using the method shown here: https://github.com/proxb/PoshRSJob/issues/177#issuecomment-371038089? It would be nice to keep all module importing down to a single parameter if possible. If...