Kevin Bond
Kevin Bond
Thanks for jotting down your issues. Yes, I'd like to add a _**contributing**_ section to the readme. > Running tests I'd like to maintain the bridge to avoid dependency conflicts....
For docker, I feel something like https://github.com/nektos/act would be best (assuming it works as described). What would be nice about this solution is we wouldn't have to keep docker config...
Ah ok, I think just a docker compose file that provides mysql/postgres/sqlite/mongo?
> can't we do the same trick than for psalm Yep, that'd be fine I think.
> How to generate new migrations? This would be very useful. Going to need to do this in #300.
> I have to closer look into this issue, first steps works now muscle @benblub, how did you get the migrations running? (cc @nikophil)
Related to #222
Yes, this makes sense. What happens now? Text is truncated or do we get an error?
Ok, would you like to work on a pr?
~I'm not positive but could the default length's differ by db vendor? What about:~ ~'STRING' => $length ? "self::faker()->text({$length})" : "self::faker()->text()"~