AJ Jordan

Results 317 comments of AJ Jordan

@cjslep so say you have a conversation tree like in https://github.com/w3c/activitystreams/issues/476#issuecomment-387813503. In your UI you want to know if, say, note 6 and note 10 are associated with each other...

@evanp am I to understand that there's no reliable way to do this besides the "brittle" method?

@evanp okay. Seems to me that this would be a useful thing to be able to do regardless e.g. for some sort of advanced search API, but I get it....

This has been discussed before in the ActivityPub issue tracker. I believe https://github.com/w3c/activitypub/issues/221#issuecomment-300205759 represents the consensus of the working group, although it could be just Evan. Either way I suspect...

So the way I've been doing this is by writing a large-ish mock object that's passed to the robot listeners (which are separate modules and thus passed `robot` as an...

Since that PR is quite large, here are some links to [the mocks](https://github.com/strugee/https-everywhere/tree/issue-format-bot/utils/issue-format-bot/test/mocks), [a test for one of the handlers](https://github.com/strugee/https-everywhere/blob/issue-format-bot/utils/issue-format-bot/test/newissue-handler-test.js) which passes mocks into the handler, [the handler itself](https://github.com/strugee/https-everywhere/blob/issue-format-bot/utils/issue-format-bot/lib/newissue.js), and...

Looks like https://probot.github.io/docs/testing/ appeared since I wrote those comments - that appears to match what I'm doing. It would be nice if those mocks were shipped in Probot core, perhaps...

Are you kidding me? This isn't helpful. @stale has been spamming Hubot issues for months and now it's doing the same to Probot issues. A bot like that is appropriate...

@JasonEtco you're totally right, I'm sorry. I think I was really frustrated that Hubot has been very inactive and @stale has been closing lots of legitimate issues because of that....

AFAIK this is still an issue?