Results 102 comments of Lyz

Sorry @xerus2000, due to the lack of activity of taskwarrior/tasklib I've migrated my efforts to [pydo](https://github.com/lyz-code/pydo)

I agree with you, but [these reasons](https://lyz-code.github.io/pydo/#why-another-cli-task-manager) made me take the decision. Regarding the UNIX point, I think that as long as the application supports the import and export of...

Looks wonderful @DrPsychick please do a PR, I think @bambash will like it too

Sometimes it's interesting for a command line tool to be able to change the program's configuration, you can think for example how `git` works. I agree that this can be...

I don't know where to put it in the docs, so I'm adding here a table and I'll go on completing it while I use the library: YAML() attributes: |...

I think I understand what it's happening, the command is trying to check the group of packages that would be installed if there were no constrains specified by the user,...

Hey @tillprochaska, thanks for looking into it. If I can do anything to help you in the debugging or fixing of the issue do not hesitate to tell me.

Hi @tillprochaska, sorry to bother you again. If you guide me on how to debug and implement the fix I can do it myself. (By the way, issue 2500!!! awesome!)

I've been able to reproduce the error in the development environment by bringing it up following [your instructions](https://docs.alephdata.org/developers/installation) and running `aleph crawldir /aleph/contrib/testdata`. Still debugging...

I've checked both in elasticsearch directly and in `aleph/search/result.py` L101 and in the result there is a `detectedLanguage` property set: ``` ... 'hits': {'hits': [{'_id': '1.dcf696872923bb3ece23d0701212e57b9aadfb64', '_index': 'aleph-entity-pages-v1', '_score': 3.0,...