Chris D

Results 5 issues of Chris D

UnsafeNativeMethods.OnCallback = new UnsafeNativeMethods.WebPMemoryWrite(MyWriter); is causing an exception: System.NullReferenceException Object reference not set to an instance of an object. at UnsafeNativeMethods.WebPEncode_x64(WebPConfig& config, WebPPicture& picture) at WebP.AdvancedEncode(Bitmap bmp, WebPConfig config, Boolean...

Steps to repro: 1. Enter EDIT mode on a page 2. Click to an area to be able to add a table 3. Add the table 4. Single click on...

bug
Minor
Unable to reproduce

Is there a way within this interop to delete a polygon after being created? I can't seem to find any implementation of that?

When following the example for a dynamic Modal, there doesn't seem to be a way to allow the component which implements the contents of the BodyTemplate in order to facilitate...

enhancement
area-modal

I've used this package in multiple projects, but this is the first time I've received this error. On a razor page (index.razor) I simply have the following: ``` ``` However,...