Brice Thomas

Results 3 issues of Brice Thomas

Fix issue https://github.com/phoenixframework/phoenix_ecto/issues/154 This add the support of multiple repos to the sandbox plug API: ```elixir plug(Phoenix.Ecto.SQL.Sandbox, at: "/sandbox", repo: [MyApp.Repo1, MyApp.Repo2], timeout: 60_000, ) ``` There should be no...

Hello! 👋 I'd like to use the sandbox plug with multi repos, like this: ```elixir plug(Phoenix.Ecto.SQL.Sandbox, at: "/sandbox", repo: [MyApp.Repo1, MyApp.Repo2], timeout: 60_000, ) ``` By reading the code source...

Hello! I'm working on figuring out how to do windowed scene with the rpi driver. Currently it works only in fullscreen mode. I managed to get it **mostly** working. The...