Sumanth Chinthagunta

Results 139 comments of Sumanth Chinthagunta

I am getting the following error: How to reproduce ``` brew install sigstore/tap/gitsign cd /path/to/my/repository git config --local commit.gpgsign true # Sign all commits git config --local tag.gpgsign true #...

I also shared the inconsistent behavior when using ` google.type.*` https://github.com/bufbuild/connect-web/issues/262

thanks @lorenwest and @markstos for looking into this issue. @markstos sorry `requires` was a typo, but problem remains same. looks like ES6 module imports are hoisted (meaning all the dependent...

I am defined those environment variables in globals.js and referring it in the beginning of the main program as you mentioned. For those who are interested in this solution ,...

I don't know how to get debug logs. it just hangs will following logs. please advise how to produce debug logs! ``` npx lint-staged ↓ Stashing changes... [skipped] → No...

the command hangs after this logs ``` npx lint-staged -d lint-staged:bin Running `[email protected]` +0ms lint-staged:find-bin Loaded package.json using `process.cwd()` +0ms lint-staged Loading config using `cosmiconfig` +0ms lint-staged Successfully loaded config...

if i change my command (removed --parallel ) `npm run affected:lint -- --uncommitted --fix=true` I am getting following error : lint-staged:git Error: Error: Command failed: git apply -v --whitespace=nowarn --reject...

`npm run affected:lint -- --uncommitted` command will lint `only` new uncommitted files. `--fix` option will fix tslint issues. `--parallel` option enable to run job in parallel nx docs: https://blog.nrwl.io/nrwl-nx-6-1-better-dev-ergonomics-faster-builds-3198bb310e39 https://nrwl.io/nx/guide-nx-workspace...

@okonet first thanks for maintaining this great tool. this command `npm run affected:lint -- --uncommitted --fix --parallel` itself works without hung issues. but when I invoke `npx lint-staged` with following...

`Svelte-sidebar-menu` looks great but few reasons why I like to build my layout all from `flowbite-svelte` components where `Svelte-sidebar-menu` is not perfect fitting my needs: 1. try to build entier...