Tamas Kecskes

Results 23 comments of Tamas Kecskes

Well, you have multiple options: - if it is not mandatory to run your plugin on the browsers side, you can run it on the server side and then all...

Yeah, that is weird indeed. Could you please try to get the full error trace? (that could point us closer to the source) It seems like one of the diffs...

It seems that some node in the branch you try to merge got corrupted somehow. I will keep the issue open and check back if anything can be done. Maybe...

You need to use the plugin configuration for that. https://github.com/webgme/webgme-engine/blob/master/src/plugin/coreplugins/ConfigurationArtifact/metadata.json#L103-L110 The example among the core plugins show how you can expect the user to upload a file at the start...

Hey, This command only works if the server is running. Generally, the best way to execute a plugin from the terminal is to use the 'run_plugin.js' script. You want to...

The easiest way to merge the information in two project is to use one of them as a library in the other. You can do it using the URL of...

Hello, Unfortunately, we do not have an extensive test on the performance of different decorators. I would assume that it depends on the icons you are using. If those are...

Well, the error points to a sharding method that tries to ensure relations among nodes (that has to be stored in their common container) are kept in balance. Most probably...

Unfortunately, I am yet to reproduce the issue (my initial tries have not succeeded). The information is adequate (at this point). I will probably have time to give it another...

Thanks for the additional information! The fact that it happened with child creation is understandable (they too have relations right at the time of creation - towards their bases). Just...