Nick Rabinowitz

Results 42 issues of Nick Rabinowitz

Right now there's no way to distinguish between empty strings and missing data in formatted output. ``` csvFormatRows([['value', 'null', 'undefined', 'string'], [0,null,undefined,'']]); ``` I'd like this to return: ``` value...

enhancement

This implements two new options for the powerTip: - `inset` determines the distance between the arrow and the corner in `ne`, `nw`, `se`, and `sw` placements (formerly hard-coded to 20px)...

This is a: - [x] Bug Report Which concerns: - [x] flow-runtime --- ### What is the current behaviour? I am trying to use `$PropertyType` to check the property of...

There's a script in the core library (`/scripts/binding_functions.sh`) to create a file with all the function names exposed by the public H3 API. The Java and JS bindings both run...

Right now, the application just hangs if you try to go to an invalid book or place URL (e.g. http://gap.alexandriaarchive.org/gapvis/index.html#book/spam). In these cases, it would probably be best to redirect...

I know that in theory, you can use jQuery (maybe jQuery Mobile?) to listen to touch events on touch-enabled devices. I'd love to see this enabled, e.g.: - Swipe left/right...

feature

From Eric: > the easiest way to get data from Open Context is to request a JSON representation of data linked to a target URI: > > http://opencontext.org/sets/.json?targURI={url-encoded Pleiades URI}...

feature

Add an option for a preSuite function, in the PhantomJS environment, with page passed in as an argument, to support things like session-based authentication before a scrape

feature

The selector used in the examples no longer works, update as necessary.