Pablo Tesone

Results 88 issues of Pablo Tesone

In the Repository Window, remote entries in the tree should show a tooltip with the address of the remote, and it should be shown in the info panel also.

Steps to Reproduce. - Try to do a commit, this will open the commit window. - Enter some text in the message box. - Use right / left keys to...

Maybe we can reuse the add repository widgets.

![image](https://user-images.githubusercontent.com/355455/116088963-a9e1ea80-a6a2-11eb-8aef-15a0ad89db29.png) ![image](https://user-images.githubusercontent.com/355455/116088944-a3537300-a6a2-11eb-9f48-1333649f3130.png) ![image](https://user-images.githubusercontent.com/355455/116088911-9b93ce80-a6a2-11eb-915f-aaddc38d13e2.png)

![image](https://user-images.githubusercontent.com/355455/112614854-0f338900-8e22-11eb-8664-ce5606719871.png)

Add: - Collapse all button - Expand all button - Select all button - De-select all button

![image](https://user-images.githubusercontent.com/355455/110948805-16e33000-8342-11eb-8f38-dd49eb1cda1e.png)

As @estebanlm said, that is right. This API should be used only when need to have things that don't need to scale. If they are needed we have to keep...

spec2-migration

Example: ``` object casa { var costo var presupuesto_maximo method costos(persona, cant_ambiente, cant_pisos) { costo = empleados.sum({per=>persona.presupuesto(cant_ambiente,cant_pisos)}) return costo } method presupuestoMaximo(){ presupuesto_maximo = 0.20 * ahorros return presupuesto_maximo }...

type: Nice to Have
component: validator
severity: 2 - Medium