Sean Matheson

Results 37 issues of Sean Matheson

Not trying to sound snarky or unappreciative here. Purely from a place of ignorance and interest, what are the main benefits that this library would hold over an alternative like...

question
documentation

I'd like to consider moving this API to stable pending feedback from the community. Also looking to incorporate the work in [PR #598](https://github.com/ctrlplusb/easy-peasy/pull/598)

feedback-wanted

Yeah, finally ya'll. closes #740, #741, #723, #713, #477

It would be great if we could take advantage of Postgres's capability to express uniqueness on not null values. Currently if I add the `@unique` constraint on a nullable field...

kind/feature
topic: database-functionality
topic: indexes
team/schema
team/psl-wg
topic: constraint

``` js getBoolean: function(name) { var fragment = this.get(name); return fragment.value && (fragment.value.toLowerCase() == 'yes' || fragment.value.toLowerCase() == 'on' || fragment.value.toLowerCase() == 'true'); }, ``` Need to check if fragment...

Needs a `most-subject` UMD build too.

I have dropped this project but am noticing a tiny bit of interest still. If you would like to run with the project and become the core maintainer, taking it...

debugging++

enhancement