maurer2
maurer2
Hello, I noticed, that the second parameter of ```Action``` doesn't have the ActionPayload type. Cheers
Discussion related to this pr: https://github.com/airbnb/javascript/issues/2606
Hello, it seems that `Object.hasOwn` is now available in most major browsers (https://caniuse.com/mdn-javascript_builtins_object_hasown), so it might be worth adding it to section [3.7](https://github.com/airbnb/javascript#objects--prototype-builtins). It seems to be recommended as a...
Hello, I think an example of how to use the plugin with es6 modules could be helpful. Here's an proposal: ### Use (ES6) ```js import postcss from 'postcss'; import spiffing...
**What**: Add rules, that are classified as recommended but are not currently listed in Readme (https://github.com/testing-library/eslint-plugin-jest-dom#usage), to the config example **Why**: Makes it easier to enable and disable rules, when...
Hello, I noticed that, the game doesn't reset, when clicking "Deal", while the card throw particle effect is being shown. The game however resets, when clicking on the canvas. I...
Hello, following the previous [discussion](https://github.com/colinhacks/zod/issues/3378), I added validation for the E.164 format on strings using a modified regex from this [article](https://blog.stevenlevithan.com/archives/validate-phone-number#r4-3). I removed support for spaces as those don't seem...
Hello, following this [post from a couple of days ago](https://github.com/tailwindlabs/tailwindcss.com/issues/1816#issue-2241675480), I added another sentence to the intro section of the page on [align content](https://tailwindcss.com/docs/align-content) to highlight that this utility class...
Hello, `align-content` for block and table elements recently gained support in all major browsers (see [caniuse for block elements]( https://caniuse.com/mdn-css_properties_align-content_block_context)), so it can potentially also be used to vertical align...
#### :memo: Documentation Hello, I noticed, that in the code snippet for the `Annotation`-component, an incorrect closing tag was used. Cheers