Qumber Rizvi
Qumber Rizvi
ZSH support can be added out of the box if you check for the active shell before-hand. This should tell you what shell is active: `if ! [ -z ${ZSH_VERSION+x}...
- [x] I have tried with the latest version of Docker Desktop - [ ] I have tried disabling enabled experimental features - [ ] I have uploaded Diagnostics -...
**Distribution:** NAME="Pop!_OS" VERSION="20.04 LTS" **Related Application and/or Package Version:** `git`, `pop-desktop` **Issue/Bug Description:** I'm trying to remove git that comes from apt repository and add this [ppa](https://launchpad.net/~git-core/+archive/ubuntu/ppa) to get newer...
##### **Overview of the issue** This is what my monorepo structure looks like (omitting non-relevant files) in NestJs (notice the `user.entity.ts` files): ```shell ├── auth │ ├── project.json │ ├──...
This PR fixes an error thrown by Typescript 5.x. > TS2869: Right operand of ?? is unreachable because the left operand is never nullish. On line 163: ```typescript throw new...
### Issue Description **Node version:** v22.14.0 (lts/jod) **pnpm version**: 10.6.4 While building the application, I encounter the following error: > TS2869: Right operand of ?? is unreachable because the left...