Joaquin Bravo Contreras

Results 30 comments of Joaquin Bravo Contreras

I tried running with a [minio](https://docs.minio.io/docs/minio-docker-quickstart-guide.html) server, which you can run with something like: ``` mkdir /tmp/s3 docker run -p 9000:9000 --name minio1 \ -v /tmp/s3:/data \ minio/minio server /data...

Really old issue. But I wanted to find a list of official links for where the golang community can gather to ask for support, get feedback and organize. Does the...

Never mind :-p https://github.com/golang/go/wiki#the-go-community

I tried to reproduce this on another machine, and was unable to. Same versions of node, hexa and macos. But now login doesn't seem to do anything, same for the...

Sorry for the trouble. Here is the output now with the dependencies installed: ``` hexa init --just=functions -d β–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•”β•β•β•β•β• β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β• β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘...

Hi @manekinekko . It did changed the error to something else :-p: `βœ— TypeError: Cannot read property 'name' of undefined at /Users/joaquin.bravo/.nvm/versions/node/v10.18.1/lib/node_modules/@manekinekko/hexa/build/features/functions/init.js:56:84` This is the complete log with `--debug`. ```...

If you check the Dockerfile, it is not using the base insight-sqs repo, but a fork that is still being maintained: https://github.com/kobim/sqs-insight https://github.com/roribio/alpine-sqs/blob/master/Dockerfile#L15