Jesse van den Kieboom

Results 9 comments of Jesse van den Kieboom

We recently worked on support for this type of auto-casting in the typings, it should become available in the 4.19 (March) release.

Same experience as mentioned in https://github.com/Esri/calcite-components/issues/3489#issuecomment-1267211343 on macos with the "Reduce motion" option enabled through Preferences -> Accessibility -> Display

I am also running into this issue and I'm blocked on this for integrating msw. `StrictEventEmitter` ends up in the typings and as the issue describes it explicitly references node...

I had a quick look, and I think this is caused by the fact that `strict-event-emitter` does not install `@types/events` so it's picking up the typings from the nodejs native...

https://github.com/open-draft/strict-event-emitter/pull/5

Hmm, not sure what I did when I tested it locally, it's indeed still there also for me. We also need to set `types: []` in the `tsconfig`. I'll prepare...

I ran into this issue as well with a background-image in a `:before` pseudo element. My current workaround is to post-process the SVG from html-to-image to convert the external referenced...

PR: https://github.com/SitePen/mayhem/pull/26

Problem is that if a rule forces newlines (e.g. around headings), then you can't ignore a rule for that heading. Trying to use markdownlint-disable-line on the same line of the...