James Dixon

Results 175 comments of James Dixon

@SeyZ thinking about this a bit more, I'm thinking it might make more sense to parse the data separately into `attributes` and `relationships`. Reason being is that when the data...

@jelhan it's quite possible that it isn't the most common of cases -- would be good to hear from others. As for handling the relationships, I believe the spec defines...

@jelhan agreed and it's a fairly simple test. > A default behaviour to automatically deserialize all relationships would reduce implementation complexity a lot - at least for my use case....

Very nice. So, how would you go about creating a relationship using Waterline? For example, here's a sample payload from one of my tests: ``` javascript { data: { type:...

Is this a bug or something that would need to be enhanced? I found this a bit counterintuitive when first using Pell.

@jcollum this is also happening for us and a number of others (see this thread https://github.com/knex/knex/issues/3636). We're seeing this in Node 10 / 12 in the Lambda environment. Only solution...

Thanks for the input, @brianc! > According to this it's hitting both pg & mysql....which makes it somewhat unlikely to be caused by this library That was the original thought...

Got it! Thanks for the clarification! On Tue, Feb 25, 2020 at 11:02 AM Brian Lauber wrote: > @jamesdixon : Howdy! Just to clarify: > what I meant was that...

@jcollum agreed. Shout out to @briandamaged for digging into this. I'm so thankful for people smarter than I am 🤣