Hugh Bellamy

Results 33 issues of Hugh Bellamy

E.g. in ColorEditor: ```cs /// /// Paints a representative value of the given object to the provided canvas. /// Painting should be done within the boundaries of the provided rectangle....

enhancement
up-for-grabs
code cleanup
:book: documentation: breaking

Once CoreFx and CoreCLR fully support nullability it would be great to do this in winforms Probably a large project...

enhancement
up-for-grabs
area: NRT

This implementation works as is ![Screenshot 2020-10-20 at 11 29 09](https://user-images.githubusercontent.com/1275900/96575130-45e00300-12c8-11eb-9c73-dcad9693af79.png) [2003_high-encryption_quickbrownfox3.pst.zip](https://github.com/Dijji/XstReader/files/5408072/2003_high-encryption_quickbrownfox3.pst.zip)

I'm executing the following python code: ```py from nqntnqnqmb import * ``` However, I get an error: ``` PS C:\source\repos\linkedin-scraper> python .\linkedin-scraper.py Traceback (most recent call last): File "C:\source\repos\linkedin-scraper\linkedin-scraper.py", line...

Cause of issue in https://github.com/mono/libgdiplus/pull/276#pullrequestreview-108660416

E.g. in the `test.tif` file in this project, the properties set do not match GDI+

- Should be set to PropertyTagDateTime (matches GDI+)

We add data from libexif, but GDI+ also adds properties originating from `libjpeg`, such as the file's comment and the luminance and chrominance quantization tables. We should add these as...