Vitalii

Results 9 issues of Vitalii

Today anytime when memoizeForState is used, it creates a memoized function that is live forever in memory. This PR introduce WeakMap storage for memoized function(instead of array), they will be...

After when promise resolved , position:relative doesn't remove from element.

I have following tree folders: (components) -----header.less -----footer.less -----content.less main.less i.sublime-projeect I set "main_file": "main.less" in sublime project file. When i try compile any less file from componets folder. main.less...

Hi, There is a lodash memoization [used](https://github.com/imgly/background-removal-js/blob/7b074703ac1c322a10fb551dd7d6e46a2705d4e4/src/inference.ts#L14C78-L14C78) to memoize downloaded model, but it is not working properly, as memoized function is recreated each time when `runInference` is called. So model...

Hi, I found out that when is dynamically updated with new css, polyfill doesn't handle it. Example: https://stackblitz.com/edit/js-pkkkut?file=index.js,style.css,index.html,tsconfig.json After some research I found that the polyfill should parse and apply...

Hi, i have found mistake in react hooks order. Paragraph 6.6 ``` Updating Phase follows this order: 1. componentWillReceiveProps() 2. shouldComponentUpdate() 3. render() 4. Children Life cycle methods 5. componentWillUpdate()...

### Current Behavior [wgsl](https://github.com/pixijs/pixijs/blob/dev/src/filters/mask/mask.wgsl#L91) and [webgl frag](https://github.com/pixijs/pixijs/blob/dev/src/filters/mask/mask.frag#L21) are diffenrent In wgsl `npmAlpha` is always `0`, when in `webgl frag` it's equal to uniform `npmAlpha` which is [always 1](https://github.com/pixijs/pixijs/blob/dev/src/filters/mask/MaskFilter.ts#L36) ### Expected...

##### Description of change If mask `inverse` option changed dynamically, it has no effect. So we need to mark render group structure as changed in order to trigger instructions rebuild....

There are different results for KawaseBlurFilter in webgl and webgpu. Note: Maybe same is true for other filters, but didn't check. Example: ![Image](https://github.com/user-attachments/assets/8794ac96-0967-4c75-bb6b-20db1dcbd381) Demo: https://stackblitz.com/edit/vitejs-vite-a9qhsw