Jimmy Bosse

Results 8 comments of Jimmy Bosse

Minio mimics the AWS api so if you set your config with the correct values it should work. ``` config :arc, storage: Arc.Storage.S3, bucket: {:system, "S3_BUCKET"} config :ex_aws, access_key_id: {:system,...

@Akick did you ever figure out the issue? I have the same problem.

Is there a workaround to kill an instance in this state? [Edit] I killed qemu and that at least allowed me to start Multipass and the instance again.

@wodow Double Hack alert: if you hijack the `/session/new` route before defining the `pow_sesssion_routes` you can "redirect" `session/new` to a different action: ```elixir scope "/" do pipe_through(:browser) # Hack Alert...

https://github.com/jbosse/ignite-expo-boilerplate/network/dependencies

I don't know why it wasn't letting me delete the tabs before but it is now, so at least I can manually indent 2 spaces :-)

> @marschro I think your issue is already solved on main Thanks @SteffenDE. Yes it looks like Chris committed a fix for the bug I was having, the same as...