Rishi Tank

Results 9 comments of Rishi Tank

Thank you, looking forward to this enhancement!

I can confirm the spacing issue happens even without setting WebDevIconsNerdTreeAfterGlyphPadding, it is actually to do with setting DevIconsEnableFoldersOpenClose and also it doesn't matter what WebDevIconsUnicodeGlyphDoubleWidth is set to because...

It appears that `git pull-request --help` is not aliased with `git pull-request -h`

Any progress on this? Or has anyone been able to override the default behaviour to provide support for XML request / response body generation? As far as I can tell...

This feature has been implemented (at least for response examples) in https://github.com/Redocly/redoc/pull/2347 and could be reused for requests.

I have a subfolder called `client` where my `package.json` and `.jirapreparecommitmsgrc` file live. I managed to fix this issue with subfolders by adding the following to my `.husky/prepare-commit-msg` file: ```...

+1 Both `global.__TESTCONTAINERS_REDIS_IP__` and `global.__TESTCONTAINERS_REDIS_PORT_6379__` are `undefined`

It seems to be because the export is incorrect. So I was able to import the preset directly with: ```import TestContainersPreset from '@trendyol/jest-testcontainers/jest-preset';```

@Igorkowalski94 were you able to resolve this? I am having a similar issue.