Adorjáni Árpád

Results 5 comments of Adorjáni Árpád

Hello, I am using this **'node ./node_modules/webgme-engine/src/bin/run_plugin.js ...'** command and I was wondering if there is a way to pass additional parameters to the started plugin. Is that possible? Thanks...

Hello, I ran into the same issue. I attached a project and a python plugin, which can reproduce the issue. The zip contains a python plugin's init file, a test...

Hello, Here are some examples with pointers in javascript: https://github.com/webgme/webgme/wiki/GME-Core-API#pointers-and-connections Hope it helps.

Encountered the same issue. Does anybody maintain this package?

Hello @bostonareahuman and future people who can not copy, Yesterday I was quite tired and did not notice the typo. `bcauth = OAuth2Session(client)` has to be `bcauth = OAuth2Session(client=client)`. Otherwise...