David Barroso
David Barroso
I am of the opinion that the decision of using an extension to deviate from the standard is no different from having two networking vendors implementing the same feature with...
@aashaikh @robshakir do you know the answer to the question posted here CZ-NIC/yangson/issues/23 The documentation of the extension doesn't say anything and couldn't find any mention on github commits or...
The storage is designed to allow adding additional storage providers, they just need to implement the `ContentStorage` interface: https://github.com/nhost/hasura-storage/blob/main/controller/controller.go#L68-L77 Looking at the library you linked it seems that it may...
we decided users will set this as they please
I think this is up to the users and their applications. The field itself has no meaning or use to hasura-storage. A user may need an "uploadedBy" field or it...
We had a chat internally and we decided to deprecate the field and instead document alternative ways of implementing this. The rationale is that, while this is useful, it is...
That's an actual issue on your end. I also use `colima` and I have seen it in the past (https://github.com/abiosoft/colima/issues/137). I solved it by adding `--dns 1.1.1.1` (or some other...
not sure if you did already but I'd suggest you to do `colima delete` before `colima start docker --dns 1.1.1.1` but bear in mind that will delete all the images...
I am afraid I don't understand this issue. The bucket is being created on startup already: https://github.com/nhost/hasura-storage/blob/main/build/dev/docker/docker-compose.yaml#L34-L35 https://github.com/nhost/hasura-storage/blob/main/build/dev/docker/minio/Dockerfile#L9 https://github.com/nhost/hasura-storage/blob/main/build/dev/docker/minio/init.sh#L8 We even setup a dummy file for testing purposes. If this...
But the docker-compose file works as it is. If you check the links I shared the minio image being used already creates the bucket. For instance, I can do the...