Kirk Bushell

Results 84 comments of Kirk Bushell

@chantouchsek can you provide more information and details?

@JayyWalker just never got around to it. Happy to merge any PR that supports auto-discovery :)

Can I get a squash on those commits? Repeated commit messages are not great for commit history.

> For anyone interested in this, I forked the repository and extended the conditions to even support not equal etc.: > https://github.com/jaulz/eloquence/ > > @kirkbushell let me know in case...

The reason is because the SQL statement helps to avoid race condition issues where 2 requests may be executed at the same time, resulting in an incorrect count on the...

Thanks, Mike. It shouldn't be an issue. Accessing attributes on Eloquence models converts all calls to attributes to snake_case when it tries to access an attribute. It doesn't maintain its...

@mikebronner Have you tried doing the casting as a camelCase value instead? The point of the camelCase trait is to use camelCasing wherever you're working with model fields.

> I didn't ... do you write all your fillable, casts, etc. in camel-case? I didn't realize that the camel casing trait would allow for that. You shouldn't have to,...

This would be incredible, and thanks to Neo4j's ability to chain clauses, you could then fetch just that row and return the position, as well! Very useful for what I'm...