Jeffrey Zimmerman

Results 5 issues of Jeffrey Zimmerman

**Describe the bug** When creating a new message, certain contacts do not address the message to the correct number. For example, when selecting "Dad" from the list of contacts, the...

bug
help wanted

Added option `LOGIN_ON_REGISTER` (Default: False) to `app_settings.py`. Modified `RegisterView` in `registration/views.py` to include the option for logging in on registration. This could not be done in user code, as there...

Hi, More of a feature suggestion/completion than a fix. I've added a Microsoft Graph login serializer to my social_serializers.py file and also implemented a "login on register" option for the...

When using the desktop entry as provided on the main page under the Ubuntu Shortcut section, the following errors are produced: ``` $ desktop-file-validate ~/.local/share/applications/Android-Messages.desktop /home/username/.local/share/applications/Android-Messages.desktop: error: value "1.0.0" for...

### 🐛 Describe the bug ## Example: ```python import torchvision from torchvision.transforms import v2 transforms = v2.Compose([ v2.ToImage(), v2.RandomRotation(degrees=(-45, 45), expand=True), ]) # Set up COCO dataset train_dataset = torchvision.datasets.CocoDetection(coco_img_root,...