GitHub / StartAutomating/PipeScript issues and pull requests
#1155 - WSL overrides PipeScript?
Issue -
State: closed - Opened by RegEM about 1 year ago
- 1 comment
#1154 - openapi should process an api with more than one server
Issue -
State: open - Opened by RegEM about 1 year ago
#1153 - `PipeScript` `Container.healthcheck.ps1` should check the health of the container
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1152 - `PipeScript` `Container.onbuild.ps1` should be run ONBUILD
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1151 - `PipeScript` `Container.stop.ps1` should be the exit point
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1150 - `PipeScript` `Container.start.ps1` should be the entry point
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1149 - `PipeScript` `Container.init.ps1` should initialize the container
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1148 - `Namespace.Member(s)()` will return members of objects that are in the namespace.
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1147 - `Namespace` default formatting should display the name and pattern
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1146 - `Namespace.get_Command` should return namespace commands
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1145 - `Namespace.get_Environment` should get environment variables in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1144 - `Namespace.get_Variable` should get variables in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1143 - `Namespace.get_Type` should get types in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1142 - `Namespace.get_PSType` should get PSTypes in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1141 - `Namespace.get_Filter` should get filters in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1140 - `Namespace.get_Function` should get functions in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1139 - `Namespace.get_Cmdlet` should get cmdlets in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1138 - `Namespace.get_Alias` should get aliases in a namespace
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1137 - `Namespace.get/set_Pattern` should get and set the pattern
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1136 - `Namespace.Get` should return `$this` or other namespaces
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1135 - `Namespace.New` should create namespaces from any object
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1134 - Anything can become a `namespace`
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1133 - `using namespace` should support dynamic namespaces
Issue -
State: open - Opened by StartAutomating over 1 year ago
#1132 - Dynamic Namespaces
Issue -
State: open - Opened by StartAutomating over 1 year ago
Labels: enhancement, Philosophy
#1131 - `Set-Module` should change a module
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1130 - `Use-Module` should use a module's context
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1129 - `Invoke-Module` should invoke commands from a module
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1128 - `Mount-Module` should mount a module as a drive
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1127 - Out-HTML selection condtions
Issue -
State: open - Opened by StartAutomating almost 2 years ago
Labels: enhancement
#1126 - `HttpListenerRequest.Module` should get the module associated with a request
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1125 - `HttpListenerRequest` formatting
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1124 - `HttpListenerRequest.Pipe/ToInput(s)()` should return pipeable input to a command
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1123 - `HttpListenerRequest.Splat/ToParameter(s)()` should return the splat of a command
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1122 - `HttpListenerRequest.Method` should get the HTTP Method
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1121 - `HttpListenerRequest.get_Form`/`FormData` should get form data
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1120 - `HttpListenerRequest.XHR/IsXmlHttpRequest` should return true if `X-Requested-With` is `XmlHttpRequest`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1119 - `HttpListenerRequest.Subdomains` should return an array of subdomains being requested
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1118 - `HttpListenerRequest.HostName` should return the hostname making the request
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1117 - `HttpListenerRequest.IP` should return the IP address making the request
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1116 - `PipeScript.Template.Keyword` should define keywords
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1115 - `HttpListenerRequest.get_File(s)` should get request files
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1114 - `HttpListenerRequest.get_IsMultipart` should return if the request was multipart
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1113 - `HttpListenerRequest.get_Body` should get the body of the request
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1112 - `HttpListenerRequest.QueryParameter(s)` should contain the query parameters
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1111 - `HttpListenerRequest.Parameter(s)` should contain the request parameters
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1110 - PipeScript should extend `HttpListenerRequest`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
Labels: enhancement, Types
#1109 - Out-HTML should support `$psStyle
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1108 - Template Implementation of PSResourceGet/ServerApiCall
Issue -
State: open - Opened by StartAutomating almost 2 years ago
Labels: enhancement
#1107 - `Serve.PlayGround` should serve up a playground
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1106 - PipeScript should publish to the GitHub container registry
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1105 - PipeScript in Docker
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1104 - `PSNodeJob.ContentPipeline` should determine how content is returned from the server
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1103 - `PSNodeJob.LifeSpan` should get or set a lifespan for the server
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1102 - `PSNodeJob.MaxAge` should control the MaxAge of file requests
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1101 - PSNodeJob improvements
Issue -
State: open - Opened by StartAutomating almost 2 years ago
Labels: enhancement, Types
#1100 - Publish-AzureFunction
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1099 - Publish-AzureKubernetesService
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1098 - Publish-DockerHub
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1097 - `Publish-PowerShellGallery`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1096 - `Publish-GitHub`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1095 - `Publish-Hugo`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1094 - `Publish-Jekyll`
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1093 - `PipeScript.Module.Publisher.GetPublishParameters()` should get the parameters used by a publisher command
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1092 - `PipeScript.Module.Publisher.GetPublishCommand()` should get the command used by a publisher
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1091 - `PipeScript.Module.Publisher` should describe a publisher for a module
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1089 - `Publish-PipeScript` should enable publishing with PipeScript
Issue -
State: open - Opened by StartAutomating almost 2 years ago
#1088 - `Export-PipeScript` `-Language` should compile a language's files
Issue -
State: open - Opened by StartAutomating almost 2 years ago
Labels: enhancement, Languages, Commands
#1087 - `Use-Command` should safely splat a command
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: enhancement
#1086 - `Search-Command` should search loaded commands
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1085 - Drop PSScriptAnalyzer build step
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: Housekeeping
#1084 - PipeScript.Module.Website.UseLayout()
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: enhancement, Types
#1083 - `AST.get_Trivia` should return leading comments
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1082 - `AST.GetCollectionAndIndex()` should determine the collection within the parent and the index
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1081 - More `[AST]` enhancements
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1080 - `Language`.`get_Filter(s)`
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1079 - Filters For a Languages or Technology
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1078 - `PipeScript.Module.Container.Build` should attempt to build a container
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1077 - Language.Templates.get_Control(s) should get control templates
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1076 - `Template.HTML.Command.Input`
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: enhancement, Languages, Commands
#1075 - `Template.HTML.Parameter.Input` should generate the HTML for a PowerShell Parameter
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1074 - PipeScript should support Pug ( https://pugjs.org/ )
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1073 - The pseudotype `PipeScript.Technologies` should be the root of `PipeScript.Languages`
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1072 - `Tech.Hugo`
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1071 - `Tech.Jekyll`
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1070 - Any Technology or Language could provide a `.Website`
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1069 - Any Technology or Language should be able to provide a `Serve` script
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1067 - `$PSTech(s)` should be a collection of all known technology
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1066 - Look out, using Technology
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1065 - `Template.HTML.Default.Layout` should be a decent default HTML layout
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1064 - `Language.Templates.get_Output(s)` should get output templates for a language
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1063 - `Language.Templates.get_Input(s)` should get input templates for a language
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1062 - `Language.Templates.get_Layout(s)` should get layout templates for a language
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1061 - Subtyping Templates
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1060 - Namedspaced singleton support
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1059 - `PipeScript.Module.Website.GetLayoutForUrl()` should get the layout for a url
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1058 - `PipeScript.Module.Website.GetDefaultLayout()` should get the default layout
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1057 - `PipeScript.Module.Website` pseudotype
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1056 - `Serve.Asset` should serve module asset files
Issue -
State: open - Opened by StartAutomating about 2 years ago
#1055 - PSNodeJob should be more tolerant of disposed access
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: enhancement
#1054 - PSNodeJob should always populate MIME types
Issue -
State: open - Opened by StartAutomating about 2 years ago
Labels: enhancement