Kristof Bajnok

Results 3 comments of Kristof Bajnok

If you change `BASE_URL` in `tests/conftest.py` to a value that contains paths, the flow tests also fail. ```diff --git a/tests/conftest.py b/tests/conftest.py index 9e7a5e1..6deab65 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -11,7...

Even using mdq for every request is silly, IMHO for a production service some caching is probably necessary. Anyway I could continue if I could figure out how to make...

IMHO a good MDQ client could take advantage of cacheDuration and validUntil, but right, a local MDX server is also sufficient. Anyway, reloading metadata on every request seems to be...