Roberto Cella

Results 11 issues of 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: ![License](https://badgen.net/badge/license/MIT/grey?icon=https://raw.githubusercontent.com/rob93c/BadgenIcons/master/icons/license-paper.svg&label) ![License](https://badgen.net/badge/license/BSD/yellow?icon=https://raw.githubusercontent.com/rob93c/BadgenIcons/master/icons/license-scale.svg&label) ![image](https://user-images.githubusercontent.com/1816483/193455143-c08ae6dd-38c2-4666-af36-939cbd6271b8.png) ![image](https://user-images.githubusercontent.com/1816483/193455093-2676f272-4cc1-4d53-ae52-c1bec948923f.png) 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) *...

enhancement
unit test
cicd

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...

enhancement
dependencies
cicd

[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).

enhancement
docker

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: - [ ]...

documentation
enhancement
dependencies

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...

enhancement

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...

enhancement
good first issue
unit test
hacktoberfest
up for grabs