And I would prefer not to create a GAE app just for one talk.
--
If burning through your quota of apps is your worry, you could make a "yournametalks" app and upload them as named versions and then point the default version at the latest talk. Then you could have letsgo.yournametalks.appsopt.com and friends.
It does. The slide code needs work.
BTW, does Present have problems on iPhone Safari, or is it just me?
--
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I actually figured out what the problem was thanks to Andrew Gerrand.
The app.yaml file was not allowing the dependencies to build.
Andrew submitted a patch
(https://codereview.appspot.com/7299044) so it shouldn't be an issue anymore.
Thanks for following up.
-Jason
On Monday, January 7, 2013 4:12:59 AM UTC-8, Alexey Palazhchenko wrote:
Where can I host the slides to be viewed online?
I am adding a slide viewer to godoc.org. You can see the work in progress at http://godoc.org/-/talk/github.com/AlekSi/LetsGo/lets-go.slide
On Wednesday, February 6, 2013 10:12:13 PM UTC-8, gary b wrote:
On Monday, January 7, 2013 4:12:59 AM UTC-8, Alexey Palazhchenko wrote:
Where can I host the slides to be viewed online?
I am adding a slide viewer to godoc.org. You can see the work in progress at http://godoc.org/-/talk/github.com/AlekSi/LetsGo/lets-go.slide
The slide viewer is now at talks.godoc.org. Examples:It's still a work in progress.
rand.Seed(time.Now().UnixNano())
This is happening locally with dev_appserver.py and on the talks.godoc.org
Both local and remote have same results for the examples.
Is there something that can be done to make the present operate non-deterministically
so as to get some variation like in Rob's talk?