Daniel Miller

Results 5 issues of Daniel Miller

**Checklist** - [X] Updated CHANGELOG.md describing pertinent changes. - [ ] Updated README.md with pertinent info (may not always apply). - NA - [ ] Updated `site` content with pertinent...

This adds a wrapper `SharedIsolate` for `OwnedIsolate` (this way all the support code in OwnedIsolate doesn't need to be re-created). Originally an Unlocker was added as well, but an Unlocker...

Added a Grey trait to allow colors to create a generic "grey" color. This currently assumes the color spaces follow the same gradient, which I'm pretty sure isn't true, but...

C-Enhancement
A-Color

It's really strange not putting a description of changes in this message. This is my first set of JJ managed changes, I hope this works.

See https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-createfilemappingw , this is to add some form of accessing memory maps created via the dotnet call https://learn.microsoft.com/en-us/dotnet/api/system.io.memorymappedfiles.memorymappedfile.createnew?view=net-9.0 I kept the existing pattern of implementing both sides of the...