-
Many static web apps (JS, Blazor WASM, etc.) require pre-rendering to be more SEO friendly.
Google crawler specifically handles JS apps quite well, but the crawler blocks DLL's so Blazor WASM isn't …
-
During the work on [Processing extension](https://github.com/jvolker/Openframe-Processing/) in the past weeks I've tested, used and extended the Openframe platform a bit. The architecture is thought-t…
-
In a 7/9 discussion with Anna, she requested that we develop an approach to design and build site wide search functionality into the NCIDS documentation site. https://designsystem-dev.cancer.gov/devel…
-
Are there any plans of supporting different eviction policies, for example least frequently used?
-
So, I tested out the scraper today and even though we have multiple instances, it seems to be going to need a CRAP ton of time to get the html from the many links for later parsing.
I started looking…
-
I am running an application heavily depending on HtmlDocument with hundreds of multi-threads
So what would be the best way of disposing of HtmlDocument after done with the object
Like below?
…
-
I would like a way to be able to detect typos on spider settings.
Some approaches that I can think of:
- Making this a core feature of Scrapy, having extensions report the settings they use someho…
-
**Describe the bug**
When I need to force stop the application, it cannot find the keyword: "force stop"?
It is also possible that sd maid cannot operate.
Another problem is that when using the T…
-
### Error string
MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
### Bug behavior
- [X] Flaky
- [ ] PDF
### Background
The code example above is a simplified v…
-
Currently F# uses FSharpDocumentDiagnosticAnalyzer, which implements Roslyn's DocumentDiagnosticAnalyzer.
The goal is to replace this with LSP pull diagnostics.