krl
Computing an HMAC-SHA signature
I\'m writing a module for Amazon开发者_如何学JAVA\'s SimpleDB. They require REST requests to be signed using HMAC-SHA algorithm. (Details here.)[详细]
2023-02-24 11:25 分类:问答Firefox KRL extension on yahoo mail
It looks like the firefox extension might have an issue with the YUI 2.5.2 and 2.7 rich text editor. In the platform Rally when you see any text area, a lot of extra HTML is embedded into it. Rally us[详细]
2023-02-24 00:52 分类:问答Can entity variables be functions?
Since functions and actions are first-class, is it possible for an entity variable to hold a function? Historically that was not the case; entity variables could only be flags, count开发者_如何学编程e[详细]
2023-02-23 11:32 分类:问答URI-encoding a string
I need to send a GET request. One of the parameters has URL query characters in it (e.g., ?, &, and =). How do I URI-encode that in KRL before sending the request?[详细]
2023-02-23 01:48 分类:问答Can I promote an earlier version in the Kynetx Appbuilder?
I changed one of my applications (for April Fools) but I\'d like to go back to the previous version and make it the development version. Is there any way to do this in Appbuilder, or do I have to manu[详细]
2023-02-22 16:35 分类:问答KRL: using a defaction parameter in an emit block
I tried using a parameter in an emit block within a user defined action like this: my_action = defaction(css_class) {[详细]
2023-02-22 14:24 分类:问答more than one defaction in the body?
All, can I run more than one defaction in the开发者_如何学JAVA body of the rule? or can I only run one?You can define as many actions in the pre block of a rule as you want. You can have as many actio[详细]
2023-02-22 10:55 分类:问答Iterating over an array in a function
For my Google Docs spreadsheet module, I\'d like a function to be able to accept an array of values and iterate over them, adding them to a hash. The spreadsheet submission form wants values in a form[详细]
2023-02-22 06:00 分类:问答Ternary operator changing "true" to literal true
I\'m trying to assign a string literal to a variable using a ternary operator with the following code开发者_如何学运维 in the pre block:[详细]
2023-02-22 02:31 分类:问答raise_event from client not working in dev
I have the following code, and raising the web event doesn\'t do what it should do. I have disabled all of my extensions to ensure that it isn\'t something there. Please help. I find it hard to build[详细]
2023-02-21 22:00 分类:问答