Alan Gomes

Results 12 comments of Alan Gomes

> I think this kind of task should be done with firewall. You should forbid qBittorrent connecting through this connection. > > Also you could select exact connection it should...

I found out that the `decodeTiffAnimation` actually does this, but I couldn't assemble all pages together: ```dart import 'package:flutter/foundation.dart'; import 'package:image/image.dart'; Animation _runDecodeTiffAnimation(List bytes) => decodeTiffAnimation(bytes); Image _runCopyInto(Map params) =>...

@brendan-duncan First, thank you for the quick answer. Second, my intention is to layout all the pages vertically as a single image, like you said. I tried to do this...

Olá, você pode me informar onde está utilizando o banco de dados no projeto? Pelos prints que mandou parece ser um projeto vazio (apenas com pacotes domain e manager, que...

I suggest you to manually perform `Bukkit.shutdown()` (or `context.close()`) in the case of any exception during startup, since this behavior is very opinionated and might be not wanted in every...

Bukkit already suggests all player's names by default, probably there's something wrong with the native command registration (https://github.com/Alan-Gomes/mcspring-boot/issues/22#issuecomment-654486194) (which controls the autocompletion too). Let's keep track of this issue with...

My guess is that the classloader is not properly restored at the `onDisable` hook, my test plugins works fine with: ```java @Override public void onDisable() { try { if (context...

I still don't know what the cause of this problem, maybe something caused by the classloader, but no clue about exactly what it is. Can you reproduce the problem without...

Can you reproduce this bug in the latest version with `SpringSpigotBootstrapper`? (0.20.7) It now starts the spring context in a different thread, without having to change the context class loader...

Hello, delombok is already included in the project: https://github.com/Alan-Gomes/mcspring-boot/blob/master/pom.xml#L198-L215 Maybe you're not downloading the dependency sources.