Re: Protocol library as alternative to refinements (Russell Leggett)

2013-10-23 Thread Russell Leggett
On Tue, Oct 22, 2013 at 4:50 PM, Dean Landolt d...@deanlandolt.com wrote: On Tue, Oct 22, 2013 at 4:07 PM, Russell Leggett russell.legg...@gmail.com wrote: On Tue, Oct 22, 2013 at 2:34 PM, Benjamin (Inglor) Gruenbaum ing...@gmail.com wrote: On Tue, Oct 22, 2013 at 8:10 PM, Russell

Re: Protocol library as alternative to refinements (Russell Leggett)

2013-10-23 Thread Russell Leggett
On Wed, Oct 23, 2013 at 2:57 PM, Benjamin (Inglor) Gruenbaum ing...@gmail.com wrote: Yes, this looks solid and definitely like something I'll use. I'll try to go through use cases and find problems during the weekend. What do you think would be the fastest way to get a prototype something

String.prototype.normalize, case folding and sort keys

2013-10-23 Thread Nebojša Ćirić
String.prototype.normalize(form) spec is here - http://people.mozilla.org/~ jorendorff/es6-draft.html#sec-string.prototype.normalize. It offers all 4 forms of normalization. We did mention additional CF and CFNKFC forms for case folding, but they were not added to the spec. They case fold string

Re: String.prototype.normalize, case folding and sort keys

2013-10-23 Thread Nebojša Ćirić
[+mscherer] 2013/10/24 Nebojša Ćirić c...@google.com String.prototype.normalize(form) spec is here - http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype. normalize. It offers all 4 forms of normalization. We did mention additional CF and CFNKFC forms for case folding,

Re: String.prototype.normalize, case folding and sort keys

2013-10-23 Thread Allen Wirfs-Brock
On Oct 23, 2013, at 3:09 PM, Nebojša Ćirić wrote: String.prototype.normalize(form) spec is here - http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.normalize. It offers all 4 forms of normalization. We did mention additional CF and CFNKFC forms for case folding,

Re: Re: Generic Bundling

2013-10-23 Thread Ilya Grigorik
Hey all. Late to the discussion here, but after scanning the thread, figured it might be worth sharing a few observations... The fact that we have to bundle files at the application layer is an unfortunate limitation of HTTP 1.x protocol. Specifically, because HTTP 1.x forces us to serializes