Adam Freidin

Results 24 comments of Adam Freidin

I found this via a related nit... the offset parameter for vertexAttribPointer in WebGL is a GLintptr type, Typedef is `long long` in the IDL https://github.com/rustwasm/wasm-bindgen/blob/564ce74168904e95a7905a828488ec3029bcaad4/crates/web-sys/webidls/enabled/WebGLRenderingContext.webidl#L25 and so the generator...

Svelte4 had too much magic. 😁 There's a third option which is requiring an additional flag for this logic (if it's primarily an issue for library-generated code, since client code...

Chiming in here... I've been using configs based on modified 7.2.0 templates (vite + electron + svelte! 😉 ). Upgrading to 7.3.0 causes my existing configs to ... just not...

The only insight I didn't mention is that the main PR description ( https://github.com/electron/forge/pull/3468 ) admits > ... this PR change is very significant. Moving most of the logic form...

I'm a little concerned that this migration guide is implying the de-facto official path uses `electron-forge-plugin-vite`, which is maintained in a [repo](https://github.com/caoxiemeihao/electron-forge-vite/tree/main/plugin) under @caoxiemeihao's personal control. Ideally any migration utility...

Well, migrating any code from `forge/plugin-vite` to `forge/template-vite` requires clients to back-port what was migrated into their own templates, and this needs to be documented. It would be nice if...

@GitMurf unfortunately I'm sort-of developing an in-house project... I'm the sole contributor but I haven't gone through the steps to open-source it and there are a few more features I'd...

Okay! only took about 30 minutes to strip the project down to the vite/svelte/electron/tailwind integration. If you're not a mac user, you may need to add the windows/linux plugins back...

If you manually merge in the new templates, it does work. https://github.com/sparecycles/vite-svelte-tailwind-electron/compare/forge-7.2.0..forge-7.3.0 It's a little curious though, the three forge configs interact with the "vite.base.config" file differently: - the main...

@GitMurf it's mostly the makers, I've also attempted to get windows builds working with a non-developer coworker and it hangs (there's issues with native compilation: python 3.12 removed their deprecated...