Jason Etcovitch
Jason Etcovitch
Nope, it's all available in the UI already, just not shown. Here's where we send the event to clients: https://github.com/probot/smee.io/blob/79e4087bd1888bb642d656a0ae96b83c098591b9/lib/server.js#L100-L105 And then in the UI, we render it: https://github.com/probot/smee.io/blob/79e4087bd1888bb642d656a0ae96b83c098591b9/src/components/ListItem.js#L49-L51 We...
@evertonfraga awesome! FYI that repo is private 🔒
This is a really neat idea - I don't know how I'd use it in a real world project, but I'm sure there are others who do. From a technical...
Haha @patcon I do [have Twitter](https://twitter.com/JasonEtco), was going to invite you to [NodeschoolTO](https://nodeschool.io/toronto/) some time! > The ability to add a Summary section to the bottom should be possible even...
That's a neat idea - its predicated on OAuth login (of course, you could write that all yourself but really it should be built into Probot)
@grrowl that'd likely be the right implementation - I think the challenge is around designing a good looking API. I don't think it should be part of Probot, but would...
> I’m not yet sure how you’d load the plugin in Probot though? @JasonEtco is robot.github set so it could be done in the Probot app’s entry point function? That's...
That's a fair point @stof - I guess we'd have a have a different way of archiving it via the API, instead of via the UI. Like by adding an...
I'm having this problem as well. Using this package in the same project as usual, so it must be some new update thats causing it.
I'm using Ubuntu, if that helps. JSFTP version is 1.5.3, and I am using 0.4.4 for this. I don't know JS well enough to change the calls you mentioned, but...