Vicary A.
Vicary A.
@pyu10055 When I try `cd node_modules` I noticed I am using Yarn PnP, I should mention it here. I unzipped the cache zip and ran `yarn build-addon-from-source`, got the same...
I tried making a new empty project without PnP, it worked. But many of my projects are using PnP, is it possible to make it work?
Gently ping @pyu10055 and @rthadur. Sorry I don't have enough knowledge on Yarn PnP to make this work myself. Not urging for your follow ups, just want to keep this...
> And could you please show me the steps how to build deno from source at commit 2929ec9f if possible? I would like to use a local build of deno...
Gently pinging @haoyunfeix, is there anything I can do to help move this forward?
@qjia7 Deno is using a rust implementation of WebGPU [`deno_webgpu`](https://github.com/gfx-rs/wgpu/tree/master/deno_webgpu), I think it is already using the latest version. Quoting from their [README.md](https://github.com/gfx-rs/wgpu/blob/master/deno_webgpu/README.md): > The spec is still very bare...
Thanks for the reply @qjia7, also please let me thank @haoyunfeix ahead of time for creating the issue upstream. From the first 2 errors I get that it's about the...
Issue created. I don't have time to dig into naga yet. If it turns out lexical scoping is the root cause, it may result in a breaking change of theirs...
Would you mind try adding an exclude pattern in `package`? ### serverless.yml ```yml package: patterns: - '!node_modeuls/aws-sdk/**' ```
Possible duplicate with #1218, see https://github.com/serverless-heaven/serverless-webpack/issues/1218#issuecomment-1214427420 for unconfirmed workaround.