Isaac Daly

Results 70 issues of Isaac Daly

### Describe the bug Unpackaged WinUI applications crash when providing an `ms-appx` URI to `IconSource`. This is likely because the `StorageFile` API used for loading images requires package identity[^1]. https://github.com/HavenDV/H.NotifyIcon/blob/1d3326c7e02917e843547df68b81b2f91480a3af/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L24-L25...

bug
area/external

Currently replacement utilizes the old insertion model. - [ ] Migrate deletions to the new insertion model - [ ] Migrate replacement actions to use `SelectionBoundary`, rather than `ContentLocations`

enhancement
insertion-model

# Problem At the moment, inputting new content into the editor causes a complete recompilation of OneNote HTML and Markdown. During the process of recompilation, `React.createElement` is used to create...

enhancement

Currently deletion actions are based on `ContentLocations`. In comparison, the latest insertion model uses `SelectionBoundary`. - [ ] Investigate migrating to `SelectionBoundary` - [ ] Migrate

enhancement
deletion-model

Having each node knowing the `nodeStartOffset` leads to `O(n)` updates.

enhancement
insertion-model

Sub-section of #48 - [ ] Delete a single character inside a `StructureNode`, and update the selection - [ ] Delete a single character at the start of a `StructureNode`,...

enhancement

- [ ] Deletion on `C` resulting in an empty string should convert it to `` (Note, `C` is any random content). #63 - [x] Deleting single characters using the...

enhancement

Part of #48 Deletion on `C` resulting in an empty string should convert it to `` (Note, `C` is any random content).

enhancement