Ben

Results 11 comments of Ben

Seems to be fine for me to drop the createDatabase() method but... how can I create a new one without it ? I can use Query method and pass "create...

Still too much A53 flags on it, RPi1 and 2 boards are not happy, renaming kernel7.img/kernel.img won't do the trick, two different kernels on boot won't solve the issue because...

I don't have any benchs yet, I'm still struggling with various CPU defines so current image won't run on previous boards (RPi1 and 2). I have optimized current beta image...

Thanks Omar. I froze my reply for a while to understand whatever it takes to create a new one. I've documented each single step of the production process, it was...

My suggestion could be: ``` php ~$ diff lib/XmppPrebind.php xmpp-prebind-php/lib/XmppPrebind.php 219,220c218 < // if (!$body->hasChildNodes() || $body->firstChild->nodeName !== 'success') { < if (!isset($body->firstChild->nodeName) || $body->firstChild->nodeName !== 'success') { // $body->firstChild->nodeName...

I've fixed the hack/release.sh build process few days ago for my personal tests (see PR), it shouldn't take a lot of time to achieve the same on that branch. I'll...

With a small mod in my commits (github commit 18f2cd0) I've also added some sort of verbose/debug mode flag. ``` ./grok_exporter -debug -config config.yml ``` When something wrong happens `-debug`...

Hi @fabiospampinato , I've installed this app just like others folks on Linux (AMD64, Linux Arch, Current) and I can confirm same behavior. Linux Gnome/gtk users **have** _xdg-open_ shell utility...

I'm having the same error. Considering this issue date you probably have already figured it out but I'll leave my comment here for future reference. This error is related to...

I'm now using this directly from the repo and it looks fine. As a note I suggest you to recompile and create a new zip from it. Latest available download:...