Pablo Baeyens

Results 114 issues of Pablo Baeyens

With [minor adjustments](https://github.com/mx-psi/fa-scraper/commit/f884a55b940dcef185c2340e0cc703b5b761b206) it looks like fa-scraper can be run on a browser via [Pyodide](https://pyodide.org). However, FilmAffinity does not allow doing cross-origin requests, so we would have to create a...

I renamed the package from `fa-scrapper` to `fa-scraper`. To ensure people keep receiving the latest version if they install `fa-scrapper`, I have to do a `fa-scrapper` release that depends on...

enhancement

- [ ] Add end to end test for lists - [x] #56

- [x] #35 - [ ] Add unit tests for relevant sections - [x] #40

Provide sensible error messages: - [ ] when the ID is incorrect - [ ] when there is an unexpected network error - [ ] when there is an unexpected...

good first issue

When `fa-scrapper` was originally written the EU GDPR was not a thing. Now, users can write to FilmAffinity and it is legally obligated to give a machine-readable dump of the...

documentation
good first issue

Sometimes the Letterboxd importer has trouble knowing which film the user is trying to import among different films with the same name. Since Letterbox uses IMDB data internally, we could...

enhancement

Traducir la interfaz de línea de comandos al español.

good first issue

As discussed on a previous Collector SIG meeting, we can bump the default minimum TLS version to 1.3 by default to have a more secure default. Users would still be...

enhancement
priority:p1
area:config

To prevent [Slowloris attacks](https://en.wikipedia.org/wiki/Slowloris_(computer_security)) we can explicitly set default values for `ReadTimeout` and `WriteTimeout` on [net/http.Server](https://pkg.go.dev/net/http#Server). We may need to go through a feature gate process for this since it's...

enhancement
priority:p1
area:config