Tong Zhaoqi

Results 7 comments of Tong Zhaoqi

The API design of Redis Stream is damn... The default behavior of XREADGROUP of Redis is non-blocking, unless we set `[BLOCK milliseconds]`. Therefore, it is natural to think of using...

I think that gorm will consider id as a special field while concat 'feature' and 'feature_id' to 'feature_feature_id' as a non-special field. I found some code at line 228 of...

I cannot reproduce your situation. Could you plz provide your code? I tried to reproduce (but use sqlite) and the UUID is output correctly. ```go package main import ( "github.com/google/uuid"...

I solved this bug in [https://github.com/ThreeDotsLabs/watermill-sql/pull/27](https://github.com/ThreeDotsLabs/watermill-sql/pull/27). Looking forward being reviewd and merged.

Any progress about this issue? It's really helpful in some specific situations.

Maybe this helpful? https://github.com/BurntSushi/ripgrep/pull/2834 The output (the artifact) can be well worked on my aarch64 Debian VM.

Maybe this help? [url.PathEscape](https://pkg.go.dev/net/url#PathEscape)