Jason Rice

Results 25 comments of Jason Rice

> Based on @nigelrobbins3 remark above I ran `brew uninstall watchman` and `brew install watchman` to fix the problem. ```brew reinstall watchman```

@moodysalem alright so I believe the root of the issue in the App is this: index.js:2178 /Users/jsnrice/git/react-tournament-bracket/src/components/App.tsx (12,38): Argument of type '({ "@id": string; "accountEventData": never[]; "accountFollowedTeams": never[]; "accountRecruits"...' is...

@moodysalem yeah it's a work in progress but I think you'll like these adjustments. The major bonus is getting the power of the create-react-app wrapper with it's scripts etc. Another...

Sounds good. I’ll check it out soon. So much going on... Sent from my iPhone > On Jul 29, 2018, at 5:40 PM, Moody Salem wrote: > > I made...

I was having this issue as well @harrygothold I was using Storybook version 5 and had to switch to version 6.

You're running a deprecated version of gulp-karma According to the npm the current is 0.0.5 Add the following to your dependencies: ``` "gulp-karma": "~0.0.5", "karma": "~0.13.19" ```

@ferchoman09 this project seems to be abandoned. Check this project out: https://github.com/thatisuday/ng-image-gallery

Duplicated on **iPhone 6s Plus iOS 12.0**

Set the content-type in the header section. Read the documentation and search for 'type'

I agree this would be awesome but I understand Fetch API has no timeout mechanism so I'm not sure if Fetch is used under the hood or if just regular...