Take Weiland
Take Weiland
**Minecraft Version:** 1.16-1.18 **Forge Version:** all **Steps to Reproduce:** 1. Use `ParallelDispatchEvent#enqueueWork` 2. Throw an exception in the enqueued work 3. Observe that the exception is "swallowed" by the `CompletableFuture`...
`ColorResolver` is used to create biome-based block coloring. The `BlockAndTintGetter` given to `BlockColor` cannot directly be used to obtain the biome, it must be done through `ColorResolver`, which will allow...
When picking an item using the middle mouse button, the game tries to keep enchanted items in the hotbar, if the hotbar is already full. This adds a hook for...
This extends `LivingGetProjectileEvent` to allow a custom projectile source to define how the stack is consumed. As an example the test mod is extended to allow players to shoot arrows...
Adds `IForgeBlock#getPoiType` which allows a block to assign one or more of its BlockStates to a PoiType that is added by vanilla or another mod. One use case for this...
**Description:** After updating to Capacitor 3 `ionic capacitor run android` now attempts to directly launch the App on a device instead of simply opening Android Studio. The device selection fails....
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version 1.2.248 ### How to reproduce ```sh export WERF_SECRET_KEY=$(werf helm secret generate-secret-key) echo "foo: 123" | werf helm...
**Describe the bug** If a `watch` subscription for a query is active, a `fetch` on the same query cannot complete until the `watch` completes. This is, because `ApolloClient` will use...
## Description Currently the QuerySet optimizer is oblivious to custom `prefetch_related` like the following: ```python @strawberry_django.type(models.Project) class ProjectType(models.Project): @strawberry_django.field( prefetch_related=lambda _: Prefetch( "milestones", to_attr="next_milestones_pf", queryset=Milestone.objects.filter(due_date__isnull=False).order_by("due_date") ) ) def next_milestones(self) ->...
### Astro Info ```block Astro v4.4.1 Node v20.11.1 System Linux (x64) Package Manager npm Output static Adapter none Integrations none ``` ### If this issue only occurs in one browser,...