https://community.n8n.io/t/google-drive-search-file-folder-returns-folder-id-not-contents/55189/2
MySQL datetime with mode: 'date' will now store dates in UTC strings and retrieve data in UTC
https://orm.drizzle.team/docs/latest-releases/drizzle-orm-v0286
Note: MySQL datetime with mode: 'date' will now store dates in UTC strings and retrieve data in UTC as well to align with MySQL behavior for datetime. If you need a different behavior and want to handle datetime mapping in a different way, please use mode: 'string' or Custom Types implementation
AH00035 permission denied
sudo chmod 751 /home/ubuntu
sudo chown -R ubuntu:www-data /home/ubuntu/genealogy-giaphasudo chmod -R 750 /home/ubuntu/genealogy-giapha
ui-ux-pro-max-skill
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
# Install CLI globally
npm install -g uipro-cli
# Go to your project
cd /path/to/your/project
# Install for your AI assistant
uipro init --ai claude # Claude Code
uipro init --ai cursor # Cursor
uipro init --ai windsurf # Windsurf
uipro init --ai antigravity # Antigravity
uipro init --ai copilot # GitHub Copilot
uipro init --ai kiro # Kiro
uipro init --ai codex # Codex CLI
uipro init --ai qoder # Qoder
uipro init --ai roocode # Roo Code
uipro init --ai gemini # Gemini CLI
uipro init --ai trae # Trae
uipro init --ai opencode # OpenCode
uipro init --ai continue # Continue
uipro init --ai codebuddy # CodeBuddy
uipro init --ai droid # Droid (Factory)
uipro init --ai all # All assistantsuipro versions # List available versions
uipro update # Update to latest version
uipro init --offline # Skip GitHub download, use bundled assetsxóa toàn bộ commit
Cách chuẩn & đơn giản nhất (Khuyến nghị)
Mục tiêu
-
Xóa toàn bộ commit history
-
Giữ nguyên code hiện tại
-
mainchỉ còn 1 commit duy nhất: init
Bước 1: Tạo branch mới không có lịch sử
git checkout --orphan new-main
--orphan= tạo branch không có commit cha
Bước 2: Add toàn bộ code hiện tại
git add .
git commit -m "init"
👉 Đây sẽ là commit duy nhất trong repo
Bước 3: Xóa branch main cũ & đổi tên
git branch -D main git branch -m main
Bước 4: Force push lên GitHub
git push origin main --force
Kết quả sau cùng
-
git log→ chỉ 1 commit -
Không ai xem được commit cũ
-
.env/ secret cũ trong history → biến mất hoàn toàn
⚠️ Ngoại lệ: nếu ai đó đã clone repo trước đó, họ vẫn giữ bản local
N8N - List files of Google drive folder
https://community.n8n.io/t/google-drive-search-file-folder-returns-folder-id-not-contents/55189/2
-
html5 video - What is a blob URL and why it is used? - Stack Overflow Blob URLs (ref W3C , official name) or Object-URLs (ref. MDN and ...
-
Source: https://www.infoworld.com/article/3206264/application-development/how-to-perform-partial-updates-to-rest-web-api-resources.html T...
-
Source: https://indepth.dev/stop-using-shared-material-module/ This article describes an experiment that shows why using the SharedMate...
