Posts by Saulo Lins • 25 points
5 posts
-
-1
votes1
answer263
viewsQ: Inheritance with Typeorm
There are common problems that I see a lot of difficulty to deal with Orms, and ignoring a native way I decided to ask what is the best way to deal with these using Typeorm in project. Today I have…
-
-2
votes1
answer227
viewsQ: Reactivity of Objects in Vuejs (vuex)
I am making an application where I store the user profile data in the vuex store, and there is the option to update this data. the problem is that when I update via mutations as indicated, and…
-
0
votes0
answers118
viewsQ: Fs.Promises does not exist
I was setting up an app when I came across the following mistake: The interesting thing is that I use the same function in another application and it works normally. I wonder if you have ever come…
-
0
votes0
answers32
viewsQ: Add property to Vue Typescript
I cannot compile my application because it is returning me the following error: A propriedade '$acl' não existe no tipo 'Vue'. ts(2339) Click to see the error image If this is a scroll access…
-
-2
votes1
answer366
viewsQ: Operating a delete operator needs to be optional
I set up a Node server, and when I went to do the tests to get up to production I saw that Eslint was accusing me of an error: Just for the record, it’s working as due, delete is removing the…