Jeroen Zwartepoorte

Results 37 issues of Jeroen Zwartepoorte

Trying this with `[email protected]`. When writing mixins, you need the `Constructor` type from lit-element. The typescript example at https://lit.dev/docs/composition/mixins/ also uses the `Constructor` type, but doesn't specify where it comes...

Please add the ability to specify a class (`dark` for example) that gets added to the `` of the preview iframe. This is similar to what https://github.com/tonai/storybook-addon-themes does. Setting a...

The problem i'm seeing is that the ngapimockid cookie is set too late, causing the calls to the (mock) backend to lack the cookie and always returning the default mocks,...

`cem --help` works fine `cem analyze --help` doesn't: ``` (node:33622) UnhandledPromiseRejectionWarning: UNKNOWN_OPTION: Unknown option: --help at commandLineArgs (/Users/jeroenz/Projects/dna/core/node_modules/command-line-args/dist/index.js:1374:21) at getCliConfig (file:///Users/jeroenz/Projects/dna/core/node_modules/@custom-elements-manifest/analyzer/src/utils/cli.js:73:10) ``` Not just `--help`, but *any* property cem doesn't...

So when using yarn PnP, `start-storybook` won't work because of incorrect dependencies. The following is required to even start: ```yaml packageExtensions: "babel-loader@*": dependencies: "@babel/core": "^7" "@storybook/router@*": dependencies: "util": "^0.12.4" "@storybook/ui@*":...

bug
needs triage

```tsx @Prop({ reflect: true }) hideLabel: boolean; ``` In 1.14.0 the following code results an a host element with *no* attribute when `!hideLabel` and `hide-label` when `!!hideLabel`. My CSS is...

ionitron: needs reproduction

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...

Bug: Validated

When creating web components/custom elements, the `::slotted` pseudo element is very useful for styling slotted children. However, if such a child has `display: contents`, even though that child has no...

css-scoping-1

### What version of Turborepo are you using? 1.1.7-canary.5 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Mac...

good first issue
area: ergonomics
area: logging

So https://github.com/storybookjs/storybook/pull/21048 was actually broken. This fixes that (tested this time!).

bug
addon: viewport