Felix Costa
Felix Costa
@klukiyan Hi! An example of query in Laravel ``` $articles = Article::all(); $articlesCommentCount = $articles->sum('comments'); // this returns a collection of total commands for every article. ps: this is a...
Can you show a snippet of your code or reproduce or show the error? Check also in the console of your browser if there is any javascript error.
@ibrunotome, this is a strange problem and I could not simulate it in my environment. Are there any warnings or errors displayed on the browser console? Can you post to...
Has anyone else been successful with this solution? Could you send me a pull request ?? I would be very grateful. I do not have much time lately to study...
Great!! If you can I would be very grateful! :dancer:
I believe it is possible yes. I'll go analysis it, and if it's possible, I worked on it :dancer:
A note: BeforeInsert, on TypeORM, for dynamic setter password encryptation is not working. because that for now i put the encryptation on service
Da uma olhada se isso resolve: https://github.com/angular/angular-cli/issues/2835
about zoom control, i tested this and works perfectly: https://github.com/mebjas/html5-qrcode/issues/308#issuecomment-1121195534
É quase isso, @vs0uz4. A ideia do Repository é somente manter acesso a base. Quando você passa a ter muita regra de negócio dentro do Repository isso deixa de ser...