Dustin Fraker
Dustin Fraker
I got the same error when switching from mysql 5.7 to 8.0. Reverting back to 5.7 fixed the issue. @mehdibo did you find a solution to the problem other than...
@stancl I wrote a package the hijacks the Refresh Database trait. I'm not sure, but you may be able to find some useful code in there to make this happen....
@stancl I also like your idea of a trait that can be added onto test classes to bypass the tenant creation. Like a `NoTenants` trait. I've also seen where if...
Actually I was thinking about it a bit differently. My thought was to have 1 or more databases for testing tenants. Maybe like `tenant_1_db` and `tenant_2_db`. These would be set...
Hey @stancl I've been looking into how to make testing faster. I think a good start would be to have some flag that when set will tell the database manager...
I used this library for years before finding Devon cross ans implementation of an API wrapper for mindbody. After using his I found that this library returns odd values other...
For reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control Specifically this directive: **no-store** The response may not be stored in any cache. Although other directives may be set, this alone is the only directive you need...
I really appreciate your time spent looking into this You both have a much better idea that I do as to what would work best in the context of inertia....
I think the latest code will resolve these issues. Can you confirm?
I'll have to think about a way to do that. You're right, that could be tricky. Hopefully I'll get some time to work on this more next week.