Major 2025 Update: PostgreSQL now recommends identity columns over serial types. Drizzle has fully embraced this change.
import { pgTable, integer, text, timestamp, varchar } from 'drizzle-orm/pg-core';Major 2025 Update: PostgreSQL now recommends identity columns over serial types. Drizzle has fully embraced this change.
import { pgTable, integer, text, timestamp, varchar } from 'drizzle-orm/pg-core';| #!/bin/bash | |
| # Install Openbox | |
| pacman -S openbox obconf nitrogen lxappearance --noconfirm | |
| # Install panel and dock, file manager, and terminal | |
| pacman -S tint2 plank pcmanfm xfce4-terminal gedit git --noconfirm | |
| # Install X SERVER | |
| pacman -S --needed xorg-server xorg-xinit --noconfirm |
| sudo rm -rf |
You want to use AI coding assistants to help write code, but:
proxmox-lxc-cifs-share.sh is an interactive helper that mounts a network CIFS/SMB share on a Proxmox VE node and bind-mounts it into one or more unprivileged LXC containers in one pass.
It automates:
/mnt/lxc_shares/<folder>./etc/fstab entry (systemd.automount, uid/gid mapping, etc.).mpX:) into the live LXC configuration with pct set.| name | description |
|---|---|
orchestrating-swarms |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
| #.github/workflows/main.yml | |
| name: Windows - Ngrok | |
| on: workflow_dispatch | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| env: |
| substitutions: | |
| TELEGRAM_BOT_TOKEN: !secret telegram_bot_token | |
| api_key: !secret api_key | |
| ota_password: !secret ota_password | |
| chat_id: xxxxxxxxx | |
| esphome: | |
| name: wemos | |
| friendly_name: wemos |