Error: “Failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest” when building a Docker image

The cause was simple. I had my Docker desktop running on Linux containers and the image was build from a Windows image. Simply switching to Windows containers solved the problem. The message is clueless, so I hope this save some time for others.

Case-sensitive path collisions on case-insensitive file system when I do git clone

Definitions case-sensitive filesystem: treats john.jpg and JOHN.jpg as two different files and this is allowed. case-insensitive filesystem: treats john.jpg and JOHN.jpg as one and the same file which is not allowed. Problem ‘components/User/index.js’ ‘components/user/index.js’ The problem here is that User and user are not allowed to co-exist at the same time inside the components directory … Read more

Scaling the non-client area (title bar, menu bar) for per-monitor high-DPI support

In any up-to-date Windows Insider builds (build >= 14342, SDK version# >= 14332) there is an EnableNonClientDpiScaling API (which takes an HWND as its argument) that will enable non-client DPI scaling for top-level HWNDs. This functionality requires that the top-level window be running in per-monitor DPI-awareness mode. This API should be called from the WM_NCCREATE … Read more

Vagrant up – VBoxManage.exe error: VT-x is not available (VERR_VMX_NO_VMX) code E_FAIL (0x80004005) gui headless [closed]

Stop hyper-v service running by default in Windows 8/10, since it blocks all other calls to VT hardware. Additional explanation here: https://social.technet.microsoft.com/Forums/windows/en-US/118561b9-7155-46e3-a874-6a38b35c67fd/hyperv-disables-vtx-for-other-hypervisors?forum=w8itprogeneral Also as you have mentioned, if not already enabled, turn on Intel VT virtualization in BIOS settings and restart the machine. To turn Hypervisor off, run this from Command Prompt (Admin) (Windows+X): bcdedit … Read more

Failed to read descriptor from node connection: A device attached to the system is not functioning error using ChromeDriver Selenium on Windows OS

This is a chromedriver issue that they’re still working the kinks out of. I’m not entirely sure what’s causing it, but the technical details seem to be detailed in Debanjan’s answer. The general solution on the internet just seems to be “ignore it”, but it sure clutters up the logs a lot. I did find … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)