Johns Gresham

Results 50 comments of Johns Gresham

hi @HarishPrasannaV, sorry, just now seeing your message. If you're still interested, our uninstall commands/scripts are in this folder https://github.com/NiceNode/nice-node/tree/main/src/main/podman/uninstall . Please let me know if I can help

@develar if I can build a binary of a arm64/aarch64 fpm version, will you add it to the releases?

I believe I have an arm64 executable for fpm https://github.com/jgresham/fpm-arm-binary along with a shell scrip to generate the binary. Compiles `fpm` v1.15.1 cc @mmaietta @mkurz @develar

@codebytere sorry for mention, but I can't get a reply from other devs. Could we get an arm64 fpm binary included in the releases on this repo? > I believe...

having the same issue with a electron/vite/ts setup Quickly testing, using the following works for the time being: ``` import checkDiskSpace from 'check-disk-space'; // @ts-ignore:next-line checkDiskSpace.default('/path'); ```

Update: Rollup JS's current docs recommend **against** using mixed name and default exports. It looks like webpack or some existing tooling has allowed it to work until now. There is...

> Should I release a new major version and expose everything explicitly to remove the default export? Sounds good to me. I can test the new version you release from...

As @thegamebegins25 mentions, the app should show as running in the main dock or we should put an icon in the top bar (Tray) (and if possible include a small...

For some, you may need to change `--authrpc.vhosts value` a "Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")" I needed...