Alex Efros
Alex Efros
Trivial example. In Perl there is standard way to write automated tests for modules. Tests are placed in ./t/*.pl and run while `make test` in special environment which include: -...
We're using own CA to sign TLS certificates for all our internal services (this includes both our backend API and 3rd-party services like Redis). How to configure our `ca.crt` needed...
## 🐛 Bug Report Null value is accepted for message-type field but not for same type map field. ## To Reproduce ```proto syntax = "proto3"; ... service SomeService { rpc...
Is v3/v4 support planned? If yes, is there any ETA? If no, do you personally recommend switching to https://github.com/vk-rv/pvx?
While for most apps loose decoding is acceptable (and may be even preferable for speed), some require strict checking of form params (for ex. OAuth2 spec require this), and some...
If same field exists both in parent and embedded struct and url.Values has value only for parent then decoder incorrect set embedded field to same value. ```go type Embed struct...
### Steps to reproduce 1. Run 2.9.0 or 2.9.2 on Linux 2. In some group, start voice chat or join to already started ### Expected behaviour New window should opens...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to constantly add and remove `import "log"` in each component's `` while debugging. **Describe...
First, I'd like to thank you for this wonderful project! I've discovered it about a week ago by watching your talk at GopherCon 2020, and feels like it was a...
#### Subject of the issue I've no idea is this an issue with fonts or Vim or terminals. Somehow "zap" icon became 2-symbol wide in Vim, while in shell/mcedit/mousepad it...