1. 02 Sep, 2024 3 commits
    • Alfredo Di Napoli's avatar
      ws: abstract with pattern in withNotifications · 65053486
      Alfredo Di Napoli authored
      This commit refactors the common pattern `bracket init deinit use` in
      `withNotifications` in `drivers.hspec.Main`, so that `withNotifications`
      in atomic and the user doesn't incur in the pattern of using the init
      and deinit functions independently from the `bracket`.
      
      To be faithful about what I preach, we should do the same for
      `startCoreNLPServer` and `stopCoreNLPServer`.
      65053486
    • Alfredo Di Napoli's avatar
      ws: tighten the dispatcher public API · c5336b22
      Alfredo Di Napoli authored
      This commit tightens up the public API exposed by the Dispatcher,
      for similar reasons as we had for the CentralExchange.
      c5336b22
    • Alfredo Di Napoli's avatar
      ws: tighten CentralExchange API · b09e6de2
      Alfredo Di Napoli authored
      This commit tigthen the public API for the `.CentralExchange` module,
      so that it's clear which are the exported (public) functions, and
      we do not leak the transport layer used by the central exchange
      b09e6de2
  2. 30 Aug, 2024 1 commit
  3. 29 Aug, 2024 5 commits
  4. 26 Aug, 2024 5 commits
  5. 22 Aug, 2024 1 commit
  6. 20 Aug, 2024 2 commits
  7. 19 Aug, 2024 5 commits
  8. 31 Jul, 2024 7 commits
  9. 30 Jul, 2024 5 commits
  10. 29 Jul, 2024 3 commits
  11. 26 Jul, 2024 1 commit
  12. 25 Jul, 2024 1 commit
  13. 24 Jul, 2024 1 commit