karthick-கார்த்திக்
karthick-கார்த்திக்
got same issue in osx , my minimum contrast in iterm is already set to zero by default.
@nathanmkaya seems the fix is to use `mattn/goveralls` as mentioned by @paskal
@salemhilal i did try to replicate this in master branch unfortunately is not occuring in my local machine master branch.Is this issue still open ?
Hi @qustavo ,yes I tried to have both lint and test in same action as multiple steps then moved it to separate using existing `lint.yml`. This is because of the...
> > Hi @qustavo ,yes I tried to have both lint and test in same action as multiple steps then moved it to separate using existing `lint.yml`. This is because...
> For some reason I can't see that commit on this PR  > > I also noticed that sqlhooks already has a `lint.yml` (added here: [6d849c5](https://github.com/qustavo/sqlhooks/commit/6d849c52e98a5bb2c77700e82c40c90492201fc1)), so maybe we...
hi the linters are enabled for both pull and push in the ci , https://github.com/qustavo/sqlhooks/pull/49 please do review the PR when you have few mins.
> This is how I'm simply reading the config file: > > ``` > func Read(path string) { > readError := cleanenv.ReadConfig(path, &App) > if readError != nil { >...
@jsha having same issue with `v8` client getting `context deadline exceeded` Any luck with your issue? i did check redis docs and found this https://blog.uptrace.dev/posts/go-context-timeout.html even with individual `ctx` no...
@jsha mine got resolved when I got the URL and port corrected from localhost to use 0.0.0.0 in case any one stumbles the same could try this fix.