wtlgo
wtlgo
Здравствуйте, Пожалуйста, добавьте метод `setLogger` к классу [`ApiRequest`](https://github.com/VKCOM/vk-java-sdk/blob/87e1fe3c0479052994ec57d8d610d1deb6db7332/sdk/src/main/java/com/vk/api/sdk/client/ApiRequest.java#L23). Текущая имплементация устроена так, что если в программе уже есть log4j2, то VK SDK к нему обзательно хукается и начинает писать стэктрейсы...
``` com.google.code.gson:gson:2.8.5 ``` Уязвимость: [CVE-2022-25647](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25647) Как исправить: Поднять версию до `com.google.code.gson:gson:2.8.9` или выше (последняя `2.9.1`). ``` commons-io:commons-io:2.6 ``` Уязвимость: [CVE-2021-29425](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425) Как исправить: Поднять версию до `commons-io:commons-io:2.7` или выше (последняя `2.11.0`)....
Some images that are too tall cannot be viewed on the web version without scrolling On the web version, when the image's aspect ratio is too tall, you need to...
**Is your feature request related to a problem? Please describe.** Bluesky is a wonderful platform with a lot of great features. Still, since some features aren't orthodox to features other...
**Is your feature request related to a problem? Please describe.** Currently, the only way to switch the language is when you're logged in, and you can't choose your language before...
**Describe the bug** When I post something, it doesn't appear immedialy on my profile. **To Reproduce** Steps to reproduce the behavior: 1. Go to your profile 2. Post something 3....
If an external plugin calls `Via.getManager().addEnableListener()` after `Via.getManager().init()` has been called, it causes a `NullPointerException`. In this pull request, to prevent this issue, if the manager is already initialized, it...
It's on the title. It would be nice if there was a way to read incoming HTTP headers and send your own in response. Maybe I'm just not looking good...
**Describe the bug** If the server restarts or crashes before the plugin can add all heads to the database it never tries to finish the download. Since the plugin does...
The plugin can cause a `java.lang.NullPointerException` when a player is trying to open a GUI. In [ `PlayerManager.findPlayer`](https://github.com/Tweetzy/Skulls/blob/5c569ad14f6e22d9bd5b2471478a3f14d9492be9/src/main/java/ca/tweetzy/skulls/manager/PlayerManager.java#L55) method there is a possibility that the method returns `null` if `createError...