From f866a23c9ad7842e6c832bae6d84bec953287c08 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 1 Feb 2026 12:48:02 +0900 Subject: feat(blog): new post /posts/2026-02-01/rewrite-this-site-generator-2026/ --- services/nuldoc/public/blog/posts/2/index.html | 46 +++++++++++++++----------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'services/nuldoc/public/blog/posts/2') diff --git a/services/nuldoc/public/blog/posts/2/index.html b/services/nuldoc/public/blog/posts/2/index.html index 8fd8d89b..ee6aa2c7 100644 --- a/services/nuldoc/public/blog/posts/2/index.html +++ b/services/nuldoc/public/blog/posts/2/index.html @@ -66,6 +66,32 @@ 次へ +
+ +
+

【Composer】 composer-patches v2 では macOS でも GNU patch のインストールが不要になる (予定)

+
+
+

+ composer-patches は BSD patch に対応しておらず、一部のパッチの適用に失敗する。現在ベータ版である v2 では patch コマンドに依存しなくなり、macOS で使うときのストレスが解消される見込み。 +

+
+
+ 投稿 + +
+
+
@@ -271,26 +297,6 @@
-
- -
-

【Go】 text/template の with や range の内側から外側の "." にアクセスする

-
-
-

- Go言語の text/template における with や range は "." を上書きする。これらの内側から外側の "." にアクセスする方法を調べた。 -

-
-
- 投稿 - -
-
-