Clarence "Sparr" Risher
Clarence "Sparr" Risher
#### For bugs - Rule Id (if any, e.g. SC1000): SC1090 - My shellcheck version (`shellcheck --version` or "online"): 0.10.0 and online - [X] The rule's wiki page does not...
[SC2148](https://www.shellcheck.net/wiki/SC2148) complains when I don't specify the target shell in one of a few ways, as it is intended to. I am writing some scripts that I intend to work...
### Terraform Core Version 1.5.7 ### AWS Provider Version 5.61.0 ### Affected Resource(s) * aws_subnet * aws_lb * aws_lb_target_group * aws_lb_listener ### Expected Behavior Attempting to replace an aws_subnet should...
If I run the `git-cp` script directly with no parameters, the output says `USAGE: /foo/bar/bin/git-cp [...]` which is on point. I might want it to just say `git-cp` there, but...
The help for `~/.npm/` says to add lines to your npmrc, but if you don't have one then you might naively created it at `~/.npmrc` and then have to run...
Currently an empty changelog file produces an error "Line not in valid block" which I don't think is appropriate.
The extension is currently published only(?) at https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug on MS' private marketplace, which does not allow connections from vscodium, other unofficial builds of vscode, or other clients. It would be...
Most(?) fields and method returns typed as `LuaControlBehavior` can return any of the child classes, such as `LuaConstantCombinatorControlBehavior`. Those types should be `LuaControlBehavior | LuaConstantCombinatorControlBehavior | etc` instead. The relationship...
As discussed on Discord, this is my first attempt at generating subclasses. Anywhere the json docs for an attribute or method have a `subclasses` field, we currently just note that...
https://github.com/justarandomgeek/vscode-factoriomod-debug/blob/aa61fe5e3782ed0b8914caa1ac9986f985000fb0/luals-addon/factorio/library/core/lualib/util.lua#L66-L69 The `Vector.1` referred to here does not exist. Running the current codebase on the current api json files, the `Vector` type is defined as follows (comments omitted for brevity):...