This is really a post in the category "I have seen this error before, too bad I didn't write something about it the last time I got it". So now I'm writing about it. I have some super old legacy code, its a mich mach of Asp.net MVC, ASP.NET Web Forms that I don't care about and it just need to work for another year or so before I migrate some stuff. Today ...
I have just started to use Microsoft Edge, what lured me in was the "auto sleep tabs"-feature. Chrome is eating an incredible amount of memory if you are a tab junkie like me. I have used an extension called Tab Wrangler for a few years to keep thing under control but the Edge sleep feature is more coinvent and always good to not have to use an extension. A...
One bug that appears now and then is that some element on the page is overflowing and makes the entire page overflow. I wanted to create a test in Cypress that make sure this doesn't happen. But i had a really hard time finding exactly how to do it. Finally i realized i could make use of the [scrollTo](https://docs.cypress.io/api/commands/scrollto) feature ...
This is an issue i am running into now and then. I want to connect to a local instance of MS SQL Server via 127.0.0.1 or localhost hostname and it just doesn't work. What you need to do is to activate TCP/IP connections in SQL Server Connection Manager. Open C:\Windows\SysWOW64\SQLServerManager14.msc via WIN+R, that is for SQL Server 2017, you can see the ...
I must admit I'm kind of a noob when it comes to Git. I have worked more or less on my own for the last 10 years and I have never really got involved in the open source world. So i have mainly used git as kind of a source code backup system. But sometimes i want to do some more advanced stuff (well, advanced and advanced, things i don't know how to do). Thi...