Lukas Kalbertodt
Lukas Kalbertodt
In particular, [the guide](https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components) also mentions that `React.FC` is discouraged. The main reason against it seems to be the implicit `children`. But this has changed with 18.0.0, so I wonder...
Just to throw my opinion out there, too: I very much appreciate the distinction between `Point` and `Vector` in `cgmath`. In fact, it's one of the biggest positive things about...
**Summary**: the wins in terms of size reduction in a "real world" project that I tested are unfortunately very small. --- I was very happy to see this PR as...
I don't think so. Maybe something for the next technical meeting?
Well... it probably boils down to "bad Intel drivers". Here a bit longer explanation, with the key points in bold: For the past few weeks I tried to build a...
I haven't been involved in maintaining/developing this library for a long time, so I can't really assess the current situation. That said, version 0.8 is released on crates.io: https://crates.io/crates/telegram-bot/0.8.0 And...
I'm not sure if you misunderstood me or the other way around ;) I am talking about the Telegram-API method `setWebhook`. A bot can listen as a https server and...
Oh now I get, what you're saying. But I don't really want to push every time I want to test it. But I consider doing this the next time I...
Sweet, thanks for the bump! Will look into it sometime soon, I think.
> Can we redesign the lib as a whole? To make the structure simpler and increase the maintainability? I'm not sure if this library needs a rewrite -- the API...