Re: Adventures in Bodega

2014-11-24 Thread Aaron J. Seigo
On Saturday, November 22, 2014 07.56:39 Jeremy Whiting wrote: getting an error inside the node redis module as seen below. Is redis something that is no longer maintained or something? redis is a very popular key/value store (in-memory with on-disk persistence). you need to have it installed

Re: Adventures in Bodega

2014-11-24 Thread Jeremy Whiting
Yes, I've done that. I have redis and postgresql both running. Yet main.sh fails because this RedisStore.prototype is undefined. I've added a couple of console.log statements and I see that session exists and is defined, but they set the RedisStore.prototype.__proto__ to the

Re: Review Request 121213: [OS X] correctly parse backtrace for demangling symbols

2014-11-24 Thread René J . V . Bertin
On Nov. 23, 2014, 12:20 a.m., Thomas Lübking wrote: kdecore/io/kdebug.cpp, line 717 https://git.reviewboard.kde.org/r/121213/diff/1/?file=329504#file329504line717 Why do you need to sharpen the match? René J.V. Bertin wrote: Because otherwise the symbol to be demangled is

Re: Review Request 121213: [OS X] correctly parse backtrace for demangling symbols

2014-11-24 Thread René J . V . Bertin
On Nov. 23, 2014, 12:20 a.m., Thomas Lübking wrote: kdecore/io/kdebug.cpp, line 710 https://git.reviewboard.kde.org/r/121213/diff/1/?file=329504#file329504line710 likewise. Also maybe only have one block that defines #if const char

Re: Review Request 121213: [OS X] correctly parse backtrace for demangling symbols

2014-11-24 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121213/ --- (Updated Nov. 24, 2014, 7:37 p.m.) Review request for KDE Software on

Re: Triggering rebuild after changing a *.json file

2014-11-24 Thread Alexander Neundorf
On Sunday, November 23, 2014 23:37:45 Kevin Funk wrote: On Sunday 23 November 2014 17:54:21 Milian Wolff wrote: On Sunday 23 November 2014 10:39:02 Andreas Pakulat wrote: Hi, On Sun, Nov 23, 2014 at 4:36 AM, Milian Wolff m...@milianw.de wrote: Hey all, in my quest for

Re: Review Request 121213: [OS X] correctly parse backtrace for demangling symbols

2014-11-24 Thread René J . V . Bertin
On Nov. 23, 2014, 12:20 a.m., Thomas Lübking wrote: kdecore/io/kdebug.cpp, line 717 https://git.reviewboard.kde.org/r/121213/diff/1/?file=329504#file329504line717 Why do you need to sharpen the match? René J.V. Bertin wrote: Because otherwise the symbol to be demangled is

Re: ThreadWeaver: using QObject's as Jobs

2014-11-24 Thread Mirko Boehm
Hi Milian! Man, I totally thought this is absolutely intuitive :-) I will write something up as a blog post over the weekend. In the meantime, I am trying to answer your question below. On 24 Nov 2014, at 01:57, Milian Wolff m...@milianw.de wrote: Could you please document, e.g. by adding

Re: ThreadWeaver: using QObject's as Jobs

2014-11-24 Thread Thiago Macieira
On Monday 24 November 2014 23:00:45 Mirko Boehm wrote: Can I inherit from QObjectDecorator and pass this as the JobInterface *decoratee? The decorator wraps and object and acts as a QObject. It does not really care if the wrapped job is a QObject already. It will add defined signals to