James Brundage
James Brundage
Since the act of creating .types.ps1xml and .format.ps1xml is inherently safe, EZOut should be available as a microservice. This will involve slight changes to the Dockerfile, as well as a...
It should be possible to import all types into a particular namespace, rather than the default .pstypename alone. This minor change should be all that is needed in order to...
`Import-TypeView` defaults to creating a script property for several different data file types. These should be cached into a note property, rather than reloaded each time.
If `Write-TypeView` is provided a `-TypeName` that would not be XML, it should be escaped.
As we are dynamic namespaces as patterns, it should be fairly straightforward to discover members of an object, module, or dictionary that match. For example, if we have a namespace...
# Dynamic Namespaces Why should a dynamic language have static namespaces? If a developer can dynamically define a variable, alias, or function with _literally_ any name, and items can be...