Marco Franssen

Results 249 comments of Marco Franssen

Any update on this? Did you manage to do it? Posting the solution over here would be great, if so.

See #150 on how you might be able to cache them, still testing it, but very difficult due some limitations for which I made a feature request in #150.

@ortonomy yes I did get it working as far I was able to debug. See here my `pwa` config in `next.config.js`. ```js pwa: { disable: process.env.NODE_ENV === "development", dest: "public",...

Ok... On the homepage I can't find the download link. Just downloaded the 1.0.5 tag. Running build.cmd has errors. I have the 7.1 resharper sdk installed. Please provide some better...

Ok I figured it out... When I replace ``` return dom.Render(); ``` with ``` return dom.Render(DomRenderingOptions.RemoveComments | DomRenderingOptions.QuoteAllAttributes); ``` it seems to work...

We are using `` Yesterday we had also some strange behaviour by getting the text... Not working ``` csharp var dom = CQ.Create(html); var result = dom.Remove("a").Text(); ``` We expected...

Seems like 1.3.4 broke some things... Because now I get completely different results. Seems like all paragraps are deleted now... ``` csharp foreach (var paragraph in paragraphs) { if (string.IsNullOrEmpty(paragraph.InnerText)...

Here a Html example... I am also trying to remove the wrapping `div.WordSection1` I tried to unwrap by using following code. ``` csharp dom.Select("div.WordSection1").Unwrap(); ``` ``` html Dear Marco, This is...

What is the state of this PR? Seems only blocked on some missing code coverage for the new feature. @Poweranimal is that something you could finalize?

@lynncyrin yes that is exactly what I meant.