brbog
brbog
After parsing a css file from a Joomla site with the following simplified snippet: `:where(.some-tile:not(.preserve-color))>*{color:#161616}` The logging shows: `LoggingCSSParseExceptionCallback(45) - Failed to parse CSS: [1:8] Encountered text '.' corresponding to...
Inside `WebCrawler.run()` a value "processedSuccess" is received which indicates whether any form of exception handling was needed or not (exception could be merely logged without halting on error). This value...
During tests I observed a couple of times that a fetch failed due to 0 bytes being returned from the server. Since it was not deterministic, a simple "retry" could...