creynders
creynders
Looking at https://github.com/pstadler/flightplan/blob/master/lib/transport/shell.js#L117 I'd say the `options` are passed to `child_process.exec`, i.e. it only allows `cwd`, `env`, ... however I'd like to suggest to make it symmetrical to the other...
Can't get this to work either. I tried `$("#iframe-id").contents().find("#element-id")`, but it makes no difference. (I did verify the element _is_ found by jquery, but passing it to `element` doesn't do...
Correction, it _does_ do something, it creates an empty div (which is why I didn't notice it immediately): ``` html ``` But no other elements are created.
I created relaxed signals extending all the corresponding original signals and put them in a subpackage "relaxed". I tried going the decorator road, which would've been cleaner, but became unnecessary...
Same problem here on Mac OS X 10.6.8 And @stonedsquirrel I think you're right. All playlists portify has got stuck on got (a) locally added track(s)
> Should deepEqual be merely a recursive version of equal (comparing object-identity otherwise) and deepEql then the same as eql now? :+1: Yeah that would be great!
Good question. Ok, when you start to think about this stuff, it suddenly gets pretty complicated. So, based on my gut feeling, I'd say `equal` is strict, as it is...
Thanks for the PR, but to be honest I'm not entirely sure whether this is useful... Personally I just map command functions as handlers and do not see the benefit...
Ah, yes, ATM that's not possible. It needs a totally different approach, since I'd need to parse the AST to see what code it's copying. It is on the roadmap...