Posts by wrafanunes • 21 points
5 posts
-
0
votes1
answer190
viewsQ: Create branch from another branch
I don’t know if the title makes clear what I want to do but here’s the thing, I have the develop(root) and the develop2.0 (system overhaul). I would like to know how to create a branch that when…
gitasked wrafanunes 21 -
0
votes1
answer71
viewsQ: How to convert Enum to string?
Hello, I want to list the elements of the class called, but the Status is of type Enum, when trying to convert to string, appears the message: "It is not possible to implicitly convert type 'string'…
c#asked wrafanunes 21 -
0
votes1
answer30
viewsQ: How to sort a list of objects through a custom criterion (no order by)?
I ask for your help in solving a problem that’s been bothering me. I have a list of scales and would like to sort it through the Status(which in turn is a property of Horarioescala entity, but the…
c#asked wrafanunes 21 -
0
votes0
answers21
viewsQ: this.arrayChecados.some is not a Function
Hello, I have a problem with typescript, I try to run a function to know if at least one of the checkbox contained in an ngFor has been selected, but the console shows me this error saying that…
angularasked wrafanunes 21 -
0
votes0
answers25
viewsQ: How to make a calculation when instantiating an object?
Hello, I would like to know how do for a property of an object receive a value from one against among other properties, for example objeto = { valor1: 10, valor2: 2, valor3: valor1 * valor2 ???? } I…
angularasked wrafanunes 21