David Kerber
David Kerber
When I try to codegen on a column that is of type `time without time zone` ```bash Error: Unexpected object: time without time zone at assertNever (/work/node_modules/joist-codegen/build/utils.js:12:11) at mapSimpleDbTypeToTypescriptType (/work/node_modules/joist-codegen/build/utils.js:120:13)...
Switching data source to the iamdata package and updating tests. If this looks good we can update docs.
With NPM packages, I'd like the option to check all dependencies or exclude devDependencies when scanning a package.
Using this config to scan my package.json: https://github.com/cloud-copilot/iam-shrink/blob/main/.github/workflows/guarddog.yml Specifically this line: ```bash guarddog npm verify package.json --exclude-rules empty_information --exit-non-zero-on-finding ``` I've been getting this error for a few weeks now:...