kasini3000

Results 62 comments of kasini3000

start-job: for local multi-process batch > I have always found complexity into writing scriptblocks that could run on multiple servers [kasini3000](https://gitee.com/chuanjiao10/kasini3000) site mirror:(https://github.com/kasini3000/kasini3000) win,linux devops automation batch script framework.(It is...

return causes the expression to end before no assignment is made. return can be seen as goto "}" of function I think it's by design, $var = Return, Break, Continue...

>I think it is preferable to provide as a "marker" >Unfortunately the code that is reading from the stdout on the new process doesn't utilise the BOM at all. '...

Like the great definition bom, despite the initial denials. But now is the de facto standard. Come on, hero! we need you! Come here and define specifications for powershell standard...

@daxian-dbw thanks for tech. @AE1020 You can hate the BOM, you can live without it, but need a mechanic similar to the bom, do you have such a mechanic now?...

> As an aside: the _inverse_ problem (affecting the CLI only) is discussed in #17519 i found this issue one year ago, almost forgot about it. saw your issue yesterday...

### This question definitely deserves further investigation. i used Invoke-RestMethod body send file when submitting multipart/form-data. I have referenced a lot of writing on stack overflow, but never succeeded. Later...

```powershell $输出数组 = @() $a = [PSCustomObject]@{ name = '张三' age = 18 } $输出数组 += $a $a = [PSCustomObject]@{ name = '李四' age = 18 } $输出数组 += $a...

I don't know if there is a one-to-one correspondence between each pipe and thread, so the name "thread" is not used here. Regarding how "threads" are used inside pipes: If...

think: The farmer has 10 sheep (pipes) and a trough (ThrottleLimit). The farmer wants to average the sheep's food, not that the first sheep eat too much and the remaining...