gubeils

Results 13 issues of gubeils

### Minimal, reproducible example ```TypeScript async function startPuppeteer() { if (browser !== null) { return; } const puppeteerArgs = { new: [ '--use-gl=angle', '--use-angle=gl-egl', '--enable-features=VaapiVideoDecoder', // 启用视频解码硬件加速 '--enable-features=PlatformAudioEncoder', '--autoplay-policy=no-user-gesture-required', '--single-process',...

bug
invalid

### Current Behavior I am currently using Rocky Linux 8.8, PixiJS 7.3, and Puppeteer 18.1.0 to run headless Chrome. The page includes video elements and GIFs created using PixiJS. While...

v7

I am encountering an issue when updating the rows and tasks in svelte-gantt version "^4.3.2". I receive the following error: ``` TypeError: Cannot read properties of undefined (reading 'model') ```...

bug

Hello, I encountered a similar issue when trying to load a GIF file using @pixi/gif with PIXI.js version 7.x. The initial method I tried failed to load the GIF, returning...

transferControlToOffscreen这个可以支持吗 https://pixijs.com/7.x/examples/offscreen-canvas/basic ![image](https://github.com/hairyf/vue3-pixi/assets/102788024/2dbb5f14-582a-47ae-91a3-0576352cf5b4)

enhancement

经过测试,合成视频时,生成序列帧内存占用会持续增长,请问在生成序列图时会释放掉已经生成好的序列图的内存吗(因为已生成的序列图会持久化保存在磁盘上)? 如果可行的话,是否可以释放这部分内存,以优化系统内存占用,从而提高生成视频的并行能力。

是否可能对FFVideo或FFImage组件setTransition?(看到多个scene可以支持setTransition,在我们的场景下只能使用1个scene)

Uncaught (in promise) Error: InvalidStateError: An operation that depends on state cached in an interface object was made but the state had changed since it was read from disk. {"cbId":1,"evtType":"register","args":{"fileId":1,"filePath":"/.opfs-tools-temp-dir/7209079213278098-1725711590313","mode":"readwrite"}}...

comp.setOpacity(opacity); comp.addEffect('backIn', 0, 5); // type, time, delay comp.remove(10); scene.addChild(comp); comp.addEffect('bounceIn', 1, 6); comp.addEffect('fadeOut', 2, 8); 现在发生的现象时在1秒时组件就出现了动画,应该是在5s 才出现 然后播放那两个动画