Joni Aromaa
Joni Aromaa
### Target name(s) ESP32-WROOM-32 ### Firmware version 1.8.0.431 ### Was working before? On which version? _No response_ ### Device capabilities _No response_ ### Description Calling `EnableDhcp` on `NetworkInterface` causes that...
### Details about Problem **Target:** ESP32-WROOM-32 **Firmware image version:** 1.7.3-preview.67 ### Description Exception flow is not correctly handled inside finally block when another method catches exception. This also required branching...
## Description ## Motivation and Context - Following nanoframework/System.Net#265 ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that improves a...
**I am currently running** - SpongeVanilla version: 1.16.5-8.0.0-RC1036 **Issue Description** Using the following plugin to test different scenarios: ```kotlin @Plugin("spongetesting") class SpongeTestingPlugin @Inject constructor(private val plugin: PluginContainer) { private var...
Introduces uninitialize for sessions that is called when the player disconnects or the server is shut down. Currently handlers don't get any notifications when the mentioned events occur and are...
Allows creating a `BlockEntityArchetype` from a `BlockSnapshot` that is able to query the underlying block entity data. Gabi has some concerns regarding this how it interacts with mods. With the...
This is a very rough draft just to show some outlines. Tries to solve the problem that offerSingle retrieves the whole list, modifies it and then offers it back as...
### Affected Product(s) SpongeVanilla ### Version 1.16.5-8.1.0-RC1264 ### Operating System Windows 10 ### Java Version 17 ### Describe the bug After typing out `/scoreboard players enable @p ` you should...
I'm raising this issue to get clarification on what the concurrency guarantees are supposed to be and showing the possible problems you could face with the current behavior due to...
Added `Ticks#infinite` and updated the documentation where we would not accept it with the current design. At the moment vanilla only supports this for PotionEffects. Some immediate problems are that...