Aleksandr Razumov

Results 106 issues of Aleksandr Razumov

Daemon should support zero downtime hot reload, ideally persisting internal state.

I'm using weed-fs from golang project alot with github.com/ginuerzh/weedo and my adapter https://github.com/ernado/weed. It would be awesome to have official weed-fs client that is fully tested

We should check that MR will not significantly regress linter performance, like: - CPU usage - Memory usage - Overall time spent - File system usage (?) Currently I'm using...

enhancement
area: benchmark

Hi! Thank you for your great project! Please use [semantic versioning](https://semver.org/). It is ok to start with `v0` version to allow backward incompatible changes. This will allow users to pin...

accepted
defect

On new tag, following protocol should be executed: 1. PR to [gotd/bot](https://github.com/gotd/bot) is created with version bump 2. When (1) pipeline is green, (1) is merged to `main` branch 3....

stale
area: ci
area: bot

Meta-issue for tdesktop support on server and protocol. - [tdesktop fork](https://github.com/gotd/tdesktop) patched for localhost and test private key - [teled](https://github.com/gotd/teled), server based on tgtest ```cpp int TcpConnection::Protocol::Version0::readPacketLength( bytes::const_span bytes) const...

area: proto
epic

There can be no `key_data` in latest tdesktop format cc: @tdakkota

enhancement
area: client

Sometimes telegram uses error names like `FOO_BAR_%d` or `BAZ_%dmin`. We should provide error comparison and argument extraction helpers. Currently I've implemented hack in #823 to just skip placeholder parts.

enhancement

```go // ExportedChatInviteClass represents ExportedChatInvite generic type. // // See https://core.telegram.org/type/ExportedChatInvite for reference. // // Example: // g, err := tg.DecodeExportedChatInvite(buf) // if err != nil { // panic(err) //...

enhancement

Currently 2FA password is passed as string, which is [not fully safe](https://stackoverflow.com/questions/39968084/is-it-possible-to-zero-a-golang-strings-memory-safely), because we can't reliably perform memory zeroing and ensure that it is not stored in memory more than...

enhancement
area: client