TennyZhuang

Results 49 issues of TennyZhuang

[Vivaldi](https://vivaldi.com/) is a Chromium based browser. It works well with just extending the list.

`gogo/protobuf/types`.Timestamp is generated by `protoc-gen-gogo` and imports `gogo/protobuf/proto`. To avoid cycling import, gogo/protobuf implement a fake `timestamp` . https://github.com/gogo/protobuf/blob/5628607bb4c51c3157aacc3a50f0ab707582b805/proto/timestamp_gogo.go#L38-L46 And it does not implement `newMarshaler` or `Marshaler` interface, which will...

This PR is also submitted to https://github.com/golang/protobuf/pull/1004 This is a workaround to #656 Signed-off-by: TennyZhuang Thie PR Use `RWMutex` to optimize `getMarshalInfo` and `getUnmarshalInfo`, for these functions, only n (number...

**Is your feature request related to a problem? Please describe.** Window deduplication is a common demand in streaming processing. I found that PostgreSQL supports [DISTINCT ON](https://www.postgresql.org/docs/current/sql-select.html#SQL-DISTINCT) clause, which can meet...

type/feature

* [x] string to interval (`select '3 month'::interval;`) * [x] interval to string * [x] time to string * [x] timestampz to string * [x] timestamp to string * [x]...

type/enhancement
help wanted
no-issue-activity

We need to support the SetOp, tracking in #2911, but `UNION ALL` is much more widely used than others, so we should implement it first. IIUC, `UNION ALL` concat the...

help wanted
type/feature
no-issue-activity

Currently, let_else will be treated as `ExprVerbatim`: ``` [tests/test_stmt.rs:108] &stmt = Ok( Semi( Verbatim( TokenStream [ Ident { sym: let, }, Ident { sym: Some, }, Group { delimiter: Parenthesis,...

Signed-off-by: TennyZhuang Thrift forget to bump the version on crates.io for a long time, and recently they do it.