From: Thierry Parmentelat Date: Mon, 4 Nov 2013 09:10:43 +0000 (+0100) Subject: add comment on offline mode that is not usable anymore as such X-Git-Tag: myslice-0.3-0~123 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=2c2f185061cdd4de59c4181500f11c2ba4b250c6 add comment on offline mode that is not usable anymore as such --- 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