Was wondering why my laptop's Win key is swapped with the Alt key. Apparently a long time ago I set it up in Powertoys but forgot about it 🤦♀️
Putting it here as a note to self. Now I use SharpKeys to swap Ctrl and Alt.
Source: https://t.co/JPr490ODT5
The suggestion in the replies worked for me. Disable "Use hardware acceleration when available" in Chrome settings and voila the video is back.
After reading the review on https://t.co/Z2O8UOyFqE I decided to buy a Mac USB adapter for dual monitor. But I found a problem: Netflix is showing black screen even though the audio and the subtitle is there 😱
Apparently, the cause is because "It is a security issue with the way the USB adapter works. You are not allowed to record streaming services. The adapter uses recording software to stream to a monitor and the internet thinks you are stealing and cut you off. "
This is one you need to know.
JS has a built-in function for deep cloning objects called `structuredClone`, which can handle:
😍 Deeply nested objects and arrays
🌎 Many types, like Date, Set, Map, etc
➰ Circular references
More in my latest article: https://t.co/A29KaYxqRa
In need of a free expense tracker that has a budgeting feature like YNAB.
Currently I’m using MoneyNote. Some people recommends Money Lover but it’s not as simple as MoneyNote :(
For Money Lover, this is how it looks like when you open the app. So I have to:
1. Tap on the + icon in the middle
2. Put in the number
3. Tap on “Select category”
4. Choose category
5. Submit
Not quick enough :(
Received a "TypeError: fetch failed" error when calling "fetch()". Feed the stack trace to ChatGPT to explain what the error is about.
Cause: problem in undici library https://t.co/YSldzq11uN
Downgrading to 18.12.1 helps.