[01:01:51] <iElectric> is ordered different as a number and as a string
[01:02:23] <dstufft> I'm not sure that Releasefactory is supposed to get the sequence reset between tests, maybe it's just a bad test - The ordering of the links on simple doesn't really matter as long as it's stable which is why I just did by filename
[01:03:03] <iElectric> so maybe that test should sort on version name
[01:56:06] <iElectric> oh and then it redownloads everything
[01:56:26] <iElectric> I have to write a blog post how Nix would solve a bunch of Docker issues
[01:58:08] <dstufft> iElectric: well it has caching, which doesn't work on Warehouse's dockerfile because I optimized for smaller containers instead of less downlaods
[01:58:50] <dstufft> so I install everything I need to build warehouse, install warehouse, then purge everything I don't need to run warehouse in one atomic action
[02:00:42] <iElectric> how big is the base web image?
[02:01:50] <dstufft> not sure, I think docker ps or docker something will tell you, my environment is kinda ripped apart ATM so I can't easilylook
[14:39:37] <iElectric> was just wondering that we'll have to implement some higher level utils
[14:40:01] <iElectric> does dsl extract values from an object?
[14:40:08] <iElectric> or do you have to pass them in
[14:41:15] <willingc> iElectric: I honestly don't know. Just started playing with it after Elasticon and then got distracted with PyCon. Docs are decent for a newer project.
[14:41:53] <iElectric> I only see two examples - wouldn't call that docs :)