bivashy

Results 8 issues of bivashy

Related issues: #3454 #3271 #3140 --- ### Description This Pull Request changes behaviour of `Xtts#load_checkpoint`, and `ModelManager#download_model`. Changes: - Excluded xtts 2 from configuration ignore list in `ModelManager` for proper...

## Pull Request Etiquette - [x] I have checked the PRs for upcoming features/bug fixes. ### Changes - [X] Internal code - [X] API (affecting end-user code) - [ ]...

**Description:** I've always wanted to utilize the Locale feature to offer users multi-language messages. However, there's a primary issue: *it doesn't support custom message types*, such as `Component`. Due to...

**Description** This Pull Request updates the method for changing the BossBar title to use `TextComponent.fromArray(BaseComponent[])` instead of `ComponentSerializer.toString(BaseComponent[])`. Additionally, it adds the **minecraft-libraries** repository because the new **bungeecord-api** depends on...

**Description**: BungeeCord 1.20-R0.2 and newer versions use BaseComponent for sending BossBar titles instead of String. If we try to send a BossBar to an audience, we will encounter an exception:...

## Description If library, or transitive dependencies, contains classes compiled with Java 19 or higher, we have such an exception: ```lua Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.alessiodp.libby.relocation.RelocationHelper.relocate(RelocationHelper.java:140) at...

### Description This pull request allows inlay hints to be truncated, which could be useful if inlay hints are too large. For example: TypeScript has absurdly long inlay hints (see...

### Description Currently, the latest GitHub actions fail and don't return any useful information. For example, [#665](https://github.com/Auties00/Cobalt/actions/runs/9720404707/job/26831747026) fails with an error: ```lua Failed to execute org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cobalt:...

enhancement