Jonathan Magnan
Jonathan Magnan
Hello @OpenSpacesAndPlaces , Unfortunately, there is no solution at this moment. SVG tag is not part of what is currently supporting in HAP. Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list,...
Hello @ivanicin, HAP already emulate some browser behavior but is still not HTML5 fully compliant. When we will develop the v2.x, we will make sure to be HTML5 compliant to...
Hello @Risbot , Thank you for reporting, we will look to add an option for the decompression. We quickly tested it with your page and it worked. Best Regards, Jon...
Hello @Risbot , The v1.11.38 has been released. We added the option `HtmlWeb.AutomaticDecompression` in this version. You can use this option this way: ```csharp var html = @"https://www.seznam.cz/"; HtmlWeb web...
Awesome @Risbot ! Don't hesitate to contact us with any questions, issues, or assistance! Bets Regards, Jon
Hello atifaziz, I understand your point but unfortunately, I don’t think that will happen yet. Unlike some other company, we release very often. Very often also we introduce small change...
Thank you for your feedback from both of you, I will for sure take some time during the weekend to think about which position I prefer to take. Best Regards,...
Looking at the semantic versioning that you provided, Here is what I believe I currently do: - MAJOR: When majors changes are done (I mean **MAJOR**) - MINOR: When a...
Here is an example to better show the problem I try to describe with the semantic versioning for **MAJOR** version. Let say the version 2.x is released (The whole library...
Hello @atifaziz , Here is the issue I have opened: https://github.com/mojombo/semver/issues/395 Unless someone provides me a good answer that works and make sense, I will continue to use my own...