Results 64 issues of Andreas

If we enable the [`cacheDirectory` option of `babel-loader`](https://github.com/babel/babel-loader#options) changes to an icon do not trigger rebuilds of webpack 🤔 But changes in `.jsx`, `.js`, `.scss` etc. files do work even...

added reference to webreflection polyfills fixes #14

Unfortunately the custom element polyfill provided by `@webcomponents` does not support extended built-in custom elements, has this [known limitations](https://github.com/webcomponents/custom-elements#known-bugs-and-limitations) and [**is slow**](https://github.com/webcomponents/custom-elements#customelementspolyfillwrapflushcallback). The most bullet proof and battle tested polyfills...

help wanted

I just released an adapted version of the interactive react lifecycle methods diagram for custom element reactions: https://andyogo.github.io/custom-element-reactions-diagram/ If you have time, I would appreciate your feedback very much. May...

Really great tool. I'm just keen if the bundle size could be reduzed by: - [x] generating binary operator functions - [x] caching access to global APIs - [x] auto...

### Is this a bug report? (write your answer here) Yes https://github.com/wmonk/create-react-app-typescript/blob/v2.16.0/packages/react-scripts/package.json#L5 Go to NPM's page for [`react-scripts-ts`](https://www.npmjs.com/package/react-scripts-ts), it's not linking to this repo. Same issue for `2.17.0`: https://github.com/wmonk/create-react-app-typescript/blob/v2.17.0/packages/react-scripts/package.json#L5 ###...

### Is this a bug report? (write your answer here) Yes. Though is related to fixed webpack version of `3.8.1`: - https://github.com/webpack/webpack/issues/7499 - https://github.com/webpack/webpack/issues/7425 And we use `react-app-rewired`, with typescripts,...

I want to extract the whole CSS into a `bundle.css` file and keep the import statement.

enhancement

### Describe the bug First these headless components are great. I'm using the [`useWindowVirtualizer`](https://tanstack.com/virtual/v3/docs/adapters/react-virtual#usewindowvirtualizer) react hook adapter. Unfortunately the measurements are incorrect, they bounce and the table updates delayed not...

> What is the problem you're trying to solve? My plugin provides a custom `message` with substituted interpolations. Unfortunately they are overruled by [stylelint's `message` option](https://stylelint.io/user-guide/configure#message) introduced with https://github.com/stylelint/stylelint/pull/672 Support...

status: needs discussion