Featured Today
- bytedance/ui-tars-desktop32,978 stars
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models
TypeScript - cloakhq/cloakbrowser6,089 stars
Stealth Chromium that passes every bot detection test
Python - yikart/aitoearn10,713 stars
Let's use AI to Earn
TypeScript - playcanvas/supersplat7,333 stars
3D Gaussian Splat Editor
TypeScript - datawhalechina/easy-vibe9,876 stars
π» vibe coding 2026 | Your first modern Coding course
JavaScript
Your Event Feed
- v5.1.1 Β· v5.1.1 - Context.Scheme() should validate header values **Security** * `Context.Scheme()` should val...
- v4.15.2 Β· v4.15.2 - Context.Scheme() header validation **Security** * `Context.Scheme()` should validate valu...
- v2.52.13 Β· https://github.com/gofiber/fiber/releases/tag/v2.52.13
- v3.2.0 Β· https://github.com/gofiber/fiber/releases/tag/v3.2.0
v3.2.0 ## π New - Add URL() method to Route for generating URLs with parameters (#4195) https://docs.gofiber.io/api/app#getroute - Add comprehensive tests for binding to pointer scalar types (#4191) - Add response format support to healthcheck middleware (#4178) https://docs.gofiber.io/middleware/healthcheck#config - Route Domain() func for host-based routing (#4100) - Add pagination middleware (#4127) https://docs.gofiber.io/middleware/paginate - Add BindError type with source and field metadata (#4120) https://docs.gofiber.io/api/bind#binderror - Add PanicHandler in recover middleware (#4110
v1.0.3 ## beads v1.0.3 Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD. ### Installation **Homebrew (macOS/Linux):** ```bash brew install beads ``` **Quick Install (macOS/Linux/FreeBSD):** ```bash curl -sSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://raw.githubusercontent.com/gastownhall/beads/main/install.ps1 | iex ``` **Manual Install:** Download the appropriate binary for your platform below, extract it, and place it in y
v0.70.0 ## β‘ Highlights β‘ π https://github.com/aquasecurity/trivy/discussions/10546 ## Changelog https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0700-2026-04-16
v5.1.0 ## Security This change does not break the API contract, but it does introduce breaking changes in logic/behavior. If your application is using `c.RealIP()` beware and read https://echo.labstack.com/docs/ip-address In `v5` the `c.RealIP()` will now return `request.RemoteAddr` unless `e.IPExtractor` has been configured. No potentially spoofable headers are used by default anymore. Configure `IPExtractor` with proper trust options when you want to read IP from headers. See: - https://pkg.go.dev/github.com/labstack/echo/v5#ExtractIPFromRealIPHeader - https://pkg.go.dev/github.com/labstack/