1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Igor Chubin 447a714a3f Enable action=suggest 2021-02-06 08:18:17 +01:00
Igor Chubin e70b815306 Disable language detection 2021-01-31 20:23:09 +01:00
Igor Chubin 62a4a58687 Add NOT_FOUND_MESSAGE to adapter/question.py 2021-01-24 15:59:11 +01:00
Anatoli Babenia 9bfd23ae67 Remove explicit gevent imports
It is enough to monkey patch one time at the top level,
which is done in `bin/srv.py` web server script.
2020-11-17 17:23:33 +03:00
Waldir Pimenta fad7543c4d Fix various typos 2020-01-23 14:08:26 +00:00
Igor Chubin 03bae9e5da queries may contain spaces; first word is the section 2019-05-19 19:00:30 +00:00
Igor Chubin f44b58d8ac connect stdin to /dev/null when starting subprocesses 2019-05-18 20:30:11 +00:00
Igor Chubin adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin 4c12ec701d lib/adapter/question.py: minor fix 2019-05-11 16:53:13 +02:00
Igor Chubin b91e0f5da6 upstream queries support 2019-05-09 23:03:05 +02:00
Igor Chubin d94ca8458f switched to new configuration interface 2019-05-01 20:48:05 +02:00
Igor Chubin e83fd89c8a routing refactoring (get_answer.py => routing.py + postprocessing.py) 2019-02-17 14:12:08 +01:00
Igor Chubin 50f4abacb0 caching separated into cache.py 2019-02-17 14:07:02 +01:00
Igor Chubin c59bdab2f2 cheat_wrapper.py splitted into fmt/ and frontend/ 2019-02-16 20:11:34 +01:00
Igor Chubin 5ba30548d7 big routing refactoring 2019-01-31 00:37:23 +00:00