« first day (61 days earlier)      last day (252 days later) » 

12:49 AM
@rdlowrey I've purchased three used dryers and each has a problem I didn't know to look for when buying.
I hate my life.
 
 
4 hours later…
4:25 AM
@LeviMorrison That's sad -- I can't say I've ever had a dryer issue. It's a good thing too -- I have no mechanical Mr. Fix It skills whatsoever.
 
 
2 hours later…
6:32 AM
@LeviMorrison When you see this let me know your preference on the following scenario ...
An infinite redirect loop is detected by the HTTP client -- should this result in an InfiniteRedirectException? Or would it be better to return the final 3xx response in the redirect chain (from which the infinite loop was detected) and add the following header:
Warning: Infinite redirect loop detected: cannot redirect to $newLocation
 
 
9 hours later…
3:30 PM
@rdlowrey I'm a fan of early error reporting. I'd certainly prefer the exception, but I know a lot of people who have the mentality to keep going no matter the cost.
 
I'm usually the same as you on that front ... I was unsure in this instance though because all the other exceptions you can get when making a request are from actual network/connection/socket type errors and this one wouldn't be because it's actually a valid HTTP response, it just has a Location header that can't be followed.
And it's such a niche case -- how many times have I actually encountered an infinite redirect loop in real life? Maybe never :)
 
4:05 PM
I only get them when writing redirect rules.
 
4:38 PM
posted on September 13, 2012 by Seth Ladd

Kasper Lund has been making good use of the new named optional parameters syntax, a new Dart M1 language feature. He writes to the mailing list: Over the last few days, I've changed the constructors for Duration, RegExp, and Uri.fromComponents to insist on getting their optional parameters passed by name. This is possible using the new named optional parameter syntax where the formal parameter

 
5:36 PM
@LeviMorrison Preliminary client commit pushed
If you get a chance, it would be helpful if you could run the following and let me know if you get any weirdness:
git clone --recursive git://github.com/rdlowrey/Artax.git
php Artax/test/client-test.php
It should just make a bunch of requests and output summary info.
 
5:49 PM
Also, I updated the gist here with usage examples
 
 
1 hour later…
6:59 PM
I won't be able to get to this until tomorrow. I'm writing a paper on Michelangelo's David and Bernini's David and how they are representative of the philosophy of their time.
It is nteresting but prevents me from doing my more loved work.
I shall likely used elevated language for days to come as a consequence; forgive me if concerns you.
@rdlowrey How are your editing skills?
 
7:26 PM
I need to double the length of my paper and have only three hours.
 
8:20 PM
@LeviMorrison I was the editor of the newspaper in college and I picked up a superfluous BA in English. Normally I'd be happy to help but Im headed out of town with family and have phone-only Internet until I come home tomorrow afternoon.
 
'Tis fortunate I know you but 'tis an unfortunate circumstance.
 
Driving down the road at the moment -- sorry
 
No worries.
 
What's the paper's subject matter?
 
posted on September 13, 2012 by Seth Ladd

Today, Dart engineer Lasse Nielsen informed the mailing list that Dynamic will be renamed to dynamic. He writes: We will be renaming the "Dynamic" type to "dynamic", and as the first step we will remove 'dynamic' as a getter on Object in a few days.  Code that uses "x.dynamic" can be rewritten to use the equivalent "(x as Dynamic)".  As you might know, dynamic (as it is now called

 

« first day (61 days earlier)      last day (252 days later) »