Antonio Salazar Cardozo

Results 286 comments of Antonio Salazar Cardozo

No, I think `flip` handles `flipFailure` just fine---it takes an `EmptyBox`, but if you want to pattern match inside it you can. I guess it won't let you *only* flip...

In fact, size is completely ignored in `OutputStreamResponse`. I think what we need to do here is deprecate usage of `OutputStreamResponse` as a `BasicLiftResponse`, and schedule it so that `OutputStreamResponse`...

Agree. `Option` is also just the Right Answer™ anyway IMO.

Hmm… I'm tempted to close this ticket. I'm not sure Lift should be in the business of dealing with AJAX loaders at all (providing the start/stop AJAX hook for people...

Probably worth mentioning in here in case someone else wants to take up the gauntlet, in the original ML post David suggested that we look into directly comparing manifests instead...

+1 for both if it would be sufficiently trivial to do it. On Nov 4, 2012, at 6:33, Tim Nelson [email protected] wrote: I like it. If people would prefer traits...

I haven't redone this investigation, but this turned out to be rather complicated in at least some scenarios [last time we looked into it](https://groups.google.com/g/liftweb/c/bKFoFctcY8k/m/KerBmz-xAQAJ). Cc @farmdawgnation who did that investigation...

How/where were we thinking of adding these stats?

There's some room to roll this into Lift by simply using the iframe-based upload mechanism that is the standard fallback for AJAX file upload and requires no external dependencies. See...

It's a question I'm still noodling, but my feeling is that we should be forward-thinking on the server-side, which we control completely, but be a little more deliberate about client-side...