You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Make file_system an optional dependency used only by mix squirrelix.gen --watch; missing dep raises a clear install hint (#50).
Fixed
Serialize async test compiles of the same generated module name to avoid flaky MyApp.SQL “currently being defined” failures under CI parallelism.
Docs
Document the intentional libpq-aligned sslmode=require → [verify: :verify_none] mapping and point adopters at verify-ca / verify-full for peer verification (#70).