Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
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&#39;t had time to really delve deep into t=
he code. Been busy with school stuff, hopefully I&#39;ll have more time lat=
er this week to really get a good crack at it. I&#39;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">&lt;<a href=3D"mailto:coola...@gmail.com">coola...@gmail.co=
m</a>&gt;</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, &quot;Rob=
ert Navarro&quot; &lt;<a href=3D"mailto:crsh...@gmail.com" target=3D"_blank=
">crsh...@gmail.com</a>&gt; wrote:<br type=3D"attribution">&gt; Thanks for =
the tips AJ! I&#39;ll study it and look it over.<br>

&gt; <br>
&gt; On Sat, Oct 23, 2010 at 7:46 AM, AJ ONeal &lt;<a href=3D"mailto:coolaj=
8...@gmail.com" target=3D"_blank">coola...@gmail.com</a>&gt; wrote:<br>&gt; <=
br>&gt;&gt; Try this:<br>&gt;&gt; <a href=3D"http://gist.github.com/642253"=
 target=3D"_blank">http://gist.github.com/642253</a><br>


&gt;&gt;<br>&gt;&gt; I rewrote your code twice: once just how you had it, a=
nother time more like<br>&gt;&gt; I might have written it if I weren&#39;t =
trying to debug it so much.<br>&gt;&gt;<br>&gt;&gt; I would recommend not u=
sing &quot;promisify()&quot; and &quot;subscribify&quot;. In fact, I<br>


&gt;&gt; removed them from the documentation just now.<br>&gt;&gt;<br>&gt;&=
gt; I was trying to make an argument wrapper that worked well for things li=
ke<br>&gt;&gt; jQuery that have the arguments in an unpredictable order... =
but it failed.<br>


&gt;&gt;<br>&gt;&gt; Sorry about that.<br>&gt;&gt;<br>&gt;&gt; Also, I post=
ed the snippet in the node-examples directory on future&#39;s<br>&gt;&gt; g=
ithub.<br>&gt;&gt;<br>&gt;&gt; AJ ONeal<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;=
<br>


&gt;&gt; On Sat, Oct 23, 2010 at 1:58 AM, Robert &lt;<a href=3D"mailto:crsh=
m...@gmail.com" target=3D"_blank">crsh...@gmail.com</a>&gt; wrote:<br>&gt;&g=
t;<br>&gt;&gt;&gt; Hey All,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I&#39;m new to =
this FutureJS thing so bear with me....I followed the API<br>


&gt;&gt;&gt; as per the github page but I still can&#39;t seem to get what =
I want.<br>&gt;&gt;&gt; Node.js is throwing up an error regarding my code a=
nd I can&#39;t figure<br>&gt;&gt;&gt; out what&#39;s wrong with it:<br>


&gt;&gt;&gt;<br>&gt;&gt;&gt; <a href=3D"http://gist.github.com/641916" targ=
et=3D"_blank">http://gist.github.com/641916</a><br>&gt;&gt;&gt;<br>&gt;&gt;=
&gt; Help would be much appreciated!<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>

&gt;&gt;&gt; Please use prefixes: [Pony] Feature requests, [TestCase] Test =
cases, [Bug]<br>
&gt;&gt;&gt; if you&#39;re lazy. If you have contract work or position for =
FuturesJS devs,<br>&gt;&gt;&gt; prefix [Bounty] or [Job].<br>&gt;&gt;&gt; -=
----<br>&gt;&gt;&gt; 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>


&gt;&gt;&gt; To unsubscribe from this group, send email to<br></div></div>&=
gt;&gt;&gt; <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegroups=
.com" target=3D"_blank">futures-javascript+unsubscribe@googlegroups.com</a>=
&lt;<a href=3D"mailto:futures-javascript%252Bunsubscribe@googlegroups.com" =
target=3D"_blank">futures-javascript%2Bunsubscribe@googlegroups.com</a>&gt;=
<div class=3D"im">

<br>
&gt;&gt;&gt; For more options, visit this group at<br>&gt;&gt;&gt; <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>&gt;=
&gt;&gt;<br>

&gt;&gt;<br>
&gt;&gt;  --<br>&gt;&gt; Please use prefixes: [Pony] Feature requests, [Tes=
tCase] Test cases, [Bug]<br>&gt;&gt; if you&#39;re lazy. If you have contra=
ct work or position for FuturesJS devs,<br>&gt;&gt; prefix [Bounty] or [Job=
].<br>


&gt;&gt; -----<br>&gt;&gt; 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>&gt;&gt; To unsubscribe from this group, send=
 email to<br>

</div>&gt;&gt; <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegro=
ups.com" target=3D"_blank">futures-javascript+unsubscribe@googlegroups.com<=
/a>&lt;<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>
&gt;&gt; For more options, visit this group at<br>&gt;&gt; <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>&gt;&gt;<br>&=
gt; <br>

&gt; <br>&gt; <br>
&gt; -- <br>&gt; Robert Navarro<br>&gt; <br></div>&gt; -- <br><div class=3D=
"im">&gt; Please use prefixes: [Pony] Feature requests, [TestCase] Test cas=
es, [Bug] if you&#39;re lazy. If you have contract work or position for Fut=
uresJS devs, prefix [Bounty] or [Job].<br>


&gt; -----<br>&gt; 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>&gt; To unsubscribe from this group, send email to<br=
>

&gt; <a href=3D"mailto:futures-javascript%2Bunsubscribe@googlegroups.com" t=
arget=3D"_blank">futures-javascript+unsubscribe@googlegroups.com</a><br>
&gt; For more options, visit this group at<br>&gt; <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&#39;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--