Jonathan Magnan

Results 992 comments of Jonathan Magnan

Hello @riyadparvez , I will look at this, but I'm not sure if we will implement it or not this features before the V2.x I will let you know more...

Hello @riyadparvez , We do not plan in short-term to support immutable transformation however you can clone the DocumentNode and work on it. So you will still keep a reference...

Hello @aktzbn , We will look at it later this week to check what consume so much memory. The table has over 150k row but that should probably not consume...

Hello @aktzbn , Unfortunately, I don't think it's possible currently to do anything. Your page web has 80MB of data in a Table Format. More than 2 millions HtmlNode need...

Hello @aktzbn , Yes, it's a pretty big overhead but a class must also be created for every CSS class && attributes. Overall: - 3976300 HtmlNode - 3485104 HtmlAttributeCollection -...

Hello @aktzbn , Unfortunately not yet ;( I do not believe it will be ready in 2017 So many projects ongoing currently. Best Regards, Jonathan

Hello @alnewman , We made improvements in some area but sometimes there is nothing we can do unless we fully re-write the library in a better way to handle this....

Hello @adeyblue , My developer took time to look at it and we recommend you to use instead the `RemoveChild` method such as: ```csharp var headerToRemove = headers.Last(); headerToRemove.ParentNode.RemoveChild(headerToRemove); ```...

Hello @Vittorio-Payoff , Thank you for reporting. We will look during the weekend why this is not reporting as an error. Best Regards, Jonathan

Hello @Vittorio-Payoff , We looked at this issue during the weekend. However, the time estimated to fix it and report it as an error is a way too long. Since...