Peter van der Woude
Peter van der Woude
This command creates no table, no log, no errors, no nothing. Any obvious reason why? (I have confirmed the exe is valid by first running --help and that works fine)...
I'm not sure what's going on here but it seems to me that pik doesn't set or use the gem_path properly or something? I'm using GitBash. Basically, no matter what...
Looks like we have some users where the "Less Scary" dialog doesn't show the buttons. They are moved down and out of sight.
Hi, In one case, where I include ZeroClipboard.js but don't new it up or use it at all... On invoking a text editor (happens to be a Kendo Editor, but...
I can't understand what needs to be done to v1.6 code to get it to work under v2. I realize the documentation is inadequate, but even with the source code...
I stored the key as lower case, to avoid adding a load of toLowerCase statements - though I still needed a few. I tried using a case-insensitive regex but it...
I'm not sure this is debatable (though URI.js does it) that adding query string parameters can just have a single value - for example "&link" and not necessarily "&link=true" If...
I can't get the autocomplete to populate, I know it's something stupid I must be doing. Following the demo code, I'm especially wondering why doesn't this code print 'getting data'...
This doesn't work (but should) - that is, the coloring goes awry matches = storyText.match /{._?,._?}/g This is the workaround (to add brackets) matches = storyText.match(/{._?,._?}/g)
Hi I checked the build.xml file, and virtually every line contains a library I don't have, can't find or seems specific to some other operating system. I'm opening the file...