Benjamin Nørgaard

Results 19 comments of Benjamin Nørgaard

> @chrisduerr I'm also having an issue on macOS. Note that the output also updates if I wait several seconds. I think you should report a separate issue. FYI I...

For me the current elixir syntax check is a problem because it compiles the files. The phoenix framework has a nice feature of doing a code reloading on runtime. On...

I would like to contribute, and I think this could be a good first issue for me. > I don't think we should go past grabbing the client config. Are...

@cmnstmntmn What did you end up with? I am trying to use the rewrite plugin for less, that part seems to work. But i have an issue where i cannot...

> Please try `docker login`. I am authenticated with docker

Yes I tried replacing the above with ```go remoteOpts := []remote.Option{ remote.WithAuth(&authn.Basic{ Username: os.Getenv("OCI_USER"), Password: os.Getenv("OCI_PASS"), }), } ``` Which seems to work. Maybe I should try to reproducce and...

How does `TRIVY_USERNAME` and `TRIVY_PASSWORD` tie into this? Do you only use the above authentication method for the database? eg. can I pull the database without the mirror and then...

Is there any reason why it's not the same approach with regards to authentication?

AFAIK neither of these formats have any location info in their spec, which makes it hard if not impossible for reviewdog to do annotations. In the current implementation of reviewdog...

> My best guess as to why it's written like this is some applications may have tear down code that absolutely should not be run if the setup did not...