Evan Colwell
Evan Colwell
100% this needs to be a feature! ++1
Found how to enable debugging. The following is shown when debugging: ```bash azgoc:azgoc:hooks:init /Users/jercle/git/azgo/azgoc/src/hooks/init/auth.ts:1 azgoc:azgoc:hooks:init import {Hook} from '@oclif/core' azgoc:azgoc:hooks:init ^^^^^^ azgoc:azgoc:hooks:init azgoc:azgoc:hooks:init SyntaxError: Cannot use import statement outside a...
Trying again with a fresh project: ```bash cli:cli:hooks:init ModuleLoadError: [MODULE_NOT_FOUND] require failed to load /Users/jercle/git/test/cli/src/hooks/init/auth cli:cli:hooks:init at ModuleLoader.loadWithData (/Users/jercle/git/test/cli/node_modules/@oclif/core/lib/module-loader.js:85:23) cli:cli:hooks:init at /Users/jercle/git/test/cli/node_modules/@oclif/core/lib/config/config.js:194:87 cli:cli:hooks:init at Array.map () cli:cli:hooks:init at Config.runHook (/Users/jercle/git/test/cli/node_modules/@oclif/core/lib/config/config.js:172:39)...
I have noticed it points the hook to run from the src folder instead of dist. `"init": "./dist/hooks/init/myhook"`
Hi all, My workaround for this is while building https://github.com/jercle/azgo/ Changing `#!/usr/bin/env node` to `#!/usr/bin/env node --loader ts-node/esm` in the `./bin/run` and `./bin/dev` files resolves the issue for me. @0xBC84...
> if you fetch upstream in your repo tests will pass :), I also noticed hooks not working, thanks for the fix, let's hope the devs merge this Thanks! I...
Have raised PR https://github.com/nexdrew/yargonaut/pull/14 Also, if this doesn't get maintained - happy to go forward with further updates at https://github.com/jercle/yargonaut / https://www.npmjs.com/package/@jercle/yargonaut
@aldeed - Scroller DT extension works, although there seems to be some caveats. And struggles with large data sets.
@owenrumney I'm getting this on Mac too Version: 1.66.2 (Universal) Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977 Date: 2022-04-11T07:49:20.994Z (2 wks ago) Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Darwin arm64 21.2.0
@owenrumney Can confirm: And have already been using it through terminal. I installed through homebrew, and tested with that explicit path `/opt/homebrew/bin/trivy` and still failed. Only error is in the...