File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ export const REGULAR_SPEAKERS: Speaker[] = [
3636 photo : require ( "../assets/speakers/danielgonzalez.jpg" ) ,
3737 social : "https://twitter.com/dgrojas1978" ,
3838 } ,
39- {
40- name : "Leynier Gutiérrez González" ,
41- photo : require ( "../assets/speakers/leynier.png" ) ,
42- social : "https://twitter.com/leynier41" ,
43- } ,
4439 {
4540 name : "Pedro Machado" ,
4641 photo : require ( "../assets/speakers/pedromachado.jpg" ) ,
@@ -181,16 +176,6 @@ export const SCHEDULE: Schedule[] = [
181176 duration : 12 ,
182177 speaker : SPEAKERS . findIndex ( ( x ) => x . name == "Daniel Gonzalez" ) ,
183178 } ,
184- {
185- title : "Creando bibliotecas asíncronas y síncronas a la vez" ,
186- summary :
187- "Una biblioteca que realice operaciones I/O se puede implementar de forma sincrónica" +
188- " o asincrónica, pero ambas son necesarias. Si te interesa saber qué vías existen " +
189- "para implementarlas a la vez no te pierdas esta charla." ,
190- type : Types . TALK ,
191- duration : 12 ,
192- speaker : SPEAKERS . findIndex ( ( x ) => x . name == "Leynier Gutiérrez González" ) ,
193- } ,
194179 {
195180 title : "Web3.py la Alternativa de Python de Web3" ,
196181 summary :
You can’t perform that action at this time.
0 commit comments