Pieter-Jan Briers
Pieter-Jan Briers
Apologies for doing this all in one PR. Doing it separately would've produced three conflicting PRs which is even less ideal. Optimized float serialization to be faster and write less...
### Description of the feature, modification, idea or suggestion Not sure an introduction is necessary, but: Per-monitor V2 DPI awareness would allow process hacker to seamlessly be dragged across monitors...
This multi targets the projects to net45;netcoreapp3.0. To be straight honest, I didn't want to put in the effort to make this fully backwards compatible (keeping .NET 2 support or...
# Description It seems that Kitchen does not provide separate objects in all cases when doing concurrent execution. This means that mutating config[:binds] and config[:volumes] caused inconsistent state in concurrent...
This can happen on ANGLE and Vulkan for various reasons but we might want to handle it. TL;DR is that we'll need to be able to re-load everything onto the...
### Module version ``` v0.10.0 ``` ### Use-cases Right now it seems that one of the recommended ways to pass API keys to providers is by using environment variables[^1]. This...
Apologies if this issue is a bit overzealous. I am converting our existing Terraform provider over to Plugin Framework (since the provider is only half-finished anyways) and this is some...
Currently the ID an object gets assigned is equal to `Runtime.ReferenceIDs.Count`. This means it is very easy to get two objects with the same ID. Furthermore, ID -> object requires...