Benjamin Freitag
Benjamin Freitag
Dropdowns look fine now, but the labels are in a strange order 
Having the same issue but right after application startup. Windows Server 2008 R2 SP1, IIS 7.5, latest DotNetCore.2.0.5-WindowsHosting # Windows Log > Application ## Error Faulting application name: w3wp.exe, version:...
Thanks for your update. The software-update didn't fix the issue but I was able to track it down to a configuration in the IIS Application Pool. We had changed these...
See node-qrcode issues: * [[Feature Request] Include a logo (svg / jpg / png) at the center of the QR Code #320](https://github.com/soldair/node-qrcode/issues/320) * [Add image in the center #240](https://github.com/soldair/node-qrcode/issues/240)
Thanks @adriangodong. My Workaround was to create another class extending TemplateBase and inherit from that in all affected cshtml-files: ```c# public class MyRazorTemplate : RazorEngine.Templating.TemplateBase { protected void BeginContext(string virtualPath,...
Table headers are also not in sync when the browser zoom is changed, e.g. on the [Angular Scheduler Example](https://www.telerik.com/kendo-angular-ui/components/scheduler#angular-scheduler-example). Especially in use cases where zoom in/out causes the scollbars to...
Thanks. Unfortunately `*ngIf` causes side effects and performance issues in our use case. I created a workaround by removing the style `padding-inline-end` causing the issue: ```typescript private fixSchedulerHeaderAlignment() { const...
Changing the ```decryptionKey``` or ```validationKey``` seems to also break license activation of certain Extensions, like Document Exchange (DMX) from @donker. License must be reactivated afterward.
Microsoft just [released this Security Update for SharePoint](https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-sharepoint-server-subscription-edition-september-09-2025-kb5002784-b07efaab-d18a-4d3b-8dbd-38e1aee59abf): > Updates the Machine Key Rotation Job schedule from monthly to **weekly** and make sure that it's automatically triggered after each update...
CISA also recommends to use a Password Manager. Passwords should be 16 characters, random and unique. I think https://www.cisa.gov/secure-our-world/use-strong-passwords was not updated anymore since months. We are experiencing a massive...