Aleksandr Razumov

Results 142 comments of Aleksandr Razumov

Great idea in general, just please make sure to make it opt-in so we don't break backward compatibility (looks like it is opt in via `local-prefix-module: true` which is good)

Actually, Time can be calibrated from mtproto server, so no ntp server is required. I think that ntp-based solution should be in contrib, and mtproto-based can be in main repo.

Hi, probably this should be in https://github.com/ClickHouse/clickhouse-go? As we have package for higher-level interaction, I'm not sure whether to add more generic things in ch-go.

There are no description in `.tl`, but it is possible to parse documentation and inject comments like it is done with [gotd/getdoc](https://github.com/gotd/getdoc) in [gotd](https://github.com/gotd/td).

Thank you! The following function triggers rangeValCopy: ```go func ensureNoErrors(t *testing.T, logs *observer.ObservedLogs) { for _, e := range logs.TakeAll() { if e.Level == zapcore.ErrorLevel { t.Error(e.Message) } } }...

We are using Athens at Mail.ru (Russian IT Corp), really helps with private modules.

Hi, I'm not familiar with appengine so not sure, sorry :( Please use coturn until gortcd is somewhat stable

The RFC 8489 is already out. https://tools.ietf.org/html/rfc8489

In general we should remove forks in favor of upstream dependencies if possible. > I think that person creating them was focused on adding more linters quickly Yes, it is...

Thank you for idea, seems reasonable. Feel free to open PR.