Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:Java

Filter by

183M results  (2 s)

183M results

Problem When a video is uploaded, the preview area stayed blank until the first-frame render finished — ~0.4s for Chroma Key but up to ~12s in AI mode. During that wait the UI looked dead: the user couldn ...

Bumps jodit from 4.12.23 to 4.12.25. details summary Release notes /summary p em Sourced from a href= https://github.com/xdan/jodit/releases jodit s releases /a . /em /p blockquote h2 4.12.25 /h2 h4 :bug: ...
dependencies
javascript

Bumps rollup from 4.61.1 to 4.62.0. details summary Release notes /summary p em Sourced from a href= https://github.com/rollup/rollup/releases rollup s releases /a . /em /p blockquote h2 v4.62.0 /h2 h2 ...
dependencies
javascript

Bumps eslint from 8.57.0 to 10.5.0. details summary Release notes /summary p em Sourced from a href= https://github.com/eslint/eslint/releases eslint s releases /a . /em /p blockquote h2 v10.5.0 /h2 h2 ...
dependencies
javascript

💡 What: Implemented Promise-level caching in the resolveImage utility. Instead of waiting for the external API call to resolve before caching the result, it now immediately caches the Promise itself. It ...

fixes #999

What this PR does Why we need it Checklist - [ ] I followed the contributing guide - [ ] I added or updated the documentation (if applicable) - [ ] I updated docs/changelog.md with user-relevant ...

🚨 Severity: MEDIUM 💡 Vulnerability: The `LRUCache` accepted non-integer values like `float( nan )` or `float( inf )` for capacity. Since `size float( nan )` is always `False`, the eviction logic was never ...