Johns Gresham
Johns Gresham
## Feature details Monitor node logs for errors or warnings and show those to the user
## Feature details Make error reporting opt-out We will make error reporting opt-in once we have more testing in place for NiceNode and once the app becomes more stable.
## Feature details A `.desktop` file needs to be created in `/home//.config/autostart/` and kept update with the NiceNode AppImage file path and version. Example at `/home/johns/.config/autostart/nice-node.desktop` ``` [Desktop Entry] Type=Application...
**Is your feature request related to a problem? Please describe.** For a given directory path, I want to be able to know the disk the path is located at. Ex....
I upgraded to electron v27 and chrome driver v118 was found for mac arm. Is there a documented min version of electron for mac arm?
removes unnecessary mac entitlements permission allow-unsigned-executable-memory not needed since electron 11 source: https://github.com/electron/notarize
#457 #456 And gets us off of a slowly fading set of build tools and onto the new and official electron dev, build, and publishing tools with Vite replacing Webpack,...
## Feature details No need to rush into v29 as it is only ~2 months old right now https://www.electronjs.org/blog/electron-29-0 Known issues: - [ ] Javascript importing of libraries has a...
## Feature details We could modify our github action to produce arm64 builds for linux to support raspberry pis, Rockchip boards like nanopc-t6 and Radxa. The challenge is to make...
## Feature details The current tray icon is a minimal implementation. Enhancing it with additional functionality describe in comment https://github.com/NiceNode/nice-node/pull/520#issuecomment-2014890322 - [ ] Colored icons for errors (red), warnings (yellow),...