Antonio Salazar Cardozo

Results 32 issues of Antonio Salazar Cardozo

The type overloading for `get`, which allows both the primary index type and an object with filter keys, can lead to cases where an index type is attempted to be...

These three intermediary types allow APIs and consumers of boxes to indicate that they expect a particular subset of `Box` types. This is useful to restrict types to what is...

Lift5

A few possibilities: - Add `collect` to `Box`. This can be useful for `PartialFunction`-based combined filter+map operations on boxes as they are on collections. - Add some sort of `mapFailure`...

Currently we only have `JSArtifacts` subclasses for JQuery, YUI, and ExtCore. While we've been toiling away to provide the core of our JS functionality in a library-agnostic “vanilla” setup, there's...

The code that does RequestVar and related context snapshotting for AJAX should be somewhere a little more generic, rather than being in the `processTemplate` function where it isn't always hit...

``` scala import net.liftweb.common._ import net.liftweb.json.{Extraction, _} import net.liftweb.util.ControlHelpers._ import org.specs2.mutable. case class Holder(items: List[(String, Long)]) class ExtractionBugSpec extends Specification { "Extraction" should { "deserialize List of Tuple with Long"...

JSON
wontfix

More thoughts in [this ML thread](https://groups.google.com/forum/#!topic/liftweb/-RQdaEkDCjM). Basic idea is that boot goes from being a no-arg function that does mutable setup, to being a function that takes an immutable `LiftRules`...

Lift5

During the 3.0 release cycle, we discussed deprecating unclear and potentially dangerous bits of the `TimeSpan` API. We marked these [deprecated for removal in Lift 3.1.0](https://github.com/lift/framework/blob/master/core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala#L94-L98), and should follow through.

Lift5

**[Mailing List](https://groups.google.com/forum/#!forum/liftweb) thread**: https://groups.google.com/d/msg/liftweb/oVp-FfWbWmw/9bguLNPiAQAJ Lift has a variety of lifecycle callbacks around the beginning of requests, sessions, and co. They're also scattered in a few different places. Consider how we...

Lift5

When we get ready to work on the next major version, let's make sure we go through FIXMEs in the codebase to see if anything can be handled during that...

Lift5