Pablo Reyes

Results 41 comments of Pablo Reyes

I'm interested too :)

Just adapt this lines to your DEPLOYMENT script ```javascript var ghpages = require('gh-pages'); var fs = require('fs'); fs.writeFile('dist/CNAME', "your-custom-domain.com", function(err) {}); ghpages.publish('dist', function(err) {}); ```

@Disorrder this library is unmaintained and it's not accepting pull request. You have two solutions: - Migrate to https://github.com/reyesoft/ts-angular-jsonapi - Fork this library and fix.

@mabdurrehman we are working on [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi#defining-a-resource), maybe it's usefull for you.

Sorry @mabdurrehman, I don't understand you. You need to do something like ``` let relatedbooks = BooksService.all( { beforepath: 'authors/1' } ); ``` but with [this](https://github.com/jakubrohleder/angular-jsonapi) library? Or you need...

Another problem on #6 (>=v9.0.2) is with **pivot models** events (using `belongsToMany->using()`): **Events are not fired** on pivot model when `sync()` are called on parent. On our case, we define...

It's a bug related `cache_dir`. This is how can I reproduce the error. ``` pablorsk $ cat boxfile.yml | grep runtime runtime: php-7.1 pablorsk $ nanobox run /app $ composer...

I'm thinking a temporary solution without forking this engine: ```yaml #boxfile.yml run.config: engine: php engine.config: runtime: php-7.1 composer_install: "(composer global show 2> /dev/null | grep prestissimo || composer global require...

Problem related with #96 :/