Vlad Poluch
Vlad Poluch
We should move `create` and `merge` functions from repository into some `util` class? I think they have some purpose in this world but not in repository. What do you think...
> @pleerock I believe not for `Postgres`. > > let's assume we have this entity > > ``` > export class bar { > @PrimaryGeneratedColumn() > id: number; > >...
This should be fixed in `@next` branch. It is possible for you to use `typeorm@next` ?
Yes `@next` is branch for 0.3.0. This branch contains breaking changes not included in current master branch.
I agree @toymachiner62. I read some issues and PR and I think there is (or will be in short time) space to release new major version with breaking changes (and...
Dont think so. Dist folder will be update only on new release. I see it in a lot of simple angular/JS libraries. E.g. https://github.com/eriktufvesson/ngBootbox. However angular.js make it with separate...
Yeah. But contributors cannot commit to dist folder in PR, dont forget build on release, change bower conf, create some minify task and so on. I know little bit painful...
@witoldsz What about config property with HTTP status codes for loginRequired and forbidden (401/403 default configuration)? Call it support non-standard HTTP status codes. Now module support only standardized 401 and...
Configuration is very powerful tool and it give us space to create new functionalities. But angular-http-auth is simple module, so I think configuration dont have to be complicated. - **non-standard...