Taylor Hughes
Taylor Hughes
thanks for reporting — going to leave it open in case any other bugs get filed, but I am not going to rename everything just yet. :)
:100: :hankey: :+1:
@jonahx if I do that, it tends to pop up again when someone else reports it. any way to prevent that?
@jonahx oh, I ruined your joke. poop.
@pakastin did you mean http://translate.google.com/#sv/en/skit ? "auto" defaults to english for me
I haven't implemented client-side navigation yet, but once I get to implementing that it'll just be a setting to enable.
I should write this up somewhere, but here's as good as anywhere for now. What skit does: ### skit pageload on the server 1. grab a JS context, set the...
I let skitjs.com expire so somebody else owns it now. Need to update the links in here to point to docs hosted on github instead
Yep, so the way you would do this is by adding a controller at eg. public/t/__section__/SectionController.js. You don't actually need to use registerUrlArgument() if you're okay with matching any path...
(You could probably use a symlink to reference Home.js from /t/__section__/, but I'm not 100% certain that would work. Probably would. Or you could abstract the common bits to a...