Re: [Pharo-users] Tide installation

2014-09-10 Thread Tommaso Dal Sasso
I am having problems with Tide installation. For the last week, after loading the Tide page I get an error in the javascript console that says: SyntaxError: missing ; before statement in Kernel-Methods.js @ line 1780 and TypeError: klass is undefined As far as I remember, a fresh install last

Re: [Pharo-users] Tide installation

2014-09-10 Thread Esteban Lorenzano
that might be an amber problem. copying Nico to see if that is the case. On 10 Sep 2014, at 16:35, Tommaso Dal Sasso tommaso.dalsa...@gmail.com wrote: I am having problems with Tide installation. For the last week, after loading the Tide page I get an error in the javascript console that

Re: [Pharo-users] Tide installation

2014-09-10 Thread Tommaso Dal Sasso
On 10/09/14 16:43, Esteban Lorenzano wrote: that might be an amber problem. copying Nico to see if that is the case. Ok, now it worked... I don't know what changed, but seems to be something related to my side. I'll investigate further, forget about it for now. Sorry for bothering you.

Re: [Pharo-users] Tide installation

2014-09-08 Thread Bernat Romagosa
Ok, I found this: https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md Hope it helps other people too! :) 2014-09-05 18:37 GMT+02:00 Bernat Romagosa tibabenfortlapala...@gmail.com: The slides are cool, but I really don't quite understand how Tide works... I tried to

Re: [Pharo-users] Tide installation

2014-09-05 Thread Bernat Romagosa
The slides are cool, but I really don't quite understand how Tide works... I tried to reproduce the Hero example, but when asking my lair for heroes (from the client side) I got: TDClient promiseNotFound: No promise was found for selector heroes It'd be great if someone wrote a getting

Re: [Pharo-users] Tide installation

2014-09-04 Thread Bernat Romagosa
Pull request sent. Phill, you need to use the latest bower. I'd uninstall and reinstall again: $ npm uninstall bower $ npm install bower -g Then just follow the tutorial, you don't need to modify bower.json or anything. Stef, thanks! I'll check these slides. Cheers, Bernat. 2014-09-03 16:50

Re: [Pharo-users] Tide installation

2014-09-03 Thread stepharo
Bernat once you get it working could you issue some pull requests so that I integrate the changes (if I have right access). Stef On 2/9/14 17:05, Bernat Romagosa wrote: Hi list! I wanted to try out Tide, and I'm following the steps at: https://github.com/tide-framework/tide However, I

Re: [Pharo-users] Tide installation

2014-09-03 Thread stepharo
On 3/9/14 11:08, Bernat Romagosa wrote: Hi Stef, I got Tide working alright, the only thing that's a bit off is the part of the installation steps where it says you have to use a particular bower version. I can issue a pull request for readme.md http://readme.md correcting this part if you

Re: [Pharo-users] Tide installation

2014-09-03 Thread p...@highoctane.be
I tried to get this working. bower installed Tide loaded as per the slides (with some fiddling as what is there doesn't work). Then TDDispatcher tideIndexPageUrl inspect gives http://localhost:/tide/tide/index.html (Why that 'tide' twice in there?) And there, no helios or anything. But

[Pharo-users] Tide installation

2014-09-02 Thread Bernat Romagosa
Hi list! I wanted to try out Tide, and I'm following the steps at: https://github.com/tide-framework/tide However, I can't get through the bower install step. Here's the output: bower amber#0efe3ad09 not-cached git:// github.com/amber-smalltalk/amber.git#0efe3ad09 bower amber#0efe3ad09

Re: [Pharo-users] Tide installation

2014-09-02 Thread Esteban Lorenzano
yeah, doc is bad… you need to install the newest bower, not the version specifies there. cheers, Esteban On 02 Sep 2014, at 17:05, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Hi list! I wanted to try out Tide, and I'm following the steps at:

Re: [Pharo-users] Tide installation

2014-09-02 Thread Bernat Romagosa
My bad! Forget my previous email! Sorry. 2014-09-02 18:16 GMT+02:00 Bernat Romagosa tibabenfortlapala...@gmail.com: Hola Esteban! Thanks, but it's still failing (although it progressed a little bit further): bower amber#0efe3ad09 not-cached git://

Re: [Pharo-users] Tide installation

2014-09-02 Thread Bernat Romagosa
Hey, it looks really nice. Is there any documentation around? Any getting started tutorial or bigger project I can take a look at? I don't exactly get how proxying works. I inspected the TDCounter instance in Pharo and I see it's persisting its value, but I don't get how's the widget getting to

Re: [Pharo-users] Tide installation

2014-09-02 Thread Tim Mackinnon
You can try watching the ESUG video from this year on: http://goo.gl/E1VF53 The presentation that Esteban gave was great - and it also inspired me to look at this some more too. Tim On 2 Sep 2014, at 17:46, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Hey, it looks really nice. Is

Re: [Pharo-users] Tide installation

2014-09-02 Thread Bernat Romagosa
Thanks Tim, I'll take a look at it. Unfortunately I couldn't attend this year :( In the meantime I've just found out where the counter entry point is defined: TDDispatcher setupDefault default := self new. default registerHandler: ((TDFileHandler path: 'tide') directoryPath: '.';

Re: [Pharo-users] Tide installation

2014-09-02 Thread Tim Mackinnon
You also know about the action and state pragma’s as well right? They were explained in the Esug session, and show up in the Counter code. Tim On 2 Sep 2014, at 18:03, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Thanks Tim, I'll take a look at it. Unfortunately I couldn't attend