William Emfinger

Results 109 comments of William Emfinger

Should be able to use commit hash stored in meta-data.json and compare to current commit hash at least.

Doing smart re-compilation is a little too hard at the moment, since it requires keeping track of attribute changes to code-related objects. Could possibly be handled by an add-on in...

related to #224

The main drive for this is partially handled by #219 which no longer needs an internet connection and is easy to modify - the downside being that the package /...

After we finalize the implementation of this feature, we should look into developing an importer plugin which can take an existing package as input (either location (web/local) or zip file)...

Should these be assets? How should they be stored, and how do we know where they go or how to manage them? I.e. are they always zip files that we...

This is related to the #89 issue regarding configuration files for simulators. There may be an arbitrary number of files that are required for the deployed binary (component or simulator)...

Would allow the server plugins to run on separate machines and let the main server machine not bog down during many concurrent users' operations.

More importantly: would allow long-running or state-dependent plugin-code (esp. server side) to run and maintain consistency even when browser is closed or refreshed (not true with plugins)

see example [here](https://github.com/webgme/webgme-engine/blob/master/src/plugin/coreplugins/ExecutorPlugin/ExecutorPlugin.js)