yinz
yinz
> https://github.com/oven-sh/bun/issues/4689#issuecomment-2888634558 try this ```toml # bunfig.toml preload = ["./plugin.ts"] ``` ```diff ts // plugin.ts import { compile } from "@danielx/civet"; import { plugin } from "bun"; await plugin({ name:...
It seems to be related to the module type, but generally don't rely too much on this timing. If you keep sending messages in the main thread, the fork process...
I totally agree with this idea. Mac users prefer to use `CMD` instead of `Ctrl`.
@alexzhang1030 thanks, and this is my patches ```diff diff --git a/dist/pixi_viewport.js b/dist/pixi_viewport.js index afe733ca61bf52f14653e6ec478016b2362ccbad..d6e9d4224eaa035d6a4013cffec6999a18c9368d 100644 --- a/dist/pixi_viewport.js +++ b/dist/pixi_viewport.js @@ -1,4 +1,8 @@ import { Point as c, Rectangle as...
> @pixi/[email protected] Yes, fixed in `beta.16` https://codesandbox.io/p/sandbox/dj3wf4 thanks