Lonami

Results 705 comments of Lonami

I feel like it's missing a drawback: the implicit conversions. While supporting this for `MaybeUninit` is very powerful and I'd like to have something like that in the language, `Option`...

> To me there is no hidden conversion ~~The layout of `T` is not guaranteed to be the same as the layout of `Option`. The cost may neglible, and it...

Some standardized way to download the required dependencies would be nice, too. [Gradle](https://gradle.org/) may work well.

That's a long week, hehe.

I've released 0.4.0 with the above fix. Sorry for the long wait and inconvenience. (I would still recommend to use the git version in general since that's likely to contain...

I'm going to close this issue. CI sets the variables for testing: https://github.com/Lonami/grammers/blob/c348bb23988ad0d9f4f9ee76c91038975a94d155/.github/workflows/rust.yml#L27-L32 And as explained I'd prefer if they remain compile time variables.

> it's supposed to call `getDifference` which we don't do yet The library now does this and in general tries to recover missed users (not always possible, but works most...

This is essentially the same as the more general #135 so I'll close it in favor of that.

If we ever implement "chat update" (such as user left, joined, etc.), here is a helpful image taken from https://github.com/pyrogram/pyrogram/pull/741#issuecomment-897579351: ![Table of possible states for a hypothetical Chat Update](https://user-images.githubusercontent.com/46669355/135735122-f6aefbaa-797a-4291-aeb7-b773b162a43e.png)

This was implemented in #130.