I created this gist on May 25, 2021. It is still an issue as of October 23, 2024. Welcome to the future of web development. Take this Gist to rest and calm down.
- Uninstall docker the normal way (yeah you may have already done that)
- Copy this:
I created this gist on May 25, 2021. It is still an issue as of October 23, 2024. Welcome to the future of web development. Take this Gist to rest and calm down.
If you are running docker in Bootcamp on an Intel-based Macbook, what this error is trying to tell you is that Virtualization features are not enabled. To enable Virtualization features inside Windows 10 in Bootcamp:
Virtualization features will now also be available in Windows 10 and docker should work again.
/* Fix scrolling bug on iOS Safari with fixed elements and bottom bar */ | |
body.noscroll { | |
height: 100%; | |
overflow: hidden; /* make sure iOS does not try to scroll the body first */ | |
} | |
/* your wrapper, most likely mobile menu */ | |
.fixed-wrapper { | |
width: 100%; |
Using a High-DPI monitor with high resolutions such as 3840px and above, you may have noticed that DaVinci Resolve does not really care about Windows system scaling settings.
You may have also tried to force override DPI handling in the shortcut properties, which kind of works, but makes fonts blurry.
Edit the shortcut target of DaVinci Resolve to use this:
I've had this error with an old Intel® Dualband-Wireless-AC 7260 card on a Z97 chipset (specifically on a GIGABYTE GA-Z97N-Gaming 5 (rev. 1.0))
After a Windows 10 Update, Bluetooth went completely missing and instead I've had a "Unknown USB Device (Device Descriptor Request Failed)" error in device manager.
I've stumpled upon this video and it (almost!) did not solve my problem, until I've read the youtube comments and I took a few extra steps.
Creating a universal bootable Windows Installation USB drive on Mac OS is straightforward. The only pitfall is you have to format your drive as FAT32 to maximize compatibility, but then you have to split your .WIM file to smaller chunks than 4GB so that it does not get corrupted. Fear not, I will guide you through the process. Big thanks to this comment by m13253 for most of the heavy-lifting of this Gist.
/Volumes/USB
and your ISO is named something like Win10_1903_V1_Germal_x64.iso
):❗Preparation:❗ Format your USB drive as FAT32 using Disk Utility on Mac OS!