Dustin Willis Webber

Results 53 comments of Dustin Willis Webber

I got a similar issue today. guessing mine was an issue with daylights savings? The extra hour messed up the index stuff. ``` javascript if (updateMode === this.RESET_SINGLE_ON_UPDATE) { subDomainsData[index].v...

@eugene-bulkin looks like it's a know node-webkit issue. https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0 I'll see if i can get a workaround in place.

@eugene-bulkin awesome man - i'll get this added to the wiki under FAQ - I wonder if there is a way for Komanda to check and do this automatically?

@eugene-bulkin we will just have to wait for a new version of node-webkit or I can pull the source and build a new linux binary with the path changes for...

@c4t4lyst - This is a design issue with Snorby >= 1.1.3. I have a working solution for 2.0 that should fix this issue.

@urbanpt You can jump into the console and run: Event.delete_all to remove all events.

@z3n0wl for some reason the rest of the pull requests wont merge automatically from the github interface. I have a rule if someone submit one good pull request I give...

@z3n0wl no, thank you :)

Eric, sudo gem install prawn-format That should do the trick. - Dustin