« first day (66 days earlier)      last day (250 days later) » 

3:44 PM
@LeviMorrison So I removed the ability to use the client for async requests. Just firing off requests without any acknowledgement that they were accepted or processed correctly seems irresponsible. Is there a valid use case for this that you can think of?
Otherwise, I'm going to do a bit of cleanup and get the thing unit tested and it'll be time to start moving to a v1.0 of Artax and the HTTP client.
Also, I trust your assessment on the composer usage. We'll move in that direction
 
 
2 hours later…
5:20 PM
posted on September 18, 2012 by Seth Ladd

Yesterday, Lasse Nielsen, an engineer on the Dart team, wrote to the Dart mailing list about a new breaking change coming to the Dart core libraries. The parseInt and parseDouble from dart:math will be replaced by int.parse and double.parse, respectively. Lasse writes: Greetings all. We are removing parseInt and parseDouble from the dart:math library, and making them static methods called "

 
6:11 PM
@rdlowrey Yes, there is a valid use-case I can think of.
Well, maybe.
It should probably be an RSS feed instead.
Basically it was an update notification.
 
 
1 hour later…
7:41 PM
@LeviMorrison Oh, I had another question regarding redirects. Should a Location header always be followed regardless of status code? I'm thinking particularly of a RESTful scenario in which a resource is created and a 201 Created response is returned with the URI of the newly created resource in the Location header.
Essentially, should that 201 response be redirected? Or should transparent Location redirection only occur on 3xx responses?
 
7:53 PM
Upon further reflection, I think it's easiest just to have a blanket scenario where Location is always followed transparently regardless of response code (subject to the other limitations of RFC2616, of course)
 
8:32 PM
Dunno.
Maybe
 
My reasoning is that ...
1. It's easy to remember that Location is always followed.
2. Because the above is an easy rule of thumb, you can circumvent it in the off scenario that you don't want to follow it like so:
$client->setMaxRedirects(0);
$client->send($request);
$client->setMaxRedirects(10);
@LeviMorrison I'm in the process of starting wiki summaries and the like as Artax is nearing version stability ... let me know if you have any input on Artax HTTP Client (in-progress)
 
9:20 PM
@rdlowrey I do find it moderately amusing how long you've worked on that HTTP client
 
@Lusitanian It's an ongoing project. I can justify it because I'll use the crap out of it for real work :)
 
API access?
 
that and I suck a lot of info from the securities and exchange commission in http format
 
gotcha
their security standards are fun
 
I've been kind of absentee for the last couple weeks -- had family in town, turned 30 (which was a real fiasco -- in a good way)
 
9:22 PM
you're still closer to your birth than you are 61
 
This is true. I'm looking forward to batting down the hatches and getting back to some serious work now.
 
gotcha
 
anyhow, walking out the door, but I'll be around more going forward
 
enjoy, see ya 'round
 

« first day (66 days earlier)      last day (250 days later) »