Hugh Bellamy

Results 30 issues of Hugh Bellamy

Hi, please may you add support for images to this rich text editor, it would be a damn awesome addition! Thanks!

E.g. https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/System.Collections_BitArray.htm ![image](https://user-images.githubusercontent.com/1275900/49683621-338bc000-fac8-11e8-9775-c2b4c331ca02.png) Doesn't seem very useful as we don't expect this to happen

enhancement
tenet-coverage
stale

![image](https://user-images.githubusercontent.com/1275900/116400232-ba6c9f00-a821-11eb-9cb5-1b53633ede59.png) The property 0x0E2F0003 is apparently unknown. However, it may be documented in https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/5ee9a00a-858b-47db-95b3-f91518640ea7 > 0x0e2f0003 *[ptagIMAPId] PtypInteger32 0x0000135f (4959)

In https://social.msdn.microsoft.com/Forums/office/en-US/d1cbdc2e-b63d-4fe6-b062-d6ceb16b2abd/whats-the-binary-data-format-of-clientside-rules-ipmruleorganizer-property-0x68020102?forum=outlookdev: I've reverse engineered the file format in a Swift project, found at https://github.com/hughbe/OutlookRulesReader. ![Screenshot 2021-04-16 at 10 52 52](https://user-images.githubusercontent.com/1275900/115007709-31a94700-9ea2-11eb-9c9d-518c38e64ae9.png) I've also written a specification here: https://github.com/hughbe/OutlookRulesReader/blob/master/docs/RWZ%20Format.pdf Would you...

Work on #134 ### How to use (Windows) ``` cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=C:/Users/hughb/Documents/GitHub/vcpkg/scripts/buildsystems/vcpkg.cmake ninja ``` ## How to use (Linux/macos) ``` cmake -G "Ninja" ninja ``` This has almost identical...

For example, https://www.courtlistener.com/docket/63395241/patterson-v-terraform-labs-pte-ltd/ docket 10 says "This is a text-only entry generated by the court. There is no document associated with this entry": ![image](https://user-images.githubusercontent.com/1275900/179402497-ff7e2091-8c8e-4fad-9454-80b4668912ca.png) Clicking on the link results in...

Stretto's court docket contains all the dockets for the Bankruptcy cases using their system. For example, Celsius' bankruptcy dockets (https://www.courtlistener.com/docket/63590715/celsius-network-llc/) are uploaded to https://cases.stretto.com/celsius/court-docket/#search. Would be interesting to scrape stretto...

* .NET Core Version: master * Have you experienced this same bug with .NET Framework?: N/A **Problem description:** We want to test various registry interactions such as with `InputLanguage` (https://github.com/dotnet/winforms/pull/3237)...

test-enhancement

We need tests for various interfaces implemented by managed classes (e.g. IOleControlSite etc) The best way to test this would be to implement tests in c++ and PInvoke them passing...

test-enhancement