webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
317 stars 53 forks source link

implement: config: web-server: trapi-disable-external-requests?, for … #76

Closed jeffhhk closed 3 years ago

jeffhhk commented 3 years ago

;; Enable this flag to prevent translator-web-server.rkt ;; and open-api/ from making downstream HTTP requests. Useful ;; for functional CI tests, and for offline development. (trapi-disable-external-requests? . #f)

jeffhhk commented 3 years ago

CI fail. Will try again.