Anna Kornfeld Simpson

Results 10 issues of Anna Kornfeld Simpson

The result of putting a bounds-safe interface on the following code: ``` typedef struct foo { //... HANDLE h; // HANDLE is defined as typedef struct S* HANDLE //... }...

The return value for strchr should have **EDIT the same bounds as the input string** in its bounds-safe interface. Right now the bounds-safe interface has an interface type but no...

Linux's isSpace function does a `**` (double-pointer dereference) into the middle of an array, which we can't make a bounds-safe interface for. We know bounds for the inner array type...

# Description As proposed in [this comment](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/982#issuecomment-1207286916), this change removes all regexes from files in `src/Commands/` which are hard to test because of reliance on the Obsidian API. Relevant regexes...

type: internal
scope: parsing markdown - and global filter

Docs todo for myself: once dataview releases the improvements to Tasks interop, I should write a page in the "Advanced" section of the Tasks docs on the recommended dataview configuration...

scope: documentation

### What happened? The implicit `tags` field **on Tasks** incorrectly parses some items that follow a `#` symbol but are not tags, such as the color in ``, as tags,...

bug
backend

## Describe the Bug With the new "Format YAML Array" and "Format yaml array sections" rules, a single non-array date value in the YAML is getting converted into an array....

bug

## Describe the Bug After updating today and looking at "Settings" -> "Linter": The new "Format YAML Array" area has a setting "Yaml aliases section style" but there is an...

bug

Including the startTime with the date in the file name of each event would be really useful for sorting through the folder explorer view when days have multiple events. Could...

enhancement
event management

Thanks for this very useful repository! Per [a post from the developers in the Obsidian Forum](https://forum.obsidian.md/t/plugin-developers-codemirror-6-migration-guide-for-v6-0/38947), a bunch of the CM6 packages merged into other ones when CM6 went stable....