Erik W
Erik W
The UrlTracker plugin uses the legacy 'Application.SqlHelper' in Umbraco, which does not have correct retry logic for transient Azure SQL errors. This plugin should be updated to use the new...
1) Certain regular expressions caused catastrophic regular expression backtracking, crashing the user's browser when they tabbed off the query string field. 2) Previous regular expression did not accept all valid...
I recently updated from 1.12 to 1.16 and am seeing some significant performance issues. From around 5% CPU and 60 FPS (v1.12) to 100% CPU and 5 FPS (v1.16). This...
I'm pushing my SKView / SKTiledScene on a navigation controller from a vanilla UIKit menu view. When I hit 'Back' on the navigation controller, I encounter a crash, but only...
# It would be cool to be able to do something like: ``` Vault.Context.GetAncestors() Vault.Context.GetChildren() Vault.Context.GetDescendents() ``` If you want to get a bunch of documents that inherit from the...
On multi-site instances you might want to get all documents by type, within the site you are currently in. We ended up writing an extension method like this. Worth adding...