brunetto

Results 9 comments of brunetto

something like this? https://github.com/brunetto/boltdbweb

Hi, I'm sorry, other (personal life) projects took my attention. I'll try to come back to this ASAP!! 😄

Ok, thank you @simcap. I'll read more carefully the AWS docs and think about it and then let you know. Thank you, and thank you for the great job with...

Thanks @Trane9991, very nice!! Maybe my considerations and answer are not the best because I'm still quite new to all the AWS "mess". 😆 However, I need to access the...

Hi, I have a similar issue but with the Go SDK. Following the docs and this issue I tried ```go name := "queue" dlqName := "dlq" // create DLQ dlq,...

Ok, I'll have a look and try to find something and understand it... is it not possible to have a fixed length string?

> What vgo commit did you build from? I don't know, I just updated it before running it... how can I know the commit? > What happens if you attempt...

Ok, so ``` $ git ls-remote -q https://github.com/MY_ORGANIZATION/MY_REPO remote: Repository not found. fatal: repository 'https://github.com/MY_ORGANIZATION/MY_REPO/' not found ``` but ``` $ git ls-remote [email protected]:MY_ORGANIZATION/MY_REPO.git 3fe3e3f8b07ff40cdf5de8685360715c4c06df9c HEAD 1fd67741650c052e30bce6d780cd26c273ba0ab2 refs/heads/dev 1498d237221b9e19d55148dded8fafc7316a47bf refs/heads/evo...

The first option, adding ``` [url "ssh://[email protected]/MYORGANIZATION/"] insteadOf = https://github.com/MYORGANIZATION/ ``` to `$HOME/.gitconfig` work like a charm!! Thanks!