launchk icon indicating copy to clipboard operation
launchk copied to clipboard

Update to latest crates, add aarch to build targets, misc cleanups

Open mach-kernel opened this issue 3 years ago • 0 comments

So far:

  • [x] Apple Silicon no longer needs to edit target triplets to build
  • [x] Latest version of cursive, notify
  • [x] Fix latency of chained commands
  • [x] Simplify fsnotify impl: no more precise events, which is fine for us since we are looking to see if file changed or new file appeared (can just consume path and reload)
  • [x] No longer query unsupported domains for main list poller
  • [x] sudo for anything requiring escalation, sysinfo shows you when you are root

TODO:

  • procinfo errno 22 invalid argument??

mach-kernel avatar Sep 09 '22 19:09 mach-kernel