Results 13 issues of Asal Mirzaieva

**Prerequisites:** 1. protoc-gen-go v1.26.0 2. protoc-gen-go-grpc 1.1.0 3. libprotoc 3.12.4 **Steps to reproduce:** 1. `prototool generate ` **Expected results:** Generated protocols. **Actual result:** ``` 2021-07-12T14:03:00.200+0200 WARN protoc returned a line...

It would be nice to see "importers" list sorted by something popularity/contribution activeness. As you can see here, in [go-redis importers](https://godoc.org/github.com/go-redis/redis?importers), there are a lot of not active repos with...

If not locked, this results in race: 1. SetBackend(), backend.go:26 - reassigning the global variable (write) ``` func SetBackend(backends ...Backend) LeveledBackend { var backend Backend // ... // DARA RACE...

I'm writing bindings for https://github.com/roc-project/roc and as it is an audio streaming library, it's very sensitive when it comes to memory allocations, because we need to be as quick as...

enhancement
help wanted

**What language does this apply to?** protobuf.el **Describe the problem you are trying to solve.** protobuf-mode ignores the settings in .editorconfig of my project. The project contains only .proto files...

tooling

When I got a member-function, like ``` int func(int a, int b); ``` I get the following doxygen snippet: ``` /** * [func description] * @param a [description] * @param...

Hey, thank you for the amazing project! I remember `Subscribe` used to block, and now it returns a `Channel`, which is so much cooler. Can it be also done for...

Stale

I tried to update gradle to 4.2.2 and it seems like `synthetics` is deprecated? At least, the project does not build anymore after the update. [This guide](https://developer.android.com/topic/libraries/view-binding/migration) seems to offer...

Hello there, first of all, thanks for the awesome framework you made, I love it. But I have a little problem with importing socket, I did everything you said on...