Jericho

Results 173 comments of Jericho

This is the right recommendation, unlike #982 where the recommendation was to upgrade to Cake.Issues.Recipe 2.0.0 which targets Cake 2.0. I am satisfied that AddinDisco 5.2.0 resolves the recommendation problem...

I submitted two PRs: - the first PR simply changes the default value of `shouldPostToGitter` to `false` - the other PR completely removes the Gitter functionality The first one is...

For the time being, I added the following in my appveyor.yml: ```yaml before_build: - dotnet --info ``` This gives me the info I want when my build is running on...

While I review your PR, please raise an issue to clearly explain the problem you are facing, describe the changes you intend to make, share the ideas you have, ask...

> I can move the argument to the end of the parameter list and it shouldn't be a breaking change. What are your thoughts on that? Changing a public method's...

@snega1003 implemented an alternate model for his scenario and it's working fine and I am going to assume that @joshrogers-pg 's model continues to work fine as well in his...

I am getting the following exception: `{"code":200,"message":"No permission."}`. The documentation does not specify any pre-requisites so I'm not sure why I'm denied access.

Makes a lot of sense to enable developers to request the password to be auto-generated. Also, I'm intrigued by this comment you made: > When creating a meeting there are...

Documentation is inconsistent with other "meeting" webhook events. [I asked for clarification](https://devforum.zoom.us/t/the-data-type-of-meetingid-is-inconsistent-in-webhook-documentation/70090) on Zoom's developers portal.