Results 26 issues of intrnl

There's a pattern that's being used over in Preact that would allow class components to be tree-shaken easily, including the relevant rendering code, which works more or less like this....

Similar to Rollup's [`manualChunks`](https://rollupjs.org/guide/en/#outputmanualchunks) option, where you can define custom common chunks ```json { "manualChunks": { "common": ["react", "react-dom"] } } ```

The resolve method should be given the filename that triggered the resolve, this is necessary especially for nested imports where the file could be located somewhere else. ```js postcssModules({ resolve...

Is there any way I could add a padding to the container rect so that my popper elements don't stick to the very edge of the screen?

**Describe the feature you'd love to see** Current implementation of SuspenseList in Preact does not support the [`tail` property](https://reactjs.org/docs/concurrent-mode-reference.html#:~:text=tail%20(collapsed%2C%20hidden)%20dictates%20how%20unloaded%20items%20in%20a%20SuspenseList%20is%20shown.). **Additional context (optional)** The `tail` property allows for one fallback to...

feature request

Several days ago I started scratching my head over why Syncthing wasn't able to sync my files from my Linux computer to my Android phone, with an unhelpful error message...

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** Cherry picking is a daily occurence for my work, and it would usually involve a lot of commits needing to...

feature-request

This might be a little difficult to explain with the title alone, but basically, if you have this kind of setup where you don't have a stylesheet in the HTML...

enhancement
DX

Reimplementation of the matcher, instead of trying to break up message content into array of words and then iterating through that, it steps through each character instead. We can easily...

Now that React Refresh is out for a while as a true replacement for React Hot Loader, is there any plans for Sucrase to implement the needed transformation for it?