scrapix icon indicating copy to clipboard operation
scrapix copied to clipboard

Results 29 scrapix issues
Sort by recently updated
recently updated
newest added

In the schema strategy there is an option named `settings_sent` that does not appear to be used in the code. Is it still somehow used?

question

Create multiple handlers for different types of page content. Ask the user which template to use. If there is no template, use the content page default one. - [x] #6...

enhancement
epic

Previously the `only_type` was fetched in `this.config.schema_config?.only_type`, nonetheless, using typescript it appears the config is located in `this.config.schema?.only_type`. This should be tested. ```js if (this.config.schema?.only_type) { // TODO: Might be...

question

In this PR #28, I had to fix the call made to `this._format_code(code)` that was wrong. It previously was `format_code(code);`. Which does not exists. This leads me to think that...

bug

When adding `urls_to_index` to my configuration file, no pages are indexed at all

bug

in the results, the page hosted at `website.com/docs/examples/foo` will be formatted (written in pink) as `docs / examples / foo` (or `docs > examples > foo`, depending on which formatting...

enhancement

Currently if the redis server is not answering it is silently ignored and nothing happens. Which makes debugging harder.

bug

When a page is not found during build, the page is replaced with a 404 displayed theme. When accessing this page, the HTTP code is not 404 but 200. Because...

bug

## Context In the current state of this project, the scraping works and does its job as intended. Nonetheless, some essential parts are missing for this repository to become a...

enhancement

Sometimes it might be useful to cancel the tasks queue. It happened when I send the wrong meilisearch credentials but the processes were already launched. This is the way to...

enhancement