Mike Chambers

Results 42 issues of Mike Chambers

Seeing a route enumeration error in diagnostics, any ideas? Umbraco 8.17.1 God Mode 2.4.1 Might be associated with Swashbuckle 5.6.0 (SwaggerApi) ? ``` Exception System.InvalidCastException: Unable to cast object of...

Thought it would be a good idea, to say `options.MaskProperties.Add("_Password", PasswordMaskingOperator);` That way we can have the same extensiblity to say leave first and last char exposed? Or maybe extending...

```csharp if (!string.IsNullOrEmpty(ImgCropAlias)) { // The element contains a crop alias property, so pull through a cropped version of the original image // Also, calculate the height based on the...

Getting an error on Windows... digging into it ```final String fileName = fileSystemEntity.path.split("/").last;``` isn't gettting the filename as `fileSystemEntity.path` returns something like ```android/app/src/main/kotlin/com/example/stacked_ehq\MainActivity.kt``` quick and dirty fix.. `final String fileName...

Umbraco 11.3.1 MemberListView 3.0.3 (I couldn't update to 3.0.4 due to a fixed dependency on XML for another package) Order By Name, Email doesn't sort correctly in terms of alphabetical...

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish#implicit-restore as `dotnet publish` implicitly restores we can either remove the `dotnet restore` or add the `--no-restore` flag to publishing?

Looking to migrate a legacy grid with settings on row and cells.. rows translate to layouts, and cells to areas.. but seem to be missing a settings model binding on...

https://github.com/Jumoo/uSyncMigrations/pull/66#issuecomment-1378684563 > The "full width" is not converted, since it is not needed, the grid editors marked as allowed in the "row configuration" will marked as referenced, and they are...

Should the existing migrator be able to update `Umbraco.MediaPicker` -> `Umbraco.MediaPicker3` ? or is it only for `Umbraco.MediaPicker2` -> `Umbraco.MediaPicker3`?

Wondering if for those of us who have persisted with dtge right upto v11.1 there might be a way to use the community efforts here to migrate a umbraco.grid property...