• 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
Name
Last commit
Last update
bin Loading commit data...
devops Loading commit data...
docs Loading commit data...
ekg-assets Loading commit data...
nix Loading commit data...
src Loading commit data...
src-doctest Loading commit data...
test Loading commit data...
test-data Loading commit data...
.clippy.dhall Loading commit data...
.envrc Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
DEVELOPER_GUIDELINES.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
cabal.project Loading commit data...
cabal.project.freeze Loading commit data...
gargantext.cabal Loading commit data...
gargantext.ini_toModify Loading commit data...
run Loading commit data...
server Loading commit data...
shell.nix Loading commit data...
stack.yaml Loading commit data...
start Loading commit data...
weeder.dhall Loading commit data...