Hugh Bellamy
Hugh Bellamy
Images
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  Doesn't seem very useful as we don't expect this to happen
 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.  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":  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)...
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...