1. 07 Apr, 2025 5 commits
  2. 04 Apr, 2025 1 commit
  3. 27 Mar, 2025 5 commits
  4. 26 Mar, 2025 1 commit
  5. 25 Mar, 2025 3 commits
    • Alfredo Di Napoli's avatar
    • Alfredo Di Napoli's avatar
      unify loggers · 17a4f03a
      Alfredo Di Napoli authored
      Before we were repeating the same code to initialise all the different
      loggers. This commit introduces two stock loggers called `ioStdLogger`
      and `monadicStdLogger` which can be reused many times.
      
      It also allows the `GGTX_LOG_LEVEL` to take effect during `readConfig`,
      so that the `startupInfo` would show up the correct information.
      17a4f03a
    • Alfredo Di Napoli's avatar
      Add the serveWorkerAPIM function · 184fada0
      Alfredo Di Napoli authored
      We can use it to implement the specific case for `serveWorkerAPI`, while
      giving the user the ability to do things in the monad `m`, like
      introduce specific logging.
      184fada0
  6. 20 Mar, 2025 1 commit
  7. 18 Mar, 2025 1 commit
  8. 12 Mar, 2025 1 commit
  9. 10 Mar, 2025 4 commits
  10. 04 Mar, 2025 3 commits
  11. 03 Mar, 2025 2 commits
  12. 28 Feb, 2025 4 commits
  13. 27 Feb, 2025 9 commits