mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
[{"user_id": 763, "stars": [], "topic_id": 21648, "date_created": 1303920694.1315019, "message": "If you mess with global variables, the built in variable scope protection doesn't apply.", "group_id": 236, "id": 827733}, {"user_id": 763, "stars": [], "topic_id": 21648, "date_created": 1303920791.5754881, "message": "So if you stay with normal variables, then apps will not conflict, no matter how the kynetx apps are run.", "group_id": 236, "id": 827752}, {"user_id": 30494, "stars": [], "topic_id": 21648, "date_created": 1303919596.4533679, "message": "I believe sandbox was implemented so that each app has its own sandbox and doesn't interfere with another app", "group_id": 236, "id": 827544}, {"user_id": 763, "stars": [], "topic_id": 21648, "date_created": 1303920742.783201, "message": "DOM modifications can be a conflicting point, where two apps mess with the same DOM structure. There isn't a way to protect that.", "group_id": 236, "id": 827741}, {"user_id": 763, "stars": [], "topic_id": 21648, "date_created": 1303921641.693943, "message": "For those interested in the technical details: We wrap our generated and emitted js code in carefully placed closures, creating variable scopes.", "group_id": 236, "id": 827970}, {"user_id": 30494, "stars": [], "topic_id": 21648, "date_created": 1303919694.812814, "message": "could interference in sandbox mode (variable name collision for example) still occur? are there coding guidelines i need to follow so that doesn't happen?", "group_id": 236, "id": 827566}, {"user_id": 763, "stars": [], "topic_id": 21648, "date_created": 1303920668.9949679, "message": "variable name collision between kynetx apps is protected at the platform level, with a few conditions.", "group_id": 236, "id": 827730}, {"user_id": 30494, "stars": [], "topic_id": 21648, "date_created": 1303921720.8640649, "message": "thank you sam", "group_id": 236, "id": 827981}] |