rtritto

Results 310 comments of rtritto

Any update? FYI @JoshuaKGoldberg

I have this warnings after `yarn explain peer-requirements`: ```console p4ee77 → ✓ @typescript-eslint/parser@npm:8.6.0 [3223e] doesn't provide @types/supports-color to debug@npm:4.3.6 [1ff4b] p42ec1 → ✓ @typescript-eslint/parser@npm:8.6.0 [3223e] doesn't provide supports-color to debug@npm:4.3.6...

Also `typescript-eslint` if affected by this issue. Updated workaround using only `typescript-eslint`: ```yml # .yarnrc.yml packageExtensions: "@typescript-eslint/type-utils@*": dependencies: eslint: "*" "@typescript-eslint/utils@*": dependencies: typescript: "*" typescript-eslint@*: peerDependencies: eslint: "*" ```

In development, usually the `process.env.NODE_ENV` is _undefined_ or `development`. So when I started, I got: ```console file:///C:/Users//AppData/Local/Yarn/Berry/cache/encore.dev-npm-1.44.6-3d86b75c4d-10c0.zip/node_modules/encore.dev/dist/internal/runtime/mod.js:5 export const RT = new Runtime({ ^ Error: failed to initialize runtime: unable...

@zfcsoftware Should new page be returned? Change (draft): ```diff browser.on('targetcreated', async target => { if (target.type() === 'page') { - let newPage = await target.page(); - pageControllerConfig.page = newPage -...

@nickhnsn please, can you confirm the issue with latest code from master branch? FYI @BlackthornYugen

@xTudoS please can you help?

No plan to create _Vite plugin_ for `swig`: https://github.com/vituum/vituum/issues/52#issuecomment-2266641962 @xTudoS @shakaran @BlackthornYugen any idea? Alternatives: - create _Vite plugin_ for `swig` - replace `swig` with another _template engine_ that has...

@arcanis @alecmev @Mike-Dax is the issue https://github.com/electron/forge/issues/3611 related to _yarn's PnP_ (this issue) or _electron/electron-forge_?