Kenji Suzuki

Kenji Suzuki @suzulabo

About: Just a programmer

Location:
Japan, Hiroshima
Joined:
Aug 17, 2025

Kenji Suzuki
articles - 60 total

dev.toにインポート

雑多なメモの記録にdev.toを使うことにした 短文でもよさそう テック系以外も大丈夫そう 過去の投稿日にすることはできないようなので、本文に日付を入れた とりあえず地道に投稿してたが...

Learn More 0 0Aug 20

SentryのUptime Monitoring

2025-08-17 最初の一個が勝手に追加されて 1m 毎にリクエストが飛んでくる Issues->Alertsから設定できる

Learn More 0 0Aug 20

FCMの404メッセージ

2025-08-08 { error: { code: 404, message: 'Requested entity was not...

Learn More 0 0Aug 20

sveltekit - snapshotのrestoreのdataが`{}`

2025-08-06 VirtualScrollList で発生 条件で生成されたり、しなかったりすると発生するのかも 要検証

Learn More 0 0Aug 20

+layout.tsと+error.svelte

2025-08-03 +layout.ts の error は上位の+error.svelte に流れる 同じ階層の+error.svelte を使うには+page.ts...

Learn More 0 0Aug 20

cloudflare workersのdeployでエラー

2025-07-16 packages/reader deploy: ⛅️ wrangler 4.22.0 (update available...

Learn More 0 0Aug 20

always falsy

2025-07-08 let cancel = false; const canceler = () => { cancel =...

Learn More 0 0Aug 20

算定基礎届

2025-07-07 e-gov で出せる 健康保険・厚生年金保険被保険者報酬月額算定基礎届(単記用 返戻のとき通知が来ないので手動で確認が必要

Learn More 0 0Aug 20

styleブロックのintelliSenseがjavascriptになる

2025-06-30 https://github.com/sveltejs/language-tools/issues/2155 <svelte:window...

Learn More 0 0Aug 20

node24 warning

2025-06-29 node24 にしてpnpm iしたら以下の warning (node:28380) [DEP0169] DeprecationWarning:...

Learn More 0 0Aug 20

snippetのレンダリング不良

2025-06-26 let pageSnippet = $derived.by(() => { if...

Learn More 0 0Aug 20

iOS PWAでnavigateが動作しない時がある2

2025-06-14 毎回 openWindow すると、safari の develop menu の app に複数の window...

Learn More 0 0Aug 20

iOS PWAでnavigateが動作しない時がある

2025-06-14 const getClient = async () => { const clients = await...

Learn More 0 0Aug 20

iOS PWAでnotificationclickが発生しない

2025-06-12 iOS18.5 manifest の link タグ追加を動的にやっていたが、それを static...

Learn More 0 0Aug 20

iOS PWA Web push

2025-06-10 iOS 18.5 sw.clients.matchAll で必ず一つ返ってくる clients.openWindow で指定した URL...

Learn More 0 0Aug 20

ライブラリのpatch

2025-06-06 patch-package というのがある pnpm では patch コマンドがあるのでこれを使う pnpm patch...

Learn More 0 0Aug 20

指定都市に申告する場合の(17)の計算

2025-05-28 以下のようなメッセージが eLTax...

Learn More 0 0Aug 20

FCMに複数tokenの一括送信APIはない

2025-05-28 sendEachForMulticast はトークン毎に API コールしているだけ 古い API ではあった できると思っていたのはそのころの記憶か

Learn More 0 0Aug 20

社会保険調査

2025-05-27 「健康保険・厚生年金保険の適用に関する調査」が届いた ランダムに送付される模様 e-Gov...

Learn More 0 0Aug 20

github actionsでyqがうまく動かない

2025-05-25 variables の改行コードが\r になっていた tr \r \nを挟んだら動いた トラブルリスクを抑えるため最終的に JSON...

Learn More 0 0Aug 20

miniflareでworkflows

2025-05-22 単純な処理なら esbuild でバンドルしたコードを script に入れれば動く node...

Learn More 0 0Aug 20

miniflareのworkflowsでエラー

2025-05-22 const mf = new Miniflare({ modules: true, script, d1Databases: {...

Learn More 0 0Aug 20

wrangler devの複数設定の-eオプション

2025-05-21 2つ目の wrangler.jsonc には効いてない

Learn More 0 0Aug 20

R2バケット名

2025-05-20 Bucket names must begin and end with an alphanumeric character, only...

Learn More 0 0Aug 20

特別徴収税額の決定・変更通知書

2025-05-19 納付額ゼロでも届く eLTax 経由。ダウンロードして出力という手順。 zip とパスワード取得 URL が届く なぜか Windows...

Learn More 0 0Aug 20

local D1のファイル名

2025-05-19 database_id の値で決まっている模様 miniflare には object の値に同じ値を入れて、d1Persist...

Learn More 0 0Aug 20

ローカルR2エラー

2025-05-19 wrangler r2 object put R2/hoge.jpg --file...

Learn More 0 0Aug 20

Cloudflare pagesを削除でエラー

2025-05-18 deployments...

Learn More 0 0Aug 20

Cloudflare PagesのSentry.initで(void 0) is not a function

...

Learn More 0 0Aug 20

vitestエラー Does the file exist?

2025-05-12 FAIL tests/db.test.ts [ tests/db.test.ts ] Error: Failed to load url...

Learn More 0 0Aug 20