Greg Michalec
Greg Michalec
### Summary Simply adds 3 new array-type operators to OPERATORS and whitelist, as well as documentation - [x] Tell us about the problem your pull request is solving Currently, interacting...
It would be nice to have operators for postgres array-type fields: https://www.postgresql.org/docs/9.0/functions-array.html Incoming PR to add: - contains (`@>`) - contained_by (`
First off, thank you for this amazing tool! One huge improvement would be to add the ability to filter known spells - for classes like clerics and druids the list...
I have a postgres database that makes use of array fields and fulltext indexes. I need to be able to perform queries on those fields using the following postgres operators:...
Fixes issue #99
If you have an option value that evaluates to something falsey (i.e. 0, false, or null), then selecting that value will change the model, but the displayed value is blank....
If you focus an oi.select element, then tab to another element, and then tab back to the oi.select, the oi.select container does not trigger the focus event, and therefore does...
This is a fix for issue #14 - fix suggested by @arian.
On windsurfers network, timeIndex[0]['edge.col'] is set to a single-item array, with the value of rgba(169,169,169,1). But since i expect all edge/node properties to be arrays of all active nodes/edges, i...