blaisemGH

Results 4 comments of blaisemGH

For some future readers, I was able to select an attribute value with the following approaches. `html.SelectSingleNode("//xpath/to/node").Attributes.AttributesWithName("class")` to extract the attribute class from a single node. If you are doing...

I have this error message since the latest windows update (build 19045) about a week ago. The vmmem process started hanging, couldn't access it or stop it (tried both task...

Fix for issue #283. I didn't find the issue until after implementation, so there is already PR #289. I guess my PR adds a unit test. Would be fine with...