Pascal Duez
Pascal Duez
Hi, the fix for [Flexbug #4](https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored) targeted at IE10/11 happens to break Webkit browser like Safari. https://bugs.webkit.org/show_bug.cgi?id=137730 Seems to be fixed in recent versions, but it's impacting quite a lot...
The `useBooleanShorthandSyntax` option (which is on by default), strips `false` values. While the behavior is fine for a `true` value: `` --> ``, it's not for a `false` value: ``...
Hi, following the changes in React core: - https://github.com/facebook/react/pull/13069 - https://github.com/facebook/prop-types/pull/194 I thought it would make sense here as well. So use the smaller [shallowequal](https://github.com/dashed/shallowequal) package instead. Also maybe wait...
Hi, in order for Flow to find the type definitions they must be exported alongside the compiled sources. Since there are only those two files in `src` a simple `--copy-files`...
- Links to documentation: https://github.com/testing-library/user-event/releases/tag/v14.0.0 - Link to GitHub or NPM: https://github.com/testing-library/user-event - Type of contribution: new definition Other notes: - Essentially copy/pasting and adapting the sources TS types, which...
Hi, first and foremost thanks, this project is great and much needed. I noticed there is a wrapping `div` around the App. `` Also some styling applied: ``` * {...
## Issue Type Feature Request, Question ## Issue Description When using the next version of `babel-eslint`, namely `11.0.0-beta.0`, it seems really hard to make it find the babel config file...
Using recent Flow "indexed access types" we get the following exception: ``` did not recognize object of type "IndexedAccessType" ``` See https://flow.org/en/docs/types/indexed-access `[email protected]` https://github.com/benjamn/ast-types/issues/596
A [tweet](https://twitter.com/elseloop/status/578583630164848640) points out there is no way to document a Map as parameter currently. That might be an interesting new feature to add. Consider the following: ``` sass ///...
From [Twitter](https://twitter.com/mrmidi/status/555176090692751360) > if this somehow worked in conjunction with KSS ( for style guide creation ) it would’ve epic Might be interesting to run some quick tests on whether...