Matthew B White
Matthew B White
FYI _ I've found that `yarn` does do the installation... worth a try.
> Windows 11 23H2 Node 22.1.0, npm 10.7.0 - same issues here. Specifically targeting 3.0.14 or older versions seems to give the same errors, as well as WSL. I'm using...
I've also observed similar but would like to understand how it's possible to add these, can be they be configured via an API or does it require change to the...
FYI _ stumbled across this trying to debug SQLModel using DB2. The create table SQL ends up using `VARCHAR(None)` that DB2 rejects; I tried the max_length that didn't work hence,...
thanks for the report!
Hi @SamYuan1990 very good idea...
Hi @SamYuan1990 - yes that makes sense; if you want to make a start that would be great.. thanks
Hi - yes it's a good idea; at present there's only 1 rule that checks inside the body of the scripts. To any contributors out there.. please have a go!...
Hi @lcarva I've just taken over the ownership of the repo; let me get it back into shape and see if it's still got value.
This occurs if the YAML file is not syntax correct; or doesn't match the schema for the tekton yaml. eg using `Name:..` instead of `name:` will put in a fix...