Łukasz Marek Sielski
Łukasz Marek Sielski
@cybertk not sure if understand that list, but is that a reason that when I send something with request.body that isn't sent as a form; and when I set Content-Type...
@cybertk I worked it around, but to satisfy all REST/RAML consumers it's worth to support forms. Basic APIs always will prefer that way, as it's built in majority of frameworks....
It's because author used different principle. If you connect model by `source`, then `ng-repeat` to repeat cards is redundant.
I think you shouldn't create API adapter that assumes what would be API interface. ServerDataSource you created is a good example, but as there is no single version of proper...
@nnixaa that is a good point. From what I found is that LocalDataSource is a far better example than ServerDatasource. The second is too opinionated for me. It would be...
@gvital3230 The way how I did it so far ``` javascript import { Injectable } from '@angular/core'; import { Http, Headers, Response } from '@angular/http'; import { Observable } from...
It's is because `` contains ``
It's addressed in https://github.com/fabien0102/gatsby-starter/pull/53 . We need to resolve other gatsby related issue first to merge it.
In meantime @2manypistachios you can use that code to patch it on your side https://github.com/fabien0102/gatsby-starter/pull/53/files#diff-ac5902cb929f2d554fe90c432997e6f5R10
@2manypistachios did workaround worked for you? Does anyone have the same problem? Also after updating dependencies that's how I addressed most of the issues: https://github.com/sielay/sielay.com/commit/ff9cd684f1a189071fb01dddc1b1001cea26bc28