plurry

Results 8 issues of plurry

Could you add transparency support? There's information [here](https://docs.google.com/document/d/1BwU__X2WEayBwa2Su0o4FYrGSqlqcC5q8lQigfTCYCI) and a slightly-outdated demo [here](https://github.com/beaufortfrancois/bubble-mirror-chrome-app).You add `app.window.alpha` to the permissions and add `alphaEnabled: true` when you call `chrome.app.window.create`. You'd have to be...

Is there a way to use `nvimpager` like `less +F` or `tail -f` (or `tail -F` ideally) to watch log files as they grow?

enhancement

Thanks for this library. I like it better than the more popular ones. It would be nice if I could import it inside a `` tag without a bundler. Right...

Right now, `resizeTo` makes the canvas flicker noticeably when there are several resize events in succession, like when the browser gradually hides the address bar in fullscreen. To fix this,...

After typing a few words, pressing Alt + 3 then Ctrl + W should delete 3 words, but it only deletes one with PS version 6.2.0 and PSReadline version 2.0.0-beta3...

Issue-Bug
Area-KeyHandlers

### Description v5.x of `pixi-filters` works fine with esm.run, but v6.x throws "Failed to bundle using Rollup" and asks you to open an issue here. I had opened an issue...

### Current Behavior https://github.com/pixijs/pixijs/issues/10300 is the closest existing issue I found. With the ESM build, Pixi 8 won't render anything and doesn't define some variables (like `Application.ticker` at least). At...

### Current Behavior `GlProgram` doesn't set `#version` for you. ### Expected Behavior The docs for `GlProgram` say it will automatically set the shaders to use ES 3.0. ### Steps to...

🕷 Bug