Roberto Cella
Roberto Cella
There are many typos in [README.md](https://github.com/powermock/powermock/blob/release/2.x/README.md) to be fixed. Also, 2 shields are not being displayed properly.
Hello, I developed a Telegram bot capable of converting images and videos in Telegram stickers and to do so I use Jave2 with FFmpeg 6.1 I noticed that sometimes the...
This pull request adds 2 **proposal** icons to represent licenses:     Let me know if you think they could be useful On a side note, when should...
Since Qodana allows to analyze code coverage, we should take advantage of this feature and configure it accordingly. The export format should be [IntelliJ Coverage Agent](https://github.com/JetBrains/intellij-coverage). * [Official examples](https://github.com/qodana/qodana-coverage/tree/main) *...
As done for previous Java releases, we should move to Java 22. The tasks to be completed are the following: - [ ] Upgrade Gradle 8.8 - [ ] ~Update...
[GraalVM](https://www.graalvm.org/java/) might be very useful to discard any unneeded dependency from the Docker image built. More information can be retrieved from [this DEVOXX talk](https://youtu.be/6wYrAtngIVo).
This pull request changes the image conversion flow to rely on [Scrimage](https://github.com/sksamuel/scrimage) instead of Scalr + Pngtastic. The image produced is now a **lossless WebP**. Open points: - [ ]...
Along with a major exception overhaul, this pull request also removes the use of the recently deprecated method `disableWebPagePreview`. ## Summary by CodeRabbit - **New Features** - Enhanced error handling...
Unit tests are currently using the method [ResourceHelper.loadResource(String filename)](https://github.com/Stickerifier/Stickerify/blob/main/src/test/java/com/github/stickerifier/stickerify/ResourceHelper.java#L9C2-L14C3) to load the resources they need to work on. The method should be updated switching its assumption to an assertion to...