Jonathan Wohl
Jonathan Wohl
Right, both options are for the directive — neither are necessary using the service directly. We switched to the directive from the service in order to clean up the logic...
Hey! Really sorry for the delay — the hosted Openframe server is loosely maintained as time allows! And sadly I haven't had time to look into this yet. The API...
Did anyone try looking at the debug output? I think if you run `DEBUG=* openframe` when logging in you _might_ get more detailed error info? Not certain, haven't tried it...
Also check the config file at ~/.openframe/.ofrc — it's possible this has been corrupted. The "network" property should look like this if you're using the hosted Openframe server: ``` "network":...
@son1cn Thanks for this! Strange indeed, but the CORS error might be a clue — it's possible that something changed on the server (not sure why that would be the...
The cause of this issue is the `swagger-client` dependency. For whatever reason, using this client to connect to the server no longer works. I haven't had a chance to look...
To remove you should be able to run `npm remove -g openframe`. This will remove the NPM package that is the actual Openframe executable, but it will not remove any...
Interesting idea! On the whole, I like the idea of decoupling the artwork format from the extension. Thanks for thinking it through in such detail! Taking your first section, I'm...
This one I don't entirely agree with — in a typical API / Client architecture, the web app is as much a 'client' as the software that runs on the...
Seems like maybe just serving the editor via https might fix this?