Joe Mullally
Joe Mullally
Package installs tests to "site-packages/tests" directory, should be moved or removed? ``` $ venv/bin/pip install django-pwa $ venv/bin/pip uninstall django-pwa Found existing installation: django-pwa 1.0.10 Uninstalling django-pwa-1.0.10: Would remove: .../venv/lib/python3.9/site-packages/django_pwa-1.0.10.dist-info/*...
Fixes error: ``` PowerShell DSC resource MSFT_RegistryResource failed to execute Test-TargetResource functionality with error message: (ERROR) Invalid registry hive was specified in registry key 'KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications' + CategoryInfo : InvalidOperation: (:)...
There are 2 entries named "AllowCrossDeviceClipboard", which causes a "Duplicate Resource Identifier" error. This change gives a unique name to the second entry based on the registry key it is...
Add an extra argument to enable automatic channel scanning. This is managed by a seperate timer thread. Also move channel 11..26 numbers to reusable constants Signed-off-by: Joe Mullally --- If...