Joel P

Results 9 issues of Joel P

Currently too many tests rely on a connection to a live harvest account. Use mocking and compiled xml bodies to make the tests truly "unitized".

help wanted

Currently the exception only includes the response metadata. However, Harvest inserts the specific error message in the content body.

enhancement
help wanted

Currently we automatically load resources from the Location header on PUT and POST responses. I'm thinking this is a waste, when we usually only need the ID of the new...

enhancement
help wanted

I'm not sure if this is a bug in Versioning, in Swagger, or in my routes. I'm using ASP.NET WebApi and Versioning version 4.1.1. My controller looks like this (I've...

answered
asp.net web api

**Is your feature request related to a problem? Please describe.** Sometimes the files we get may have schema changes that we are not informed of with new columns added to...

When I call `pages.setView(2)` it looks like this: ![image](https://user-images.githubusercontent.com/3342620/104311725-9cae4080-54a3-11eb-97ee-4b22aafff60e.png) The bar at the top with the edit button should be hidden.

Resolves #657 Resolves #659 ---- ### Before the change? * There is no method on WebhookEventProcessor to override to handle projects_v2_item events. * The ProjectsV2ItemEvent.Changes does not contain the field...

### What happened? Per the github blog, the projects_v2_item webhook now includes more details for Edited actions: https://github.blog/changelog/2024-06-27-github-issues-projects-graphql-and-webhook-support-for-project-status-updates-and-more/#using-webhooks-for-project-custom-field-changes These are missing from the Changes model ### Versions Octokit.Webhooks 2.4.1 ###...

Status: Triage
Type: Bug

### Describe the need I'd like to be able to parse the new "preview" projects_v2_item event. ### SDK Version _No response_ ### API Version _No response_ ### Relevant log output...

Status: Triage
Type: Feature