Paweł Lesiecki

Results 9 issues of Paweł Lesiecki

Hello 👋 Interesting utility, I'm keen to give it a spin. There is something I would like to share about scroll event. I've read some docs recently and I've noticed...

Hello World 👋 I would like to introduce some performance improvements for turnilo's frontend. Optimizations list appears as follows: - [x] Extract CSS copyright comments from JS bundle. About 2Mb...

technical debt

As mentioned in http://php.net/manual/en/class.mongotimestamp.php > This class is not for measuring time, creating a timestamp on a document or automatically adding or updating a timestamp on a document. FYI

## Description One more test case for composition order. An expected order would be `mc_folder2` before `mc_foo`. Follow-up of https://github.com/tivac/modular-css/pull/890 ## Motivation and Context Consistent composition map. ## How Has...

Hello, I'd like to report an issue with HMR when using `webpack-hot-middleware`. ### Repro Here's the repro — https://github.com/plesiecki/preact-hmr-middlewares-repro. Infinite re-rendering happens when I edit imported but unused component, like...

**Describe the bug** When running in watch mode with an array of webpack configs the plugin causes compilation invalidation right from the start. [`invalid` hook](https://webpack.js.org/api/compiler-hooks/#invalid) receives `null` when a string...

bug

### Describe the bug Calling `userEvent.keyboard('{Space>}')` does not trigger an active/pressed state on a button in interaction tests, whereas it works perfectly well inside Vitest's browser mode. ### Reproduction link...

bug
needs triage
addon: vitest

### Provide a general summary of the issue here Only in the Firefox an error occurs after triggering press state on a `Button` component from `react-aria-components` by `fireEvent.pointerDown(button, { pointerType:...