Yusef Mohamadi
Yusef Mohamadi
@bobigunardi have you got any solution for what you wanted to do?
HI @alizamani thank you very much for your attention and reply. I don't have a docker-compose file ( because the image has been created for an Azure container base). The...
how about the goland? because there is no main func there, the run is not activated by default. how can I debug godog in goland?
I have the same issue, any update? it does not work with `$AUTH_ENABLED = true;`
Sounds like the problem is with the installer itself ``` php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar PHP Warning: readfile(https://drupalconsole.com/installer): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error...
thank you @gmlewis ! it's for adding collaborator, is there any other api to get username based on the useremail?
> Same problem you force a call to `With` every time I want to do any logging, and cannot benefit from the optimization to not do unnecessary work when level...
@willthrom storing the whole log in the context is not a good way for that, we did it a few years ago in a couple of projects, but to be...
Hi @ptxmac , Actually, it's a better way than storing the whole logger object ( struct) in the context, just if you could improve it to not be a separate...
Finally, I had time to create a simple package for this. [github.com/yuseferi/zax ](github.com/yuseferi/zax ) [https://pkg.go.dev/github.com/yuseferi/zax](https://pkg.go.dev/github.com/yuseferi/zax ) ```Go func main() { logger, _ := zap.NewProduction() ctx := context.Background() s := NewServiceA(logger)...