- Notifications
You must be signed in to change notification settings - Fork230
Proxy and Reflect#451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javascript-translate-bot commentedNov 27, 2020
joaquinelio commentedNov 27, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I know, Mr Bot. wtf I've stolen it |
Me lo pienso para comenzar esta revisión... Pronto lo haré |
podes hacerla en comodas cuotas... pero si podes dar algo de tiempo, la sync es siempre prioridad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Revision de tareas y del articulo hasta la línea 200.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
javascript-translate-bot commentedDec 18, 2020
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: ᐯᑭᒪEᑎTIᑎᗩ᙭ ᐯᑭ <34555644+vplentinax@users.noreply.github.com>
joaquinelio commentedDec 19, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
` 181
// 1ra verion sobreexplicada // creo que quedo bien simplificado y contundente ` TLDR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Revisón hasta la línea 592. Ya vamos por la mitad. Realmente está muy bien, pocas cosas que arreglar.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
javascript-translate-bot commentedDec 23, 2020
Please make the requested changes. After it, add a comment "/done". |
vplentinax left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Me gustó, me parece más claro. Me refiero a lo que arreglaste en reformulacion 181 "proxy vs target"@joaquinelio
Co-authored-by: ᐯᑭᒪEᑎTIᑎᗩ᙭ ᐯᑭ <34555644+vplentinax@users.noreply.github.com>
@vplentinax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pequeñas cositas, una vez aceptadas puedes hacer merge!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
1-js/99-js-misc/01-proxy/article.md Outdated
For example,`getName()`method accesses the private`#name`property and breaks after proxying: | ||
Por ejemplo, el método`getName()`accede a la propiedad privada`#name`y falla por hacerlo proxy: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Por ejemplo, el método`getName()` accede a la propiedad privada`#name` yfalla por hacerlo proxy: | |
Por ejemplo, el método`getName()` accede a la propiedad privada`#name` y se interrumpe después del proxy: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
No, no se interrumpe, falla, porque no encuentra la variable.
Y no "después del proxy" en todo caso sería "después de convertirlo a proxy"
pero puse "POR" porque la falla es consecuencia de convertirlo.
Falla, por haberlo convertido en proxy.
No enconctré forma comoda de traducir el ubicuo "proxing" que traduje como "hacerlo proxy"
¡ proxificar ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
un problema que no vi de poner "hacerlo proxy" es q parece que convirtiera al metodo,
deberia aclarar que convierto el objeto entero o escribirlo mas vagamente
"...falla despues de hacer el proxy"
"...falla despues de la conversión a proxy"
"...falla depués de la proxificación. "
no me parece nada mal la idea. Es muy comodo tener la palabra proxificar.
tamb puedo sobreaclarar
"...falla depués de la proxificación del objeto user. "
@vplentinax , pienso poner
"...falla depués de la proxificación. "
¿que tal?
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Valentiina VP <34555644+vplentinax@users.noreply.github.com>
Co-authored-by: Valentiina VP <34555644+vplentinax@users.noreply.github.com>
Co-authored-by: Valentiina VP <34555644+vplentinax@users.noreply.github.com>
Novedades -Acepté (alguno de mala gana :P ) tus cambios. |
Acepte todas las sug excepto linea 845 porque era un error conceptual que no puedo aceptar. Es el unico articulo que falta de la seccion Js, y la demora genera conflictos que tengo que andar resolviendo El art es bueno, vale la pena el merge |
javascript-translate-bot commentedJan 25, 2021
Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
Finally!
1033 lineas
ok, la mitad vacias, la mitad de mitad codigo
pero es el mas largo y complejo del repo
use trampa para trap, algo incomodo, pero es la trampa de osos que atrapa operaciones, ¿que otra cosa podia poner?
podia dejar TRAP, todo el mundo la entiende
El articulo original es excelente, pero deberia mejorar la granatuca y hacerla mas suave
Fui muy liberal en la traduccion no técnica
tambien extendi algunas cosas
Linea 966, le corte un pedazo porque estaba mal.
se podia arreglar dejandola y agregando algo como "no en el caso de ejemplo porque...",
o agragando una linea al codigo de ejemplo.
cuando lo resuelva Ilya, lo arreglamos aca, sera un sync como tantos