Hugh Bellamy
Hugh Bellamy
If I provide ```swift let dataSource = NYTPhotoViewerArrayDataSource(photos: photos) let photosViewController = NYTPhotosViewController(dataSource: dataSource, initialPhotoIndex: 0, delegate: nil) ``` I cannot swipe between photos, as there is only one view...
```cpp if (access ((char *) test_dir, W_OK|X_OK) == 0) { cache_dir = test_dir; break; } ``` W_OK|X_OK=3 but this is invalid on WIndows: https://msdn.microsoft.com/en-us/library/1w06ktdy.aspx?f=255&MSPPError=-2147217396
After a whole load of reverse engineering, I've discovered that Outlook's rule reader has the concept of "Parameters", which are essentially arguments passed to rules elements. The top level structure...
From https://github.com/hughbe/OutlookRulesReader/issues/6 > I've adapted the code / specs to typescript. My goal is to output the rules as json: https://github.com/asklar/rwzreader I did find some issues with the original code/spec......
Couple of things here - We should rename `signature` to `version` in `RulesHeader` - We should document the format of `version` to be `MAJOR * 100000` + something?? - We...
Found some cases where fields are documented as MUST be 0, but are actually 1 in the store. This should be a good opportunity to move away from from just...
Thanks to some external help, there can be some improvements here ### [PeopleOrPublicGroupListRuleElementData](https://github.com/hughbe/OutlookRulesReader/blob/master/src/Sources/OutlookRulesReader/Structures/Rule%20Elements/PeopleOrPublicGroupListRuleElementData.swift) - Rename to `AddressListRuleElementData` or something equivalent - May actually be reading an `ADRLIST` here. Read the...
Wrote these a long long while ago, sending in for CI ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/wpf/pull/8215)
Had these lying around from 5 years ago. Can now send in after #138 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/wpf/pull/8203)