Shai Berger
Shai Berger
Following the fix of #319 in #320, `set_many()` does not return a list of failed keys like it used to, when `ignore_exc` is True. This was detected by the tests,...
Currently, the way for a member to change what teams they're listed in is to edit the teams. This is cumbersome and error-prone. Since the member-team relation is M2M anyway,...
These options were added to 2to3 in Python 2.7 and 3.2. This commit adds the options always, with descriptive errors if the user attempts to use them with a version...
I suspect this may be an improvement to workflow, at least for contributors: https://lincolnloop.com/blog/installing-nodejs-and-npm-python-virtualenv/ Amirite?
### Issue description The **Introduction to the command-line interface** chapter includes a section instructing the user to learn more about the command by asking for its documentation. On Windows, this...
Hi, I'm not aware of any other way to contact the contributors to this project, so I'm posting it as an issue... A Microsoft representative wrote to Django developers, suggesting...
Silk currently uses monkeypatching to install its wrapper around `SQLCompiler.execute_sql`. Django 2.0 provides a new API for installing wrappers around SQL executions, and it may be preferable to use this...
**Describe the bug** If you start out with Sanic and install `sanic[ext]`, then try to use templating before installing Jinja2, you get a confusing error which may make you think...
### Problem and impact When I work on a schedule, I create versions of partial work just to have a point to roll back to. But then, when I made...
This handles two issues I needed to fix using a custom `vercel.json`, in attempt to make it easier for other users. One is the selection of the Python runtime version....