deptyped
deptyped
Hello. Telegram Mini App API exists only in Telegram app, so we can't render it on server side. How do you expect it to work?
Unfortunately, I don't have enough experience with nuxt and not sure how to implement it properly. PRs are welcome!
Hello, thank you for your interest in this project. If we were to query information necessary to navigate to a specific page (such as the total number of records to...
But how to determine how many pages are available before and after the cursor? As I understand it, we need to perform `page_size * page_count` overfetch in both directions to...
> You need to count how many rows are before and after the cursor, that is, get the count of pages and the current page. Not possible with Prisma for...
Are you talking about raw sql queries? I'm not sure how to implement this reliably so it doesn't cause problems on complex queries. How do you expect it should work?
@btd1337 seems related to https://github.com/deptyped/prisma-extension-pagination/issues/7
Hello! > But I have seen an app that doesn't cloce on swipe-down. It stays open and **it doesn't even change the viewport size** when you drag it down Can...
> Here is an example of the App that doesn't close on drag down: [t.me/notcoin_bot](https://t.me/notcoin_bot) Doesn't work for me. If I understand you correctly I should not be able to...
Yes, it works on iPhone but unreliably, sometimes I can close the app this way, sometimes not. Looks more like a bug in the Telegram app rather than something done...