Message from discussion
Join Errors?
Received: by 10.14.53.77 with SMTP id f53mr533240eec.4.1288103466663;
Tue, 26 Oct 2010 07:31:06 -0700 (PDT)
X-BeenThere: futures-javascript@googlegroups.com
Received: by 10.14.26.28 with SMTP id b28ls620291eea.5.p; Tue, 26 Oct 2010
07:31:05 -0700 (PDT)
Received: by 10.14.120.200 with SMTP id p48mr749259eeh.13.1288103465813;
Tue, 26 Oct 2010 07:31:05 -0700 (PDT)
Received: by 10.14.120.200 with SMTP id p48mr749258eeh.13.1288103465778;
Tue, 26 Oct 2010 07:31:05 -0700 (PDT)
Return-Path: <crsh...@gmail.com>
Received: from mail-ey0-f173.google.com (mail-ey0-f173.google.com [209.85.215.173])
by gmr-mx.google.com with ESMTP id t3si4086359eeh.7.2010.10.26.07.31.04;
Tue, 26 Oct 2010 07:31:04 -0700 (PDT)
Received-SPF: pass (google.com: domain of crsh...@gmail.com designates 209.85.215.173 as permitted sender) client-ip=209.85.215.173;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of crsh...@gmail.com designates 209.85.215.173 as permitted sender) smtp.mail=crsh...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by eyh5 with SMTP id 5so2452793eyh.4
for <futures-javascript@googlegroups.com>; Tue, 26 Oct 2010 07:31:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:mime-version:received:in-reply-to
:references:from:date:message-id:subject:to:content-type;
bh=zUePyLC/p84m5zVZLRgJPkkApQ45hhC/33jJ+kKZFrQ=;
b=jXtKRsQ/2NiBLThgYxyWCkyyb6orau7veVYpbCIFvKXbv7mQAB78jwoERo4YcmPFz3
RrywCORUaVnquTule9swL1SKsEHDjDpTRfa0QzfNlq6x41Csw3MqI4PjTciIINdiZZ/Y
uM2gH33yvNDondf3ZVduIHGJytrx1uMUXiRVs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
b=l1IDhoDuWFrZmRMkdBc7oA7JV9h7E/YAoNh6XndHC3BS5MBhQp9HtA/upO/hImezmr
1nKntqzvEBUEtG2XvcWF++jEN1efE0ztVHn9J5iXjgPutdML30JDPZT1nA+YxMzqFvme
FbOEB1waiYNZ8alftnu5DbdktEyAJhv94qsuU=
Received: by 10.216.161.17 with SMTP id v17mr1850024wek.1.1288103463122; Tue,
26 Oct 2010 07:31:03 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.216.181.18 with HTTP; Tue, 26 Oct 2010 07:30:42 -0700 (PDT)
In-Reply-To: <AANLkTik+idtkPMF2fSvxtvEM2jx=Oy6Jj-ZYaN5sy...@mail.gmail.com>
References: <8d5090fe-1508-4733-a065-a9aa39744...@42g2000prt.googlegroups.com>
<AANLkTin0fiy=FQgAid1CTy_ELmKY+3_AGizyABSU2...@mail.gmail.com>
<AANLkTi=2uwwiZ3M1ycFoOYHAtNg1rCwhOkapJU437...@mail.gmail.com> <AANLkTik+idtkPMF2fSvxtvEM2jx=Oy6Jj-ZYaN5sy...@mail.gmail.com>
From: Robert Navarro <crsh...@gmail.com>
Date: Tue, 26 Oct 2010 07:30:42 -0700
Message-ID: <AANLkTikPNJTzHAx+HnNxOExtmXpdXGk0=c_tJ1Dtp...@mail.gmail.com>
Subject: Re: [Futures] Join Errors?
To: futures-javascript@googlegroups.com
Content-Type: multipart/alternative; boundary=0016367fb44f5a788b049385f5fc
--0016367fb44f5a788b049385f5fc
Content-Type: text/plain; charset=ISO-8859-1
Hey AJ,
Haven't had time to really delve deep into the code. Been busy with school
stuff, hopefully I'll have more time later this week to really get a good
crack at it. I'll let you know =D
On Mon, Oct 25, 2010 at 6:43 PM, AJ ONeal <coola...@gmail.com> wrote:
> How did it go Robert? Figuring things out okay?
>
> AJ
>
> Sent from my Google Android
>
> On Oct 23, 2010 1:41 PM, "Robert Navarro" <crsh...@gmail.com> wrote:
> > Thanks for the tips AJ! I'll study it and look it over.
> >
> > On Sat, Oct 23, 2010 at 7:46 AM, AJ ONeal <coola...@gmail.com> wrote:
> >
> >> Try this:
> >> http://gist.github.com/642253
> >>
> >> I rewrote your code twice: once just how you had it, another time more
> like
> >> I might have written it if I weren't trying to debug it so much.
> >>
> >> I would recommend not using "promisify()" and "subscribify". In fact, I
> >> removed them from the documentation just now.
> >>
> >> I was trying to make an argument wrapper that worked well for things
> like
> >> jQuery that have the arguments in an unpredictable order... but it
> failed.
> >>
> >> Sorry about that.
> >>
> >> Also, I posted the snippet in the node-examples directory on future's
> >> github.
> >>
> >> AJ ONeal
> >>
> >>
> >>
> >> On Sat, Oct 23, 2010 at 1:58 AM, Robert <crsh...@gmail.com> wrote:
> >>
> >>> Hey All,
> >>>
> >>> I'm new to this FutureJS thing so bear with me....I followed the API
> >>> as per the github page but I still can't seem to get what I want.
> >>> Node.js is throwing up an error regarding my code and I can't figure
> >>> out what's wrong with it:
> >>>
> >>> http://gist.github.com/641916
> >>>
> >>> Help would be much appreciated!
> >>>
> >>> --
> >>> Please use prefixes: [Pony] Feature requests, [TestCase] Test cases,
> [Bug]
> >>> if you're lazy. If you have contract work or position for FuturesJS
> devs,
> >>> prefix [Bounty] or [Job].
> >>> -----
> >>> To post to this group, send email to
> futures-javascript@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> futures-javascript+unsubscribe@googlegroups.com<futures-javascript%2Bunsubscribe@googlegroups.com>
> <futures-javascript%2Bunsubscribe@googlegroups.com<futures-javascript%252Bunsubscribe@googlegroups.com>
> >
>
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/futures-javascript?hl=en
> >>>
> >>
> >> --
> >> Please use prefixes: [Pony] Feature requests, [TestCase] Test cases,
> [Bug]
> >> if you're lazy. If you have contract work or position for FuturesJS
> devs,
> >> prefix [Bounty] or [Job].
> >> -----
> >> To post to this group, send email to
> futures-javascript@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> futures-javascript+unsubscribe@googlegroups.com<futures-javascript%2Bunsubscribe@googlegroups.com>
> <futures-javascript%2Bunsubscribe@googlegroups.com<futures-javascript%252Bunsubscribe@googlegroups.com>
> >
>
> >> For more options, visit this group at
> >> http://groups.google.com/group/futures-javascript?hl=en
> >>
> >
> >
> >
> > --
> > Robert Navarro
> >
> > --
> > Please use prefixes: [Pony] Feature requests, [TestCase] Test cases,
> [Bug] if you're lazy. If you have contract work or position for FuturesJS
> devs, prefix [Bounty] or [Job].
> > -----
> > To post to this group, send email to futures-javascript@googlegroups.com
> > To unsubscribe from this group, send email to
> > futures-javascript+unsubscribe@googlegroups.com<futures-javascript%2Bunsubscribe@googlegroups.com>
> > For more options, visit this group at
> > http://groups.google.com/group/futures-javascript?hl=en
>
> --
> Please use prefixes: [Pony] Feature requests, [TestCase] Test cases, [Bug]
> if you're lazy. If you have contract work or position for FuturesJS devs,
> prefix [Bounty] or [Job].
> -----
> To post to this group, send email to futures-javascript@googlegroups.com
> To unsubscribe from this group, send email to
> futures-javascript+unsubscribe@googlegroups.com<futures-javascript%2Bunsubscribe@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/futures-javascript?hl=en
>
--
Robert Navarro
+1 (530) 868-6237
http://www.crshman.com
Master Chief of Phiivo Inc.
http://www.phiivo.com
Finding Innovation in Everything
--0016367fb44f5a788b049385f5fc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hey AJ,<div><br></div><div>Haven't had time to really delve deep into t=
he code. Been busy with school stuff, hopefully I'll have more time lat=
er this week to really get a good crack at it. I'll let you know =3DD<b=
r>
<br><div class=3D"gmail_quote">On Mon, Oct 25, 2010 at 6:43 PM, AJ ONeal <s=
pan dir=3D"ltr"><<a href=3D"mailto:coola...@gmail.com">coola...@gmail.co=
m</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margi=
n:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<p>How did it go Robert? Figuring things out okay?</p>
<p>AJ</p>
<p>Sent from my Google Android</p>
<p></p><div><div></div><div class=3D"h5">On Oct 23, 2010 1:41 PM, "Rob=
ert Navarro" <<a href=3D"mailto:crsh...@gmail.com" target=3D"_blank=
">crsh...@gmail.com</a>> wrote:<br type=3D"attribution">> Thanks for =
the tips AJ! I'll study it and look it over.<br>
> <br>
> On Sat, Oct 23, 2010 at 7:46 AM, AJ ONeal <<a href=3D"mailto:coolaj=
8...@gmail.com" target=3D"_blank">coola...@gmail.com</a>> wrote:<br>> <=
br>>> Try this:<br>>> <a href=3D"http://gist.github.com/642253"=
target=3D"_blank">http://gist.github.com/642253</a><br>
>><br>>> I rewrote your code twice: once just how you had it, a=
nother time more like<br>>> I might have written it if I weren't =
trying to debug it so much.<br>>><br>>> I would recommend not u=
sing "promisify()" and "subscribify". In fact, I<br>
>> removed them from the documentation just now.<br>>><br>>&=
gt; I was trying to make an argument wrapper that worked well for things li=
ke<br>>> jQuery that have the arguments in an unpredictable order... =
but it failed.<br>
>><br>>> Sorry about that.<br>>><br>>> Also, I post=
ed the snippet in the node-examples directory on future's<br>>> g=
ithub.<br>>><br>>> AJ ONeal<br>>><br>>><br>>>=
<br>
>> On Sat, Oct 23, 2010 at 1:58 AM, Robert <<a href=3D"mailto:crsh=
m...@gmail.com" target=3D"_blank">crsh...@gmail.com</a>> wrote:<br>>&g=
t;<br>>>> Hey All,<br>>>><br>>>> I'm new to =
this FutureJS thing so bear with me....I followed the API<br>
>>> as per the github page but I still can't seem to get what =
I want.<br>>>> Node.js is throwing up an error regarding my code a=
nd I can't figure<br>>>> out what's wrong with it:<br>
>>><br>>>> <a href=3D"http://gist.github.com/641916" targ=
et=3D"_blank">http://gist.github.com/641916</a><br>>>><br>>>=
> Help would be much appreciated!<br>>>><br>>>> --<br>
>>> Please use prefixes: [Pony] Feature requests, [TestCase] Test =
cases, [Bug]<br>
>>> if you're lazy. If you have contract work or position for =
FuturesJS devs,<br>>>> prefix [Bounty] or [Job].<br>>>> -=
----<br>>>> To post to this group, send email to <a href=3D"mailto=
:futures-javascript@googlegroups.com" target=3D"_blank">futures-javascript@=
googlegroups.com</a><br>
>>> To unsubscribe from this group, send email to<br></div></div>&=
gt;>> <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegroups=
.com" target=3D"_blank">futures-javascript+unsubscribe@googlegroups.com</a>=
<<a href=3D"mailto:futures-javascript%252Bunsubscribe@googlegroups.com" =
target=3D"_blank">futures-javascript%2Bunsubscribe@googlegroups.com</a>>=
<div class=3D"im">
<br>
>>> For more options, visit this group at<br>>>> <a href=
=3D"http://groups.google.com/group/futures-javascript?hl=3Den" target=3D"_b=
lank">http://groups.google.com/group/futures-javascript?hl=3Den</a><br>>=
>><br>
>><br>
>> --<br>>> Please use prefixes: [Pony] Feature requests, [Tes=
tCase] Test cases, [Bug]<br>>> if you're lazy. If you have contra=
ct work or position for FuturesJS devs,<br>>> prefix [Bounty] or [Job=
].<br>
>> -----<br>>> To post to this group, send email to <a href=3D"=
mailto:futures-javascript@googlegroups.com" target=3D"_blank">futures-javas=
cript@googlegroups.com</a><br>>> To unsubscribe from this group, send=
email to<br>
</div>>> <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegro=
ups.com" target=3D"_blank">futures-javascript+unsubscribe@googlegroups.com<=
/a><<a href=3D"mailto:futures-javascript%252Bunsubscr...@googlegroups.co=
m" target=3D"_blank">futures-javascript%2Bunsubscribe@googlegroups.com</a>&=
gt;<div class=3D"im">
<br>
>> For more options, visit this group at<br>>> <a href=3D"http:=
//groups.google.com/group/futures-javascript?hl=3Den" target=3D"_blank">htt=
p://groups.google.com/group/futures-javascript?hl=3Den</a><br>>><br>&=
gt; <br>
> <br>> <br>
> -- <br>> Robert Navarro<br>> <br></div>> -- <br><div class=3D=
"im">> Please use prefixes: [Pony] Feature requests, [TestCase] Test cas=
es, [Bug] if you're lazy. If you have contract work or position for Fut=
uresJS devs, prefix [Bounty] or [Job].<br>
> -----<br>> To post to this group, send email to <a href=3D"mailto:f=
utures-javascript@googlegroups.com" target=3D"_blank">futures-javascript@go=
oglegroups.com</a><br>> To unsubscribe from this group, send email to<br=
>
> <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegroups.com" t=
arget=3D"_blank">futures-javascript+unsubscribe@googlegroups.com</a><br>
> For more options, visit this group at<br>> <a href=3D"http://groups=
.google.com/group/futures-javascript?hl=3Den" target=3D"_blank">http://grou=
ps.google.com/group/futures-javascript?hl=3Den</a><br></div><p></p><div><di=
v></div>
<div class=3D"h5">
<p></p>
-- <br>
Please use prefixes: [Pony] Feature requests, [TestCase] Test cases, [Bug] =
if you're lazy. If you have contract work or position for FuturesJS dev=
s, prefix [Bounty] or [Job].<br>
-----<br>
To post to this group, send email to <a href=3D"mailto:futures-javascript@g=
ooglegroups.com" target=3D"_blank">futures-javascript@googlegroups.com</a><=
br>
To unsubscribe from this group, send email to<br>
<a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegroups.com" target=
=3D"_blank">futures-javascript+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a href=3D"http://groups.google.com/group/futures-javascript?hl=3Den" targe=
t=3D"_blank">http://groups.google.com/group/futures-javascript?hl=3Den</a><=
br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Robert Nava=
rro<br>+1 (530) 868-6237<br><a href=3D"http://www.crshman.com">http://www.c=
rshman.com</a><br><br>Master Chief of Phiivo Inc.<br><a href=3D"http://www.=
phiivo.com">http://www.phiivo.com</a><br>
Finding Innovation in Everything<br>
</div>
--0016367fb44f5a788b049385f5fc--