Álvaro Justen
Álvaro Justen
I would love to have this feature implemented and I'm willing to create a PR if the maintainers accept the idea. In many Web scraping projects I need to get...
> @turicas what about a monkeypatch of that ? Sorry, I didn't understand. My current solution is already a monkey patch. It works, but I'm proposing adding official support so...
Any thoughts regarding my proposal?
> I am interested in your proposal; where can I check the code? The only code I've written is in this comment: https://github.com/cobrateam/splinter/issues/730#issuecomment-2465988149 I was waiting for an "OK" regarding...
Should just change `pyproject.toml` or force this version on the provided `Dockerfile` also (it does not seem to specify any Python version AFAIK)?
Another related problem: `pkg_resources` (used in `face_recognition_models/__init__.py`) is deprecated. I did a clean install using the `python:3.13-slim-trixie` Docker image - executed `docker run --rm -it python:3.13-slim-trixie bash`, then, inside the...
@RhenanBartels, you may want to work on this issue. :-)
@RhenanBartels feel free to ask for help and create a PR. ;-)
@leorochael - you may want to help this one! :) The PR was made on: https://github.com/turicas/rows/pull/137
@rossjones, thanks! I'm thinking in not using regular expressions as they use for this implementations (actually they use lxml + regexps) since it can lead to some problems/more complexity (although...