Jamie Howarth

Results 21 comments of Jamie Howarth

This is also happening to me. Strava activities seem to pick up after 24 hours, but not always (I'm missing activities from 23rd Jan through to today).

So, whilst this briefly rectified itself on the 25th, I'm still missing everything from the 26th January to today, which is now 8 days of activities not synchronising to Strava.

@brettz9 I've got a fork with tsd-jsdoc installed, and it's throwing errors when handling `@external` definitions, digging a bit deeper

Update: the bug's in tsd-jsdoc, I've filed an [issue](https://github.com/englercj/tsd-jsdoc/issues/106) & [PR](https://github.com/englercj/tsd-jsdoc/pull/107). This successfully seems to correctly process & produce a types.d.ts file, I'll try & test it against an active...

Same problem, latest installation, Windows Server 2016, trying HTTP on port 8443. Fixed with a modification to index.html: `var wsUri = wsBase.replace(/(\:\d+)(\:\d+)/gi, "$1")` This captures double-port references (i.e. mine is...

@YodasMyDad what do you think? All tests pass, removes a significant layer of Umbraco dependency.

I've just been converting a Zendesk Sell API library to use strong types with RestSharp. It's .NET Standard but I'm also a Hubspot user and I'd like to help contribute...

I'm slightly miffed that the ecommerce API isn't yet there, but very happy that the OpenAPI specs are now freely available!

Further to this, no security (beyond basic control applied with `UmbracoAuthorizedApiController` inheritance) is applied to actions to add, edit or remove redirects, thus allowing a user to potentially craft a...