Robby Rabbitman
Robby Rabbitman
### Command test ### Description When testing angular code with the web test runner, I would like to configure the web test runner via its known [api](https://modern-web.dev/docs/test-runner/cli-and-configuration/). My understanding of...
### Current Behavior It does not matter what i put in `@nx/vite:build` in the`targetDefaults`, `@nx/vite` added this property though when adding this package. nx.json targetDefaults ```json "@nx/vite:build": { "cache": true,...
### Expected Behavior Respect inferred tasks: https://nx.dev/concepts/inferred-tasks ### Current Behavior In a nx repo, I have a project which has inferred tasks only: There is no `targets` object in the...
### Current Behavior `startLocalRegistry` of `@nx/js/plugins/jest/local-registry` does not resolve when the host is different than `localhost`. ### Expected Behavior I expect `--listenAddress='0.0.0.0'` of `@nx/js:verdaccio` to work with `startLocalRegistry` of `@nx/js/plugins/jest/local-registry`...
add `rawdescription` on miscellaneous symbols, so that you can use `Markdown` from `@storybook/addon-docs/blocks`. This enables to display docs for functions, variables etc. in the same way storybook already does with...
From my understanding in the spec it says the `fontFamily` can be a value or token, however SD always transforms it as a string. spec: [fontFamily](https://www.designtokens.org/tr/drafts/format/#typography) Input: ```json { "heading-xxl":...
**Describe the bug** ts types seem to be not correct **To Reproduce** I have a shared eslint config in a monorepo written in ts und need to cast the default...