Floris Westerman
Floris Westerman
When managing a remote machine via Remote Management in IIS Manager, opening the HSTS panel causes IIS to crash. Most likely because of the way of retrieving the settings from...
## Summary of the Pull Request Implements an initial version of #1571 and the relevant [spec](https://github.com/microsoft/terminal/blob/main/doc/specs/%231571%20-%20New%20Tab%20Menu%20Customization/%231571%20-%20New%20Tab%20Menu%20Customization.md), the only big thing missing now is the possibility to add actions, which depends...
While it is possible to set the appropriate environment variables to get Go to use a proxy (as fixed in #57 ), it would be nice to explicitly support setting...
This PR implements support for automatic discovery of OpenID Connect configuration, as specified [here](https://openid.net/specs/openid-connect-discovery-1_0.html). Fixes #22 Details: adds an `issuer` configuration field, which, when present, will cause the provider to...
### Microsoft PowerToys version 0.63 ### Utility with translation issue PowerToys Run ### 🌐 Language affected Dutch ### ❌ Actual phrase(s)  ### ✔️ Expected phrase(s) Something like "Profielen in...
I think a **d**irect **i**nterface **l**ayer for **d**elegation **o**verview will improve the usage of DICCS. It's easier to use, and it's faster to use, so many more people out there...
Please point me to the relevant resources if I am wrong, but it seems like Flowbite cannot be used together with Shadow DOM in native web components. While the style...
What version are you currently using? 1.2.0 What would you like to see? Currently, we can compose `Optional`s, but we cannot do the same for `Lens`es with a nullable target...
When I create an instance of the ldap federation together with a new realm in one operation, the federation provider does not function at all. It does not show in...
Currently, this library does not support [Kotlin (inline) value types/classes](https://kotlinlang.org/docs/inline-classes.html) for a config mapping setup. For an example, let's consider the following definition: ```kotlin @JvmInline value class Size (private val...