Update all shadcn components to the latest version
npx shadcn@latest add -a -y -o
Source: shadcn-ui Github discussion
Update all shadcn components to the latest version
npx shadcn@latest add -a -y -o
Source: shadcn-ui Github discussion
uv venv –python 3.13
uv python upgrade 3.13
Source: UV Python Versions
This is a TIL (Today I learned).

A real lifesaver for cordova and ionic developers when you encounter CORS errors in the browser preview – Goto yourapp/platforms/browser/cordova/node_modules/cordova-serve/src/browser.js and change the chromeArgs line, adding the “–disable-web-security” flag:

Update: Latest update supports Angular 20 and standalone components.
Say hello to my new Angular QR Code module, called angularx-qrcode. It’s not only a drop-in replacement for the no-longer-maintained ng2-qrcode component to generate and display QR Codes, it’s as well heavily optimized for Angular and Ionic.
angularx-qrcode supports Angulars Ivy compiler and AOT Compilation (Ahead-of-Time Compilation), which results in significant faster rendering. It’s as well available as webpack’ed common.js and es2015-module and open-sourced under the MIT licence.