Sean MacKay

Results 11 issues of Sean MacKay

The MVC5 project references MVC 5.1.0.0 in the csproj file, instead of the 5.1.2 version referenced everywhere else including project requirements. This means that NuGet downloads MVC 5.1.2 but then...

I'm running into an issue with the DecompileAsync() on the DelegateDecompiler.EntityFramework package with EntityFramework 6.1.3. I haven't done a ton of investigation yet so this is mostly to see if...

I added a generic type to the FieldArrayRenderProps type and the ArrayHelpers type. This will allow usage of FieldArray like this: ```ts {(fieldArrayProps: FieldArrayRenderProps) => { fieldArrayProps.form; //typed as FormikProps...

Needs Rebase

This probably isn't an issue or an enhancement request. I am just trying to understand the thinking of returning only the statusCode and statusText when experiencing an error during fetch....

It must have migrated with new additions

### Pimcore version 10.6 ### Steps to reproduce Currently it depends on data on a system I can't share, but the steps to reproduce are essentially 1. Call `->save()` on...

Bug
Pimcore:ToDo

This PR enables the dirty detection for simple data fields in the DataObject. Use cases would be for any custom event listener or processing on a DataObject Pre-Save event might...

Bug
Pimcore:ToDo

### Improvement description After looking through the source code, and trying to use bin/console debug:config PimcoreApplicationLoggerBundle (only to see that "The extension with alias "pimcore_application_logger" does not have its getConfiguration()...

Improvement
PR Welcome

Probably low priority on the totem pole, but didn't see it mentioned here. The window and UI will lock up during long executions (such as hitting the compile button), preventing...

### Expected behavior When you hit "Execute" on a large datahub job, the operation to queue the items completes without error even if it is slow. Given sometimes it may...

PR Welcome
Bug