yb173's Avatar

yb173

@ytterby.dev

JSON に色を付けています

11
Followers
11
Following
139
Posts
07.02.2024
Joined
Posts Following

Latest posts by yb173 @ytterby.dev

AIに仕事をとって食われたら実家に帰ってじいちゃんの畑で農業やるか...

26.01.2026 05:59 👍 2 🔁 0 💬 0 📌 0
Post image

土曜日はクソデカPRを作るなどした

31.05.2025 15:44 👍 0 🔁 0 💬 0 📌 0
Preview
docs: update migration guide · chakra-ui/chakra-ui@4c54e3f

github.com/chakra-ui/ch...
Chakra UI v3 ではここに載っている hook 意外は削除されたのね

03.05.2025 07:51 👍 0 🔁 0 💬 0 📌 0
Preview
Next.jsの脆弱性CVE-2025-29927まとめ

zenn.dev/t3tra/articl...
Next.js のバージョンあげとくか…

24.03.2025 01:07 👍 0 🔁 0 💬 0 📌 0

疲れてると PR のコメントに LGBT って書きそうになる

26.02.2025 00:52 👍 0 🔁 0 💬 0 📌 0

Chakra UI v3 の useBreakpoint が 'base' しか返さねぇ...

20.02.2025 02:58 👍 0 🔁 0 💬 0 📌 0

メールアドレスが Gmail に関連づけられているかどうか

nslookup -type=mx [メールアドレス]

22.01.2025 02:46 👍 0 🔁 0 💬 0 📌 0
Preview
[Workaround in description] Mac is detecting Docker as a malware and keeping it from starting · Issue #7520 · docker/for-mac Description Whenever Docker is started, this error is shown: Malware Blocked. “com.docker.socket” was not opened because it contains malware. this action did not harm your Mac. Reproduce Start Dock...

docker.app がマルウェアされる件、この workaround を実行して Docker Desktop をインストールし直したら解決した
github.com/docker/for-m...

11.01.2025 02:00 👍 1 🔁 0 💬 0 📌 0

console.log の遅延評価の罠にハマってた……

配列を出力するときは console.log([...array]) みたいにしないと後続の処理結果まで反映されたものが出力されてしまう

06.12.2024 01:38 👍 0 🔁 0 💬 0 📌 0

Next.js を v15 に上げると React も v19 に上がるから、プロジェクトで使っているライブラリが React v19 に対応するまでは Next.js を v15 に上げられない…ってコト!?

04.11.2024 08:21 👍 0 🔁 0 💬 0 📌 0

Pages Router で書かれているシステムを App Router に移行した

丸3日かかった😮‍💨

24.10.2024 10:18 👍 0 🔁 0 💬 0 📌 0
Preview
Announcing v3 | Chakra UI Today, we're excited to announce the release of Chakra UI v3.0

www.chakra-ui.com/blog/00-anno...
Chakra UI v3 リリース🎉
emotion にはまだ依存してるけど framer-motion への依存は外れるのか

23.10.2024 00:55 👍 0 🔁 0 💬 0 📌 0

Next.js v15 に上げてみたら monaco editor が動かなくなった

22.10.2024 11:03 👍 0 🔁 0 💬 0 📌 0

App Router で Highcharts が動かない
情報が少なすぎる

22.10.2024 04:15 👍 0 🔁 0 💬 0 📌 0
Preview
Next.js 15 Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.

nextjs.org/blog/next-15
Next.js v15 がリリースされてた

22.10.2024 00:04 👍 0 🔁 0 💬 0 📌 0

ブラウザバック広告を表示するWebサイトを作ってるエンジニアはどういう心境であれを実装してるんだろうか

30.09.2024 03:03 👍 0 🔁 0 💬 0 📌 0
Preview
Vitest Next generation testing framework powered by Vite

vitest.dev/guide/snapsh...
toMatchInlineSnapshot とかあるんだ
期待値が短いときは toMatchSnapshot よりこっちの方が便利かもしれない

27.09.2024 09:47 👍 0 🔁 0 💬 0 📌 0

関連資料
akifumisato.github.io/slide-of-nex...

21.09.2024 03:05 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - shuding/next-view-transitions: Use CSS View Transitions API in Next.js App Router. Use CSS View Transitions API in Next.js App Router. - shuding/next-view-transitions

github.com/shuding/next...
Next.js で view transition API を使うライブラリがいつの間にか出ていた。あとで試してみよう

21.09.2024 03:04 👍 0 🔁 0 💬 1 📌 0

3万行のPRのリリースを無事成功させるなどした

20.09.2024 10:01 👍 0 🔁 0 💬 0 📌 0
Preview
おまえら禁じられたインデックスアクセスを平気で使ってんじゃねえか!わかってんのか?『ランタイムエラー』が生まれたのは人間がコンパイラオプションに甘えたせいだろうがよ! TypeScript 4.1 から noUncheckedIndexedAccess オプションが追加されました。このオプションは上記のような配列のアクセスやオブジェクトのプロパティのアクセスをより厳密にします。 具体的には、配列に対するインデックスアクセスやインデックスシグネチャを通じたプロパティのアクセスは常に `undefined` とのユニオン型となります。

参考
azukiazusa.dev/blog/typescr...

19.09.2024 10:21 👍 0 🔁 0 💬 0 📌 0
TSConfig Reference - Docs on every TSConfig option From allowJs to useDefineForClassFields the TSConfig reference includes information about all of the active compiler flags setting up a TypeScript project.

noUncheckedIndexedAccess を true にしていなかったせいでバグを踏んでしまった。次からは true にしておこう
www.typescriptlang.org/tsconfig/#no...

19.09.2024 10:20 👍 0 🔁 0 💬 1 📌 0
Post image

Bluesky のユーザー数は現在 1,000 万人を超えており、私は #3,542,296 番目でした。

17.09.2024 01:54 👍 0 🔁 0 💬 0 📌 0
Preview
Version support policy and ESLint v8.x end of life - ESLint - Pluggable JavaScript Linter A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

まだ v9 対応終わってないプラグランが割とある気がするけどもう EOL になるのか
eslint.org/blog/2024/09...

11.09.2024 22:23 👍 0 🔁 0 💬 0 📌 0

パフォーマンス改善をやってるときが一番楽しいかもしれない

09.09.2024 10:32 👍 0 🔁 0 💬 0 📌 0

ESLint から Biome への移行は eslint-plugin-import-access が Biome に対応してからだな

28.08.2024 03:49 👍 0 🔁 0 💬 0 📌 0

monaco-editor で overscroll-behavior: auto の挙動をさせるオプションが欲しい。現状だと overscroll-behavior: none かスクロールを親に貫通させる挙動しか選べないっぽい。

27.08.2024 05:24 👍 0 🔁 0 💬 0 📌 0

Cloudflare Registrar は jpドメインを扱う予定はないんかな

26.08.2024 08:23 👍 0 🔁 0 💬 0 📌 0

Highcharts × React で動的に Highcharts のテーマを変えるの難しいな……

22.08.2024 10:15 👍 0 🔁 0 💬 0 📌 0

実家の貧弱 Wi-Fi でやる pnpm up が永遠に終わらない

13.08.2024 13:52 👍 0 🔁 0 💬 0 📌 0