-
The problem arises when a service writer wishes to place common utilities in a separate, non-service python module for use by multiple services. If the services wishing to use such a utility module l…
-
This is basically a security issue. Unfortunately I don't know the correct practices for doing this sort of thing, but I think it's a standard way to keep server programs from damaging their host sys…
-
The default build for xdwctl is to run CherryPy in daemon mode (with the "-d" option). This doesn't work for my Mac at OS X 10.6.8. I have to comment out the -d line for Tangelo to serve any content…
-
-
-
-
-
Jeff - what are your thoughts on this?
-
-
Need finer control over slider callbacks:
-don't force user to install callbacks at construction time; allow "setCallbacks()", "setChangeCallback()", etc. functions instead
-allow for suspension of …