wtlgo
wtlgo
Вместо `LATEST_VERSION` необходимо писать, собственно, саму последнюю версию. На данный момент это `1.0.14`
Примеры были удалены в коммите https://github.com/VKCOM/vk-java-sdk/commit/065dd60bc84a367904cb555ce65fc1cd7bb891ad почти 3 года назад. Видимо, документацию не обновили. Я боюсь, что и не обновят, так как, похоже, проект заброшен командой ВК.
I would suggest leaving this file as it is right now and creating a separate one for C# 10, because it's _quite_ different, to say at least. Also, if you...
I also have problems with the line ```cs args[0].Select(...) ``` I understand the urge to write a one-liner, but as it's stated in the [readme](https://github.com/q60/rot13/blob/main/README.md) all programs in the repo...
> What's the use case here? E.g. If the external plugin is loaded by another plugin during the loading phase via let's say `Bukkit.getPluginManager().loadPlugin()` it is quite literally impossible to...
It means that something in this diff has caused the bedrock login to stop working https://github.com/games647/FastLogin/compare/4cf65cf..a65a5f3 The only difference that changes the behavior of the plugin in a somewhat impactful...
> @wtlgo Maybe it could be also the configuration parsing change. I reverted the commit. Let's see if that works for you. > > [FastLogin-issue-1173.zip](https://github.com/games647/FastLogin/files/15387405/FastLogin-issue-1173.zip) > > Code-Branch: https://github.com/games647/FastLogin/tree/floodgate-1173 Yeah,...
@games647 I finally had an opportunity to test it. Yes, your version or switching `autoLoginFloodgate: true` to `autoLoginFloodgate: 'true'` in the latest version does help. I suspect it's because the...
@GabrielMoreiradeSouza don't you test your setup separately before putting it into production? If you don't, you probably should start doing that, it will save you from such incidents in the...
Hello, In my opinion, it would be better to wait a little bit more till compilers fully support C++20, but the current coverage by the most popular compilers is pretty...