Closed ghv closed 5 years ago
Also
Thanks for the links. I'm currently really busy and can't tell when I able to add them.
If someone wants to help out, please send me JSON in the format below!
{
"Try Swift 2019": {
"talks": [{
"title": "The Philosopher's String",
"source": "youtube",
"videoId": "lMhGnTFA9CI",
"details": "Swift’s String type aims to strike an optimal balance between correctness, performance, and ease ofuse. This talk will explore the philosophy behind String and how we as a community can drive ease ofuse evenfurther to make programming with String a true joy.",
"speaker": {
"name": "Michael Ilseman",
"twitter": "https://twitter.com/Ilseman",
"github": "",
"bio": "Michael works at Apple on Swift’s Standard Library team."
}
}]
},
"CodeMobile 2019": {
"talks": []
}
}
@zagahr Working on it! https://gist.github.com/jstart/24b02b140708f00bf67bf38f51ad04eb
Seems the ConferencesCore.framework controls this. Is there a way to add these?