work933k
work933k
I’m doing a POC with building a custom WSL Distribution specifically build for NX-workspace development. At the moment I’m using a shell script to build a container via PodMan and...
**Describe the bug** I tried this VSCode extension in a NX-monorepository which is a integrated-workspace. This means that not all projects/libraries have a package.json file, but rely on the package.json...
**Bug report** I don't think it makes sense to check for an updated version of Chromatic in a CI-environment. Please check for the presence of the environment variable "CI" as...
**Bug report** Hi! I just started with Chromatic and love find it very powerfull. I just noticed an error which only occurs in Chromatic and the Chromatic-Storybook. The weird thing...
**Describe the bug** I run test-storybook with the `--failOnConsole` parameter, but the tests pass even while there are errors in the browser-console. **To Reproduce** `test-storybook --url http://localhost:6006 --index-json --failOnConsole --config-dir...
I propose to have NX-console-extension to support the VSCode problemmatcher functionality for eslint-tasks.
In this PR i bumped most of the dependencies to their latest versions. This PR does should not have breaking-changes. I was unable to upgrade "concurrently" and "jest" as then...
### Current Behavior In our CI-pipeline we give the command `npx nx format:check`, just to ensure that all files are correctly formatted. This command normally works without a problem. For...
This PR proposes to add support for defining the owner-attribute of testcase. This attribute is used by [Azure Devops' PublishTestResult-task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-test-results-v2?view=azure-pipelines&tabs=junit%2Ctrxattachments%2Cyaml#result-formats-mapping) This should be a non-breaking change as the ownerName is...