Stian Jensen
Stian Jensen
Thanks, @nachoargentina I see that the cropper plugin has made some changes in v11.0 related to events: `Convert "crop" option to "crop" event` So to support the next version of...
If you want this kind of security, I would implement it on the backend in django, and not in the frontend, where it's relatively easy to bypass.
Yep a counter could work in that case, and having it reset to zero when you correctly login. But then you would also need a mechanism to have it reset...
The error is on this line: https://github.com/lionleaf/dwitter/pull/424/files#diff-f552aa4b1485a67b4f2ebbdd750855c0R138
Another: https://www.dwitter.net/d/477
Do other platforms allow hashtags that are not preceded by a space?
I guess that can make sense, although it seems to me to at least be quite common for packages to distribute their types dependencies. It feels like a lot of...
Moving some deps into optional dependencies that you can choose to install only if you need them would indeed be nice!
https://creatronix.de/pip-optional-dependencies/ I think this can be solved with `extras_require` so that people who need all the calendars can install `holidays[extras]`.
I believe I've fixed most of that here, but I still have a few test failures to figure out: https://github.com/react-native-community/cli/pull/1522