fluid-tech IRC Logs-2012-09-19
[11:06:12 CDT(-0500)] <yura> hi Bosmon
[11:06:26 CDT(-0500)] <Bosmon> JURA
[11:06:58 CDT(-0500)] <sgithens> Bosmon colinclark kasper_ yura boyan: Could someone paste it?
[11:07:01 CDT(-0500)] <Bosmon> sgithens!
[11:07:08 CDT(-0500)] <sgithens> can you paste the link?
[11:07:09 CDT(-0500)] <Bosmon> https://wisc.adobeconnect.com/ccc?launcher=false
[11:07:12 CDT(-0500)] <sgithens> cheers
[11:07:17 CDT(-0500)] <yura> so i was working on matchmaker stuff today
[11:08:26 CDT(-0500)] <yura> and I realized that some of the things in match maker utils (matchMaker.disposeSolutions in particular) is now dependent on when which obviously means that the browser tests for matchmaker break now
[11:08:57 CDT(-0500)] <Bosmon> ok
[11:09:50 CDT(-0500)] <Bosmon> A reasonable way forward might be to provide a small "shim" which bridges to jQuery's deferred implementation in the browser
[11:10:00 CDT(-0500)] <Bosmon> Another fantastic reason to be using gpii.when rather than global when
[11:10:13 CDT(-0500)] <yura> well ok
[11:10:23 CDT(-0500)] <yura> but we can use when on the browser too
[11:10:37 CDT(-0500)] <Bosmon> ok
[11:10:46 CDT(-0500)] <Bosmon> Then in that case we need to get more serious about "browserifying" stuff
[11:10:58 CDT(-0500)] <Bosmon> Although when I looked at browserify itself it seemed to solve the part of the problem we were less interested in
[11:11:08 CDT(-0500)] <Bosmon> That is, how to figure out what is loaded
[11:12:27 CDT(-0500)] <yura> ok ill do some research
[11:17:49 CDT(-0500)] <Bosmon> Presumably in the meantime all that's necessary is stubbing out "require" so that it does nothing in more cases, and add the includes to the HTML page?
[16:05:17 CDT(-0500)] <yura> RE:
[16:05:17 CDT(-0500)] <yura> 12:17
[16:05:17 CDT(-0500)] <yura> Bosmon
[16:05:17 CDT(-0500)] <yura> 12:17
[16:05:18 CDT(-0500)] <yura> Presumably in the meantime all that's necessary is stubbing out "require" so that it does nothing in more cases, and add the includes to the HTML page?
[16:05:35 CDT(-0500)] <yura> this way we loose node_module resolution system though
[16:05:47 CDT(-0500)] <yura> Bosmon: ^