David Leppik

Results 7 issues of David Leppik

More advanced filtering options, including an easier way to add filtering closures. This may require some real-world usage to explore the solution space. We'll use mongoDB for inspiration, since that...

An API which assumes filtering and partitioning are not instantaneous. This would allow Fields or parts of Fields to be loaded on the fly. This could be as simple (in...

enhancement

LibreOffice cut/paste does tab-delimited. If the first row contains tabs, switch to a tab-delimited reader.

enhancement

EWAH, Roaring Bitmaps, or some other compressed bitmap format. Roaring is particularly nice because it can be done as a combination of other IntSet formats. See: http://code.google.com/p/javaewah/ http://roaringbitmap.org/ A good...

enhancement

In the AJAX file format, instead of including all data, allow links to data and/or names of access functions. DataStores and Fields should include as much relevant metadata as possible...

enhancement

When retrieving email, I get an exception as it tries to instantiate an ETEmail and doesn't find ETEmail.Type.Normal. Sample code (Scala): ``` Scala import com.exacttarget.fuelsdk.{ETEmail, ETResponse, ETFilter, ETClient} object Sample...