Joel Duckworth

Results 21 comments of Joel Duckworth

You need to install cocoapods. It looks like the latest version of the plugin requires it. I got caught out with this too... Have a look at the section on...

It's possible that I may have needed to run `pod setup` to initaliase cocoapods... It takes about 15 minutes to run this as it seems to clone a gigantic repo...

@fariazz I didn't bother with the `pod init`... try run `cordova build ios` before opening the xcworkspace (not xcodeproj). All worked for me. I'm using cordova-plugin-firebasex along with this plugin...

Htmlhint works this way: https://github.com/yaniswang/HTMLHint/wiki/Usage >config rules > >search .htmlhintrc file in current directory and all parent directories:

Same problem for me too

Thanks @mmalerba for the input. Interestingly, you can see the same error as per my screenshot [in the error generated on the mat-select example page](https://material.angular.io/components/form-field/overview). However, I'm not able to...

I'm thinking actually this is an issue with Chrome detecting this problem. @mmalerba is right that the error message is stating that there is no element with the id in...

I think I might be affected by this too. Once I add a trackBy function to the tree when refreshing the data, the toggling breaks