Johns Gresham

Results 54 comments of Johns Gresham

maybe this commit to blame? https://github.com/electron/electron/commit/fef1b0423825b8e081ba4fd585aeedb04e49a289

@appdevopts how did you get those logs? were they in a crash dump? Otherwise, I don't know how to debug electron crashing and returning a non-conclusive error in the future....

I am thinking about making the jump to electron's new official tool for a lot of this `electron-forge`. There is a [webpack + typescript template](https://www.electronforge.io/templates/typescript-+-webpack-template) which works with a [react...

> For what is worth, I did that migration recently, to the `electron-forge` boilerplate with the `vite-typescript` template, and the transition was surprisingly smooth. I hardly had to change anything...

fyi, if it helps, here is my PR https://github.com/NiceNode/nice-node/pull/536 Changes: `electron-builder`suite -> `electron-forge` `webpack` -> `vite` `eslint`, `babel` & `prettier` -> `biome`, `jest` -> `vitest` I agree, it does take...

How are `appBundleId` and `appPath` set using the tool without the script? I don't see it in the docs. It looks like Nov 1 is the deadline for updating the...

Using the script and setting `notarize: false` gives this `• skipping "afterSign" hook as no signing occurred, perhaps you intended "afterPack"?`

> Check this out https://github.com/hiett/serverless-redis-http. This worked for me on Mac... Just replace `podman` with `docker` and `host.containers.internal` with docker's value (`host.docker.internal`?) ``` podman run \ --rm -d -p 8080:80...

+1 . I don't seem to be having this issue with other eth clients

Is there a work-around for this? Do we need to set the user to `besu`?