Ariel Barreiro

Results 89 comments of Ariel Barreiro

As a workaround, I added `/*` to the first line on its own and `*/` to the end and it worked! I thought it wasn't going to, but it did!...

It was bound to happen, it's not very `.env` compliant, but as seeing next not complaining gave me hope

@gchallen > Actually, I spoke to soon. This seems to work for next, but breaks other tools that read `.env` files, like `env-cmd`. Out of curiosity I tried `env-cmd` and...

I think this is related to the fact that all of the grants all given, as in: `GRANT ALL PRIVILEGES ON 'somedb'.* TO 'someuser'@'localhost' WITH GRANT OPTION`. For some reason...

Current code is pretty simple and working, let's see how tests goes, and this will need its own test(s).

I am curious on why you'd need to pass on environment variables, being that environment variables are already exactly that. The use case you are referring to as having to...

wondering if there's any renewed interest on this?

@ocean I am relying on ahoy quite a bit, and I've gotten a bit familiar with go, I am going to give adding some features a try, I wonder if...