Chris Peters

Results 39 comments of Chris Peters

For more reference, this is the error you receive when trying to work with one of these `null` items in the array: ``` Element 1 is undefined in a Java...

This gist demonstrates a fix we have to put in place to fix this issue: https://gist.github.com/chrisdpeters/4acd3ae3a6e0208e4ee5 I believe this still leaves a problem open though. Let's say we have 2...

@perdjurner Yes. I think the best solution would be to get rid of the `sortProperty` argument altogether. I hate it because it causes too many problems. The developer should do...

:+1: I enjoy seeing this "secure by default."

After thinking about this, I'm wondering if `pre` would be challenging without the ability to add line breaks. Or the editor would need to be smart enough to enter into...

Your description of the problem makes sense after thinking about it for a minute. Sounds like you guys are really pounding on this library, which is awesome. I'm about to...

Thanks for the thoughtful writeup. Initially, I'm wondering if your 3rd scenario would make sense, with a twist. If the database is Postgres, then use its faster indexes. If it's...

Hello @cderche, can you explain this? - Generally, what you're trying to do, step by step - Result that you're expecting - Result you're observing I can perhaps guess what...

Thanks for the compliment, @npafundi! Looks like someone (perhaps I) would need to modify the `reify` logic to introspect whether or not the attribute has been configured to use a...

I actually started working on adding support for the Postgres `json` datatype this morning. I'm mostly done with it, and I'd imagine it'll be done in a few days. You'd...