Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electron@19 #159

Closed
wants to merge 5 commits into from
Closed

electron@19 #159

wants to merge 5 commits into from

Conversation

ShaMan123
Copy link
Contributor

@ShaMan123 ShaMan123 commented Dec 5, 2024

See commits for details

Removing electron-settings means loss of the user's local settings file unless we know where to look for it, and we do. I removed it because it didn't play nicely with the new remote IIRC.

@ShaMan123
Copy link
Contributor Author

On it.
Sticking to https://electron-settings.js.org/index.html#configure for backward compat settings

@ShaMan123 ShaMan123 force-pushed the electron19 branch 2 times, most recently from 399f406 to 515d898 Compare December 5, 2024 22:29
.github/workflows/build.yml Show resolved Hide resolved
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid changes like this. See, me currently close-to-sleep, superdizzy. Possibly an autoformatter did it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a git checkout action. I don't see a problem with the bump. If you insist I will downgrade

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a benefit (enhanced caching) of using newer versions:

Run actions/setup-node@v4
Found in cache @ /opt/hostedtoolcache/node/20.18.1/x6[4](https://github.com/deepnest-io/Deepnest/actions/runs/12189545706/job/34004910615?pr=159#step:4:4)
Environment details

@@ -8,7 +8,6 @@
/bin
/minkowski
/deepnest-*win32-x64
package-lock.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as your comment against using ubuntu-latest. Without package.json you are trusting the ci machine and npm/node to do an exact install of node modules without actually specifying that is what you want. Extremely undesirable. That is the whole reason of the cmd npm ci - install in accordance to lock file on ci.

.github/workflows/build.yml Outdated Show resolved Hide resolved
@@ -8,7 +8,6 @@
/bin
/minkowski
/deepnest-*win32-x64
package-lock.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as your comment against using ubuntu-latest. Without package.json you are trusting the ci machine and npm/node to do an exact install of node modules without actually specifying that is what you want. Extremely undesirable. That is the whole reason of the cmd npm ci - install in accordance to lock file on ci.

Copy link
Contributor Author

@ShaMan123 ShaMan123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am done

@ShaMan123
Copy link
Contributor Author

ShaMan123 commented Dec 6, 2024

Node is working pretty reliably, see this server impl:

Screen.Recording.2024-12-06.at.14.02.09.mov

@ShaMan123 ShaMan123 requested a review from abebeos December 6, 2024 12:05
@ShaMan123

This comment was marked as off-topic.

@abebeos abebeos mentioned this pull request Dec 7, 2024
@abebeos abebeos closed this Dec 7, 2024
@ShaMan123 ShaMan123 deleted the electron19 branch December 9, 2024 16:09
@deepnest-io deepnest-io deleted a comment from ShaMan123 Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants