mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 13:41:01 +00:00
1 line
10 KiB
JSON
1 line
10 KiB
JSON
[{"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728784.2375729, "message": "I wrote this in a rule : \"select when web ev_getDividends\"", "group_id": 236, "id": 1097649}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728994.7528319, "message": "or :", "group_id": 236, "id": 1097715}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728804.464124, "message": "then raised the event in js : app.raise_event(\"ev_getDividends\", {\"ticker\" : ticker});", "group_id": 236, "id": 1097652}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728673.5439019, "message": "good morning", "group_id": 236, "id": 1097619}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728928.5426421, "message": "that response of KNS is either : \"// KNS Wed May 18 14:28:06 2011\"", "group_id": 236, "id": 1097694}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305729019.6473751, "message": "if I change the code to : \"select when web ev_dividends\"", "group_id": 236, "id": 1097725}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305729038.397769, "message": "it works fine", "group_id": 236, "id": 1097736}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305729026.9614999, "message": "and use : \"app.raise_event(\"ev_dividends\", {\"ticker\" : ticker});\"", "group_id": 236, "id": 1097730}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305728996.9919231, "message": "// 2011/05/18 08:29:43 ERROR Repository.pm Dividends [global] Ruleset Dividends not found\n// KNS Wed May 18 14:29:43 2011", "group_id": 236, "id": 1097716}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305729048.7797611, "message": "what's wrong in the first syntax?", "group_id": 236, "id": 1097741}, {"user_id": 763, "stars": [], "topic_id": 35791, "date_created": 1305732566.880672, "message": "I've pinged PJW to have him weigh in.", "group_id": 236, "id": 1099013}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305733297.219264, "message": "Is the problem with the capitalization? That seems to be the only difference. I just looked through the code and can't find a place where we force event names to lc or UC, so I can't see an obvious reason why the first shouldn't work.", "group_id": 236, "id": 1099241}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305733586.392621, "message": "okay, i'll create a specific ruleset that produces this behaviour and I'll send you the log. Just give me some time please.", "group_id": 236, "id": 1099316}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305733325.8983729, "message": "If you turn on logging, and send me the log, I can look there. The log will contain information about what the engine thinks it's matching.", "group_id": 236, "id": 1099249}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305734729.1773829, "message": "Thanks Loic.", "group_id": 236, "id": 1099596}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305738273.233233, "message": "problem: when it fails there is almost no logging", "group_id": 236, "id": 1100300}, {"user_id": 4291, "stars": [], "topic_id": 35791, "date_created": 1305736180.5581851, "message": "my two cents ... I only use lowercase for web event names to workaround this issue", "group_id": 236, "id": 1099941}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305736296.1663201, "message": "Ed, is this only a problem for browser raised events, not explicit events and is it specifically, in your experience, an issue of case?", "group_id": 236, "id": 1099962}, {"user_id": 4291, "stars": [], "topic_id": 35791, "date_created": 1305737023.933181, "message": "@windley I'll need to test that to confirm. Since my issue was with web events initially I have adopted the practice of only using lowercase for all event names ... back in a minute after running a test for explicit", "group_id": 236, "id": 1100100}, {"user_id": 4291, "stars": [], "topic_id": 35791, "date_created": 1305737415.2113991, "message": "@windley Initial test indicate that uppercase is acceptable for explicit events", "group_id": 236, "id": 1100141}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305738161.293951, "message": "@windley : on apps.kynetx.com it will raise a lowercase web event from the browser and succeed", "group_id": 236, "id": 1100268}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305738127.4585559, "message": "@windley : on www.google.com it will raise a Uppercase web event from the browser and fail", "group_id": 236, "id": 1100261}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305738167.1016941, "message": "logging is on", "group_id": 236, "id": 1100270}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305738075.4843199, "message": "@windley : you can try it out with this ruleset: a1135x49", "group_id": 236, "id": 1100249}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305739686.192795, "message": "@Ed I am suspecting you of having encountered the same issue but you kept it secret ;-) That's so eviiiiiiiiiillllllllllll ;-) I spent an hour debugging that checking line after line ( you know how if feels :) ). A new developer starting with KRL might not find the solution and pass its way. A new developer with confidence would post a question but it is being optimistic to expect that from the majority of developers.", "group_id": 236, "id": 1100494}, {"user_id": 4291, "stars": [], "topic_id": 35791, "date_created": 1305738512.6032269, "message": "@loic silent, but deadly :)", "group_id": 236, "id": 1100351}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305755131.282614, "message": "on google.com it will fire a rule that will emit some javascript that raises a web event ( app.raise_event(\"ev_getDividends\") ) with uppercase letters in the event label but the target rule will not fire.", "group_id": 236, "id": 1103592}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305754740.8545041, "message": "@loic, thanks for the sample ruleset. If I undertand what you're saying, when you run on google, no rule fires, correct?", "group_id": 236, "id": 1103540}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305755297.420886, "message": "So i'd say \"yes\" to your question.", "group_id": 236, "id": 1103632}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305755164.28352, "message": "on apps.kynetx.com the label is all lowercase and the target rule fires", "group_id": 236, "id": 1103599}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305755383.6135941, "message": "Interesting. Looking at what's happening, the runtime is reporting the wrong RID somehow. Chasing it down. More complicated than I'd hoped it would be.", "group_id": 236, "id": 1103647}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305756547.0904069, "message": "nothing waiting on my side", "group_id": 236, "id": 1103798}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305756567.301007, "message": "What was the problem ( just curious)", "group_id": 236, "id": 1103804}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305756977.160526, "message": "The problem is the regex I use to take the path apart when processing the event. We didn't allow UC letters in events, so it processed them wrong. I think my original thinking was that they'd all be lowercase, but that was before we had explicit events and developers could create their own. The only problem I can see with allowing case is that Foo and foo and FOo are three separate events.", "group_id": 236, "id": 1103870}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305755955.6624291, "message": "OK, I found the problem. The fix will go out in the next major release (probably end of week). There's nothing waiting on this, right?", "group_id": 236, "id": 1103722}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305757206.2015071, "message": "Okay. personally I prefer it that way.", "group_id": 236, "id": 1103904}, {"user_id": 30494, "stars": [{"date_created": 1305771812.1508639, "user_id": 30462}], "topic_id": 35791, "date_created": 1305759791.8772781, "message": "yes i prefer that", "group_id": 236, "id": 1104349}, {"user_id": 31203, "stars": [], "topic_id": 35791, "date_created": 1305759630.0418489, "message": "Just to be clear, you prefer events with the same spelling but different case to be different. Right?", "group_id": 236, "id": 1104320}, {"user_id": 30494, "stars": [{"date_created": 1305772909.6704199, "user_id": 30462}], "topic_id": 35791, "date_created": 1305772580.8383989, "message": "don't know... as long as the ruleset makes me get more eaves I am happy", "group_id": 236, "id": 1106496}, {"user_id": 30462, "stars": [], "topic_id": 35791, "date_created": 1305772026.1042349, "message": "Just curious, would the lema 'events are nouns' apply here? How would that change your ruleset?", "group_id": 236, "id": 1106307}, {"user_id": 31361, "stars": [], "topic_id": 35791, "date_created": 1305789565.7209949, "message": "will your new fix address that phil?", "group_id": 236, "id": 1109115}, {"user_id": 31361, "stars": [], "topic_id": 35791, "date_created": 1305789520.7905841, "message": "in the past, i have named a rule\"my_test_rule_1\" and when i explicitly raised it, it worked fine, but when i raised it via web event, the num-ber killed it. will", "group_id": 236, "id": 1109110}, {"user_id": 30494, "stars": [], "topic_id": 35791, "date_created": 1305812626.8609819, "message": "Thanks for reporting Aaron!", "group_id": 236, "id": 1111244}, {"user_id": 30462, "stars": [], "topic_id": 35791, "date_created": 1305999117.361161, "message": "http://ktest.heroku.com/a421x71", "group_id": 236, "id": 1135291}, {"user_id": 30462, "stars": [], "topic_id": 35791, "date_created": 1305999213.100477, "message": "Wish I could tell you which web event I got.", "group_id": 236, "id": 1135296}, {"user_id": 30462, "stars": [], "topic_id": 35791, "date_created": 1305999331.5676811, "message": "Does confirm however that event names can be lower or upper case.", "group_id": 236, "id": 1135306}] |