Skip to content
Snippets Groups Projects
  1. Nov 05, 2019
  2. Oct 22, 2019
  3. Oct 21, 2019
  4. Oct 11, 2019
  5. Oct 10, 2019
  6. Oct 07, 2019
  7. Oct 05, 2019
  8. Sep 30, 2019
  9. Sep 19, 2019
  10. Sep 18, 2019
  11. Sep 17, 2019
  12. Sep 15, 2019
  13. Sep 14, 2019
  14. Sep 08, 2019
    • Kali Kaneko's avatar
      [pkg] bump go modules · 2027a761
      Kali Kaneko authored
      2027a761
    • Kali Kaneko's avatar
      [bug] exit cleanly in osx · 74733b24
      Kali Kaneko authored
      two things happen differently in osx:
      
      - call to systray.Quit() halts the program (so if called directly, none
              of the deferred functions that we use for cleanup get to
              execute)
      - systray.Run() blocks (so after loop returns, the main run.Run() function
              did not get to receive the boolean through the finishedCh channel.
      
      proper shutdown is therefore fixed here by moving the call to
      systray.Quit() to a goroutine that executes when the initialize()
      function calls all the deferred functions.
      
      we need to revisit this in case we want to break the main select loop
      for a reson other than successfully terminating the program.
      74733b24
  15. Sep 04, 2019
  16. Aug 28, 2019
  17. Aug 16, 2019
Loading