dubcanada

Results 28 comments of dubcanada

I've restarted to work on this starting with Qt 5.3 I'm still playing around with things and redoing parts of it but you can see it here https://github.com/dubcanada/node-qt

Poco.DirectoryWatcher requires each directory to be watched separately. Most likely recursive watching is not crossplatform. watchdog and listen both add each directory to monitor if recursive is turned on. watchdog...

@mrsideshowjack @lee-chase I played around with this and it works fine to me. It does seem to be missing the `aria-current="page"`

Sadly it doesn't work that way :) You need one for your architecture.

See 8f8627b0219d61cf13c4582b1d6d5a157e0ca0ce and make sure you have that commit.

Excellent! I can't wait to change over from git cli to libgit for diffs!

No problem take your time. If I knew what I was doing with C PHP I could do it, but sadly I have no idea +_+

It's because at this moment the repo is broken. In the TBMsgRepo file you have ``` SELECT msg.conv_id as conv_id, msg.created_at, msg.id "msgId", msg.content, mst.status, mst.self, us.'.$this->usersTableKey.' "userId" FROM '.$this->tablePrefix.'messages...

I guess the only benefits of having it separate is running more than a single queue worker, or doing more advanced stuff such as queue specific memory/cpu restrictions or what...

You can use something like https://github.com/jonathantneal/postcss-sass which let's you use both. You can run postcss with all of it's transformations and then run sass to transform sass/scss part of it.