scrapix icon indicating copy to clipboard operation
scrapix copied to clipboard

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

We should find out which options are mandatory or not and what kind of data structure it contains. We could use [`zod`](https://zod.dev/) to ensure validation and help the user understand...

enhancement

Currently the tool is named `scrapix`, we are not completely convinced by its naming. We need to decide to a new name, or decide to stick with this one. Some...

maintenance

We should keep our dependencies updated but ensure we are not losing time in merging these PR's and being spammed. Only the dependencies should be updated. The devDependencies are not...

maintenance

On order for contributors. but also for the team members to be quickly able to test the project after their changes, the contributing guide should definitely be added with the...

maintenance

While the README currently does an okey job on explaining the basics, it should be more complete to ensure the whole project is explained with its features.

maintenance

Currently this repository has no tests. The idea is to create a very minimal set of tests on which we can iterate later but that ensures us we did not...

maintenance

In most of the places were errors are silently ignored, a console.log compensate with some information on it. These are not always very clear. Exemple in `Senders.ts` where it is...

enhancement

Currently there are 3 strategies - default - docssearch - schema They all answer to a certain common use case. We suppose these use-cases answer 90% of the website structures....

enhancement

Create a frontend website that can replace the curl call. It would be much simpler to use.

enhancement