Yegor Myskin

Results 9 issues of Yegor Myskin

Got this error: ``` ../../../../pkg/mod/github.com/!arman92/[email protected]/tdlib.go:10:10: fatal error: 'td/telegram/td_json_client.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ```

Hello, got an issue after deployment. My service restarted with a following panic: ``` fatal error: concurrent map writes goroutine 26280 [running]: runtime.throw({0x1284e53?, 0x7ff5ce6ddc48?}) \t/usr/local/go/src/runtime/panic.go:992 +0x71 fp=0xc12c758088 sp=0xc12c758058 pc=0x4362b1 runtime.mapassign(0x10ac900?,...

Got a grpc handler: ``` func (h *hello) Echo(ctx context.Context, req *pb.Payload) (*pb.Payload, error) { var res *pb.Payload //

##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | |--------|-------|----| | v1.27.2 | 2.5.0...

How can I highlight json like `123` Or `"random string"` because these are valid JSONs. Thank you!

help wanted
feature request

``` package event import ( "testing" "github.com/davecgh/go-spew/spew" "github.com/joncrlsn/dque" ) func TestName(t *testing.T) { q, err := dque.NewOrOpen("q", ".", 2, func() interface{} { return new(string) }) if err != nil {...

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Performance
Needs Discussion

I don't understand how to manage timeouts for Query. I got 20 retries with a sleep of 2 seconds and still issuing timeouts. ``` cp := aerospike.NewClientPolicy() cp.Timeout = 5*time.Second...

``` Nov 01 10:54:03 asd[17347]: Nov 01 2023 10:54:03 GMT: WARNING (query): (query.c:1383) basic query expects unsupported pid-done-ok Nov 01 10:54:03 asd[17347]: Nov 01 2023 10:54:03 GMT: WARNING (query): (query.c:1383)...