Jasper Haggenburg
Jasper Haggenburg
Are you referring to @martintietz's example or mine? I've made mine a bit more clear. It should be possible this way, right?
I don't get it. I require/install node-jsx from the root level in which I include some jsx later on. See [this branch of my example](https://github.com/Jpunt/fluxible-offline/tree/es6) of how I did this....
Ah, that makes sense. I'll try it out shortly, thanks! Can't wait for 0.13 to get out of beta though :)
Writing it the way you've explained, `this` refers to an empty object instead of the class it initiates (I'm working with fluxible, so I need to get the context from...
FYI: Babel.js saved the day for me: https://github.com/Jpunt/fluxible-offline
@dutradotdev as I understand correctly, your solution introduces a web view, which his not ideal imho. @SaphiraNgocThuy Weird, my experience is the exact opposite of yours! Your comment brought me...
Loading of plugin-settings work asynchronous in ST3, which doesn't seem to be supported correctly in this plugin (in particular for install.py). That's at least one of the problems for now.
Thanks a lot! This fixed it for me too.
Hey there @rchl, thanks for the suggestion. The good news is that you already can do this! ☺️ The `PheroClient` expects an implementation of `fetch`, so you can add something...
Ah right, I see! Interesting thought. In our experience (with Next) doing an http call in these cases isn’t all that bad, but I get what you want to do....