Lucas

Results 8 comments of Lucas

![Capture d’écran du 2021-10-01 19-53-21](https://user-images.githubusercontent.com/30107107/135665486-e6759f8c-75cd-4acd-8d00-4c387261da99.png) Same problem

```css :root { --safe-area-inset-bottom: calc(100vh - var(--tg-viewport-stable-height, 100vh)) } ``` Example ```css div.safemybottomelement { padding-bottom: calc(1rem + var(--safe-area-inset-bottom)); } // another example div.safemybottomelement2 { padding-bottom: var(--safe-area-inset-bottom); } ``` It's my...

I confirm I have same problem on all apps, it's really annoying when you use flexbox because the layout isn't calculated correctly the first time https://github.com/TelegramMessenger/Telegram-iOS/assets/30107107/11e79de2-c4c3-4fb4-b3cc-d7be10cf12b4 ![2024-03-15 18 55 54](https://github.com/TelegramMessenger/Telegram-iOS/assets/30107107/a3601848-94ff-4d13-b469-32e4d4e41b6c)

Personally I can reproduce the bug on my app and all the apps I have on my Telegram

Hello I didn't have time this morning lol This layer is used in the majority of SOTA super-resolution models (30% according to statistics). It was introduced by ESPCN. I haven't...

as you wish, that's how it is in pytorch. I thought I heard you say you wanted to keep a similar api https://pytorch.org/docs/stable/generated/torch.nn.PixelShuffle.html

I totally understand your point of view, you don't want to implement things that are rarely used or "fashionable" but PixelShuffle is an essential building block for super-resolution models. From...