Matthieu Moy
Matthieu Moy
**Is your feature request related to a problem? Please describe.** Xournall++ allows customizing buttons of stylus and mouse differently (e.g. pressing the stylus's button 1 triggers one tool, while the...
We already have basic static analysis with flake8 (and the underlying pyflakes), but using typing annotations and a static typechecker may 1) find more bugs, 2) help our users by...
We're having a lot of questions about JavaScript, and one rather frustrating aspect of MechanicalSoup is that users may start using it, write a lot of code, and then realize...
https://scrapy.org/ seems very close to MechanicalSoup in many aspects. It seems primarily dedicated to scrapping read-only webpages, but there's also https://doc.scrapy.org/en/latest/topics/request-response.html#formrequest-objects for form-filling, just like we do in MechanicalSoup. Scrappy...
Just discovered Pyroma, and it has complains about MechanicalSoup: ``` $ pyroma . ------------------------------ Checking . /usr/lib/python3/dist-packages/setuptools/dist.py:474: UserWarning: Normalizing '1.0.0-dev' to '1.0.0.dev0' normalized_version, Found MechanicalSoup ------------------------------ Your package does not...
[Poetry](https://python-poetry.org/) and [Pipenv](https://pipenv.kennethreitz.org/en/latest/) both allow in particular pinning dependency versions, hence should help us to debug subtle issues related to versions like #299. Poetry is the most recent one, uses...
I've activated codacy for MechanicalSoup. There seem to be some relevant warnings here: https://app.codacy.com/app/moy/MechanicalSoup/issues/index (at least the `value={...}`) Some can't be fixed without breaking backward compatibility, but there should be...
See https://stackoverflow.com/questions/48496955/mechanicalsoup-doing-a-form-post-with-iso8859-1-charset for a user having issue with non-UTF-8 charset and non-ascii characters. Not sure exactly what should be done here, but currently: MechanicalSoup$ git grep -i charset MechanicalSoup$ cd...
Hi, That may sound like a strange request, but ... Like probably many other users, I'm happy to contribute images but 1) I'd like to ensure survivability of my images...
I've used and developed git-multimail happily for a while, but these days I'm no longer using it myself (I'm no longer using any server where I can setup a push...