Siarhei Navatski
Siarhei Navatski
@orlangure Why not to use DynamoDB from `localstack` and you decided to create a separate preset?
@pkieltyka Is it not important? Many users are faced with the issue I made detailed investigation and proposed few solutions how to resolve it, could you please share any thoughts...
@Hellysonrp Could you try the workaround I described? ```go value := URLParam(r, name) if r.URL.RawPath != "" { value, _ = url.PathUnescape(value) // it is better to handle the error...
If nothing helps, try to remove symlink `/usr/local/share/zsh/site-functions/_git` that appears after installation with brew `brew install git`
The same I faced with. It is more abstract example ```go package main import ( "context" ) func main() { doSmth(context.Background()) } func doSmth(ctx context.Context) { doSmth2(ctx) // I want...
This should be controlled by a flag I use this feature returning a private struct and use its interface on the client side. It is common approach when you declare...
> @nava do you use this linter as it is or a part of `golangci-lint` ? Yes, of course
Я все правильно понял - "да, конечно" в составе golangci-lint