Adrián Q

Results 19 comments of Adrián Q

Hi @ashwanthkumar 1. Tried both `v1.4.0-RC11` and `v1.4.0-RC10` 2. I don't have any `go` user created, do I have to have one? The README says nothing about that. 3. They...

Well, putting the config in my home works when starting the server from local. I wonder why it didn't work with the docker image.

I tried to locate the file in the `/var/go` directory, didn't work. Il try to put the file in the home directory but I think that one is empty.

Ok, I don't know why I didn't work for the first time, by placing the `go_notify.conf` in the `/var/go/` directory worked in the docker image. So as a workaround on...

@adamwight can you post your `git_hooks` configuration? If you use a string to run the mix task, you will need to declare the mix environment, as in your example. But...

I checked how to change the mix environment at runtime some time ago but couldn't find a way. You could use credo on `dev` environment as an alternative, but glad...

I have limited time but actively looking at this when I have time to focus on it 😞 So far, I cannot reproduce this in a reliable way. The example...

> When the auto_install feature creates `.git/hooks/pre-push` it looks like this: > > ```shell > #!/bin/sh > > [ "/Users/myuser/code/myapp/deps/git_hooks" != "" ] && cd "/Users/myuser/code/myapp/deps/ > git_hooks" > >...

I [created a PR](https://github.com/qgadrian/elixir_git_hooks/pull/137) and will remove the auto directory change of this library, it's giving more problems than solving anything. Can anyone please test `0.8.0-pre0` version and confirm the...

> It asks to install , whenever there is a mix command. @apoorv-2204 is this happening with `0.7.3` or `0.8.0-pre0` version?