1. 09 Oct, 2023 2 commits
  2. 06 Oct, 2023 1 commit
  3. 05 Oct, 2023 2 commits
  4. 04 Oct, 2023 5 commits
  5. 03 Oct, 2023 1 commit
  6. 02 Oct, 2023 10 commits
  7. 28 Sep, 2023 1 commit
  8. 25 Sep, 2023 1 commit
  9. 21 Sep, 2023 2 commits
  10. 12 Sep, 2023 3 commits
  11. 07 Sep, 2023 1 commit
  12. 04 Sep, 2023 5 commits
  13. 28 Aug, 2023 4 commits
  14. 24 Aug, 2023 1 commit
  15. 21 Aug, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Fix the 'happiness' bug · 0ce35337
      Alfredo Di Napoli authored
      Fixes #258
      
      This commit fixes the issue of the "empty Ngrams". The culprit was a bug
      in the `arxiv-api` package, which was fixed by:
      
      gargantext/crawlers/arxiv-api!2 (commits)
      
      In a nutshell, due to the fact the relevant `Conduit` was never
      completing, it was blocking the `flow` function, which was endlessly
      waiting for the last part of the results to arrive.
      
      Hence we were never calling the `flowCorpusUser`, which is the function
      responsible for generating the Ngrams.
      0ce35337