Chris Kuech

Results 29 issues of Chris Kuech

I wish I could provide more information, but the error is transient and therefore cannot be deterministically reproed. PowerShell version: 6.2.1 PSScriptAnalyzer version: 1.18.3 OS Version: Ubuntu 1604 PSScriptAnalyzer is...

Issue - Bug
Area - Rules

Copilot `envs` are not normal environments * They do not support spanning multiple regions * They do not support managing "global" resources that are shared by multiple clusters. Copilot `envs`...

type/enhancement
type/feature
area/env
size/L

### System Details Can provide if necessary ### Issue Description Syntax highlighting does not work for relative path modules with the `using module` syntax. #### Expected Behaviour Syntax highlighting like...

For a schema "MyType", I would like this tool to generate the following TypeScript code. ```ts import Ajv from "ajv"; const ajv = new Ajv(); const MyTypeSchema = {...}; //...

enhancement
in discussion

We heavily rely on classes, which don't integrate well with `Import-Module`, which forces us to dot source a lot. `using module` should solve our import woes.

enhancement
help wanted
good first issue

Missed some cases where Requirements failed to error correctly. We should enumerate and test these cases: | Methods | Scenario | | - | - | | `Test` | `Test`...

enhancement
help wanted

We currently only have unit tests, where we dot-source the files and extensively test each function. We currently do not have integration tests where we `Import-Module` Requirements and test the...

enhancement
help wanted
good first issue

Right now, indentation seems to thrash between 2 spaces and 4 spaces.

bug
help wanted
good first issue

Current error reporting: ![image](https://user-images.githubusercontent.com/3680671/64927095-10aadc80-d7bb-11e9-872b-dbaba4794143.png) v1 behavior: * Error is captured and printed after the Requirements output * Exception callstack is printed with internal `Requirements` calls popped off.

bug