Yukai Huang

Results 135 comments of Yukai Huang

I'll revisit this later Currently we can run extension in with `blast-cli dev` script locally.

## Code Simplification Applied ✨ I've simplified the implementation by eliminating code duplication: ### Before (duplicated if/else blocks): - ❌ 33 lines with duplicated static asset mounting - ❌ Separate...

Jebrains Mono everywhere with vibrancy! ```json "apc.electron": { "frame": false, "backgroundColor": "rgba(0,0,0,0.95)", "vibrancy": "ultra-dark", "visualEffectState": "active", }, "apc.font.family": "Jetbrains Mono", "apc.monospace.font.family": "Jetbrains Mono", "apc.menubar.compact": true, "window.titleBarStyle": "native", "workbench.colorTheme": "Expo Dark",...

You should probably use a reverse proxy like nginx or Caddy to host your CodiMD application. Below is an example config: --- ```nginx server { listen 80; server_name yourdomain.com; #...

包含在 @yellowsoar geoDjango (PostGIS) refactor 裡面