Posts
All the articles I've posted.
/node_modules/node-sass: Command failed.
Published: at 02:12 AM (1 min read)Recently, while upgrading Node.js from version 14.17.3 to 20.9.0, I encountered a bunch of errors after running yarn install.
[rails] assets:precompile 後,打包後的檔案內容一直沒更新
Published: at 03:06 PM (1 min read)過去剛開始接觸 rails 的時候,曾經遇到幾次明明更改了 `application.js` 中 require 的檔案,但在 `rake assets:precompile` 後卻總是沒辦法正常更新到 `public/assets` 底下的打包後檔案內容
[zsh] 切換目錄時自動根據 .nvmrc 切換 nodejs 版本
Published: at 03:01 PM (2 min read)最近在整理電腦環境時,順便看了一下之前切換的 nodejs 版本的方式
[css] collapsing margin 是什麼?
Published: at 08:40 AM (3 min read)Collapsing margin 是什麼?
[css] position: sticky
Published: at 02:26 AM (3 min read)介紹 CSS 的 position: sticky
[css] isolation
Published: at 01:34 PM (1 min read)介紹一個不常見的 css 屬性 `isolation`,可以簡單地幫你建立新的 stacking context
[mac] Macbook 開機桌布更換
Published: at 10:32 AM (2 min read)一直以來我都有更換自訂桌布的習慣,今天頻繁重開機發現在開機畫面時自訂桌布都沒有正確顯示
[css] 你從未瞭解的 z-index / stacking context
Published: at 01:06 PM (6 min read)你從未瞭解的 z-index / stacking context
[ubuntu] certbot cannot import name _remove_dead_weakref
Published: at 08:29 AM (2 min read)在 ubuntu 22.04 更新 certbot 後,執行 certbot-auto renew 時出現 ImportError: cannot import name _remove_dead_weakref
[nginx] 阻擋/僅允許特定 IP / 網段
Published: at 04:17 PM (1 min read)如何設定 nginx 阻擋特定 ip / 網段存取