From 2c2f185061cdd4de59c4181500f11c2ba4b250c6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 4 Nov 2013 10:10:43 +0100 Subject: [PATCH] add comment on offline mode that is not usable anymore as such --- manifold/manifoldproxy.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index 6d67863c..05486cba 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -25,7 +25,10 @@ debug_spin=0 debug_empty=False #debug_empty=True -# turn this on if you want the fastest possible (locally cached) feedback +# Historically we had a feature for developing without an Internet connection +# However this won't work anymore as the python layer itself does manifold calls +# before javascript has a chance to do so. +# Might still come in handy if you want the fastest possible (locally cached) feedback # beware that this is very rough though... work_offline=False #work_offline=True -- 2.43.0