wtlgo

Results 32 comments of wtlgo

Небольшой временный фикс этой проблемы, который я использую: ```java static class MyLongPollHandler extends GroupLongPollApi { protected LongPollHandler(VkApiClient client, GroupActor actor, int waitTime) { super(client, actor, waitTime); } public void messageNewFix(Integer...

Я думаю, проблема не в халатности, а в том, что проект заброшен

> > Я думаю, проблема не в халатности, а в том, что проект заброшен > > > > Почему тогда репозиторий не переведён в статус архива? А ты лучше не...

Also adding/removing users to/from the moderation lists

I would also like to add that there are places in the world, where Google Play is not available or straight-up made illegal by the local government, so the GitHub...

@HarriBuh The app is made based on React Native framework which is developed by Meta. It's unrealistic and unreasonable to expect the Bluesky team to re-implement it for some ideological...

@HarriBuh it is FOSS, because it is quite literally an free open-source software. You have full access to the source code of every part of this program, and you're allowed...

@HarriBuh There's nothing "security-unfriendly" in React Native. You don't need to trust my word for it, you can go to [the source code of that package you got worried about](https://github.com/facebook/react-native/tree/033a55f7fb5446776104975228c856d5148b4b04/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core)...

This might happen because they didn't confirm their email address. I noticed that this happens to new users I invite, and after they confirm their emails it becomes normal.

If you use the `expo-image` package, you should pass the `allowDownscaling={false}` prop, otherwise, the zoom will not work correctly. Ref: https://docs.expo.dev/versions/latest/sdk/image/#allowdownscaling