Šimon Let

Results 140 comments of Šimon Let

`/etc/machine-id` doesn't exist on Mac -> maybe do some magic with MAC and other HW info

`/proc/sys/kernel/random/uuid` doesn't exist on Mac -> find a different way to generate uuid

there is *some* OS X support at the moment

I added bash script as fallback for generating uuid's

I solved getting epoch real time for now: 1. Use gnu date if available (date or gdate) 1. Use $EPOCHREALTIME as fallback if in zsh 1. Use bsd date with...

future solution for any portability issues: **just write everything you need in Go and don't rely on external deps**

`sha256sum` is not present on macOS -> use `shasum -a 256`

Fixed in #184 Sorry for not taking you up on this. I do appreciate your offer. Any changes that change how Resh interacts with the rest of the system are...

Thank you both! 🙌 I do plan to refresh the UI using a much better terminal UI library - https://charm.sh And as part of that I want to introduce changed...