ryanalbrecht
ryanalbrecht
@lmajano Good morning Luis, Thinking about it I would like a couple more days to work on the ip module. The validation code for an ip address when instating the...
Sure, I will shoot him a message on slack
> Any updates on this PR @ryanalbrecht @lmajano Unfortunately I have not done any further development, I have been a bit swamped lately. I do actually intend to use this...
Ready to commit, is it possible to rerun the tests to make sure all are passing?
@homestar9 fixed that one up aswell. I have removed the call to `hydrate` and manually assigned the attribute data with `assignAttributesData()` as this function is what performs the cast on...
> You're a rock star! This is awesome. I will download your fork and test these changes out. sweet, let me know if you run into any issues
@homestar9 Ok I think I caught that one aswell. The problem was that when you call `save()` on an entity quick will reset the `_castCache` property with the value retrieved...
> This is awesome! Thank you for doing that. I pulled the latest commit and I get an exception in my integration tests with Quick's JsonCast.cfc. I'll see if I...
Ok I pushed up a fix. @elpete probably needs to weigh in on this change though. This is a fairly significate departure from how a person would expect the JsonCast...
Hi Dave, Although highly unlikely, JSON can accept primitive types as valid json, so you should not rely on accepting only accepting structs and arrays. All the below is all...