Jorin Vermeulen

Results 23 issues of Jorin Vermeulen

I'm trying to integrate tizonia into my own project, but during testing found out that `--daemon` only works with a select few music providers. Expected behaviour would be to keep...

enhancement
help wanted

We're not quite sure what action triggered this, but it caused our server to crash. ``` Description: Exception in server tick loop java.lang.NoSuchMethodError: baubles.common.network.PacketSync.(Lnet/minecraft/entity/player/EntityPlayer;I)V at vazkii.botania.common.core.handler.InternalMethodHandler.sendBaubleUpdatePacket(InternalMethodHandler.java:263) at vazkii.botania.common.item.equipment.bauble.ItemMagnetRing.onTossItem(ItemMagnetRing.java:66) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_743_ItemMagnetRing_onTossItem_ItemTossEvent.invoke(.dynamic)...

I've started playing around with 2.0.0-alpha1 a bit using the docker image (liquidsoap:2.0.0-alpha1), but keep running into this message. ``` [decoder:3] Available decoders cannot decode "/home/liquidsoap/app/resources/fallback.mp4" as {audio=pcm(stereo),video=yuva420p,midi=none} ``` How...

enhancement

**Describe the bug** The error `[clock.mux_video_0.child:2] Source audio_main_0 failed while streaming: Source.Clock_conflict("stretch_0.child[]", "cross_0.child[]")` occurs when you use both `stretch` and `cross` on the same source. Issue created at the request...

While diagnosing performance issues on my server with the YourKit profiler I noticed that `com.rwtema.extrautils2.items.ItemLawSword$EventHandlerSword.entTick()` was taking way too long to run vs other methods. After decompiling the plugin and...

Combining the workings of the Item Filter with a Golden bag of holding will allow a user to duplicate anything he/she would like. To reproduce: 1. Put a item filter...

### Terraform Version ```shell N/A ``` ### Terraform Configuration Files N/A ### Debug Output ``` $ sudo apt update Get:1 http://nl.archive.ubuntu.com/ubuntu kinetic InRelease [267 kB] Hit:2 https://dl.google.com/linux/chrome/deb stable InRelease Hit:3...

enhancement
build

Related to #65 Our server ends up in a crash exception loop when a TConstruct Hammer is used, has been crashing multiple times a day now, would very much appreciate...

bug
Pending-Fix-Confirmation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I'm creating a fresh project using the layered app template. Recently I...

**Describe the bug** Passing a `DocumentNode` to `refetchQueries` as parameter does not trigger an update for the query, whereas passing the name of the query does. As shown [here](https://www.apollographql.com/docs/react/data/mutations/#refetching-queries) both...