Hugh Bellamy

Results 35 comments of Hugh Bellamy

Also looking at documentation for `PROPVARIANT` (https://docs.microsoft.com/en-us/windows/win32/api/propidlbase/ns-propidlbase-propvariant) | | | | | -- | -- | -- | -- VT_INT | 22 | intVal | 4-byte signed integer value (equivalent...

Fix is to downgrade `fake-useragent`: https://github.com/fake-useragent/fake-useragent/blob/e58c42bd57b59dc42b455f1463c39ab0172db1b0/README.md?plain=1#L201C1-L202C1

Hiya - whats the rationale here? Just curious

This would be a really useful addition

> Makes me wonder what you can do with hacks where the bits would intentionally overlap with the bitmap header... or if you can embed custom metadata between the official...

@safern @akoeplinger can we try merging the opened PRs, may be able to take a look :) /cc @filipnavara

Hey Andre - looks like you’re missing some imports? Try including the following at the top of your file ``` import Foundation import OutlookRulesReader ``` Also, the test project has...

There's a faulty debug assertion in `XamlNode` that's crashing the tests: ``` Process terminated. Assertion failed. XamlNode ctor, StartMember data is not a XamlMember at System.Xaml.XamlNode..ctor(XamlNodeType nodeType, Object data) in...

Some tests failing due to the change to return `[]` instead of `null` here: https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Replacements/TypeListConverter.cs#L41 https://github.com/dotnet/wpf/pull/203#discussion_r1327064164