Alexey
Alexey
## 🚀 Feature Request [1.4.0] TDLib version **Is your feature request related to a problem? Please describe.** I do not want to compile TDLib on my own. Is it possible...
Once installed `Linux Mint 21 Cinnamon` I can not use my printer. Printer: Canon MF237w Previously on Ubuntu 20.04 printer worked (was connected via LAN). Now on Linux Mint 21...
**Issue type:** `feature request` **Airgram version:** `5.0.0` I hope @esindger doing well. I do not see any activity from the author since May on github profile. Is this repo still...
In [my game](https://github.com/volodalexey/bevy-wasm-ball-shooter) I want to prevent `projectile-ball` bouncing when it hits other balls in grid. `projectile-ball` and `grid-ball` actually created [from the same function](https://github.com/volodalexey/bevy-wasm-ball-shooter/blob/307b6095ccaf64f2e5a42976027140423a5a2d72/src/gameplay/ball/grid_ball_bundle.rs#L46) and I set `Restitution {...