Markus Ende

Results 8 issues of Markus Ende

## Describe the Bug When a custom webpack config is provided written in TypeScript, @angular-builders/custom-webpack:karma throws an error if strictNullChecks are activated. ## Minimal Reproduction https://github.com/Markus-Ende/custom-webpack-builder-strictnullchecks-issue 1. Clone & install...

builders:custom-webpack
required:investigation

Currently `npm run format` runs through the dist folder. To ignore dist folder, we could generate a `/.prettierignore` file with a `dist? entry.

enhancement

Prettier schematic creates this hook in .huskyrc: ```json "pre-commit": "pretty-quick --staged && lint-staged" ``` lint-staged needs a config file since v3.1 Since this is not generated, commiting fails with this...

bug

### Current Behavior ``` ❯ npx create-nx-workspace@latest testwslatest Need to install the following packages: [email protected] Ok to proceed? (y) > NX Let's create a new workspace [https://nx.dev/getting-started/intro] ✔ Which stack...

type: bug
scope: core

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

### Description After updating from beta.239 to beta.241, I get an error when trying to save environment variables in development mode, I get the error message below. An very similar...

### Description When creating a new destination, the user should be able to choose the server. Right now, it always creates the destination on localhost. ### Minimal Reproduction (if possible,...

Tested with Angular 12 When using mockToken directly, Jest throws the following error (replacing mockToken with mockNg fixes the issue): ``` FAIL client apps/todos/src/app/todos/todos.component.spec.ts ● Test suite failed to run...

bug