I\'m working on a KRL module for S3. Each request has to be signed, and the signature covers a Date object which has to be within 15 minutes of the current time on AWS. The signature is sent as an \'A
I\'m collaborating on a large Kynetx app with another developer. To make it easier to split up the work, I\'d like to have multiple rulesets so we can work on them separately wit开发者_如何学编程hout
Aaron Frost\'s TweetPlus app has a useful feature in which the tweet functionality of the app lies dormant until the user presses Ctrl+Alt+T. At that time, a notify box pops up in the upper right corn
Can I do ternary in the postlude(s) the same w开发者_如何学Goay that I do them int he prelude? In other words have it fire off different calls depending on the say something was evaluated in the prelu
I have a hash coming back from an XML datasource that looks like this: {..., \'records\' :{ \'record\' :[
Is there a built-in function in KRL for generating a GUID of 开发者_如何转开发UUID (or something similar)?I\'ve created a module that wraps a webservice that might hold you over: UUID Module
I am currently debugging my apps so they can run with the KBX extension. KBX extension runs the last deployed version so everytime I change some code in the appbuild开发者_JAVA百科er I need to redeplo
My app is loading an external javascript file with jQuery.getScript(). When I use the bookmarklet or an extension to start the app everything works fine. When the app is installed through KBX though i
Here are two rulesets that illustrate a totally unexpected behavior. Is this a bug? Functions get executed even though they are not called anywhere or script breaks with a javascript error. The solut
Is there any restriction on publishing Kynetx browser apps on addons.mozilla.org or chrome.google.开发者_运维技巧com/extensions that explains why there are no kynetx apps available there ?