Chris Hunt
Chris Hunt
Yes. It sill occurs and I'm pretty sure it has something to do with objects being returned. It doesn't happen with the first level of containers which is just a...
Let me know if you want some help with the rate limiting.
Have you registered with https://stackapps.com/? That would get you higher throttling limits. I do see your requests and I'll poke around some more on Monday.
After poking around `ExportedCommands` for a few minutes I can't track down what is generating the name with prefix. The prefix or prefixed name doesn't seem to be in `CmdletInfo`....
Yeah, I'm running in 7.
The prefix can be pulled from `$mod.prefix` and I guess some string formatting can be done where ` $PSVersionTable.PSVersion -ge 7.0`?
Is that in reference to [go/#19282](https://github.com/golang/go/issues/19282)?
I've prototyped out a format file that combines Terminal-Icons and [PowershellHumanizer](https://github.com/dfinke/PowerShellHumanizer).  https://gist.github.com/cdhunt/62069848ed81f371d4c760b0c5465d09
I assume that is the case. Despite being a copy from a Linux container to a Linux container, invoking through the Windows client is messing it up.
Yeah, I looked through the code and see it dumps to the local filesystem before copying into the container. Can you `exec` a `chmod +x` [here](https://github.com/nektos/act/blob/e6fcfed458dbccd640e093bffd0fc258d6ce0e6e/pkg/container/docker_run.go#L510-L513).