Kaden Wilkinson

Results 120 comments of Kaden Wilkinson

I have not been able to find a solution for this using the github folder plugin, which manages webhooks, and I believe uses this plugin. It automatically sets up the...

`startUpload` returns a `Promise` with the uploadId if I am not mistaken

Also missing: ```ts interface FileInfo { name: string; exists: boolean; size?: number; extension?: string; mimeType?: string; } function getFileInfo(path: string): Promise; ```

Wouldn't Auth0 be a great option since they can then be a proxy for other providers like the ones above?

If this solves this issue I am all for it https://stackoverflow.com/questions/48287776/automatically-build-npm-module-on-install-from-github I just want to be able to fork a js module make any changes I need to open a...

I updated to the latest before trying this, I believe the issue is here https://github.com/fastlane/boarding/blob/203d60280b6f49dba20a9b4bce5581dd02b8ff16/app/services/boarding_service.rb#L116

It looks like Developer role can only manage internal testers but not external because they are read-only? Does that sound right?

I thought I had posted on the other issue that I tested things out but it appears I forgot to send it :( But this PR looks like it will...

@acecilia I think you might need to add an entry to your plist like mentioned [here](http://stackoverflow.com/questions/16805626/how-to-add-fontawesome-to-interface-builders-font-list)

I just gave this branch a go on our project when master was failing to add the plist files with the correct path to the Xcode project and this fixed...