Wagner
Wagner
**Describe the bug** When creating commits with `coco`, the `commit.gpgsign` configuration is not used **To Reproduce** Steps to reproduce the behavior: - Set up GPG signing with Git - Set...
**How will this enhancement improve the game?** I'm on the @AoTTG-2/development-team, and I found that it took me about an hour, probably more, to make a proper build for the...
I'm deploying my function the way [this example](https://github.com/GREsau/example-rocket-lamb-api) does. Is it possible to deploy the container itself, now that AWS Lambda supports containers?
When too many database connections are started, Diesel produces this error: ``` [ERROR r2d2] Too many connections ``` The problem is, that this error is being spammed hundreds of times,...
"Using the Plugin" refers to the documentation for the underlying library, not the plugin. Based on reading the source code, it seems like I need to define a class implementing...
I needed this change personally, so I decided to make a pull request.