A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Sometimes when I do import jobs, I check if a content type have a specific property. If a page exists I update it, and if not I create a new. Other times I want to find some pages that inherits form a basepage type and get those pages that have so...
There are times you want to manipulate the html after it has created to change image references, or change the links outputted to friendly URL’s. Here is a trick how to get the content out of a view in MVC and use the HtmlAgilityPack to change the...
I’m struggling to make more advanced properties but I keep hitting my head against a wall. I have downloaded the source code for the dojo javascript stuff, but as far as I have seen I need to copy a lot to make my necessary modifications. I tried...
I got this error “Deadlock risk detected.Trying to read a page from the same thread that is already trying to read the same page” and want to share with you what was my problem. I can seems that when you first access a page data, and if that page...
I have with collaboration with a colleague of mine made a Google map selector. It’s plain but effective. The basic concept is like this: A user can add a query to search for. After searching the dropdown got populated with possible hits After...