NIPs のコミットのキャッチアップ
https://github.com/nostr-protocol/nips/commits/master?since=2023-12-11&until=2023-12-19
* NIP-46: Nostr Connect
* リライト。説明が簡潔になり、理解しやすくなった印象
#キャッチアップ #nips
VS Code で Jest のデバッグ
launch.json:
```
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Jest Tests",
"type": "node",
"request": "launch",
"runtimeArgs": [
"--inspect-brk",
"${workspaceRoot}/node_modules/jest/bin/jest.js",
"--runInBand"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}
```
https://jestjs.io/docs/troubleshooting#debugging-in-vs-code
#VSCode #jest
どうせ最後には死ぬんだから、少しでも良いことをしたい
5 月まで自粛
```
sudo apt-get update && sudo apt-get install chromium-browser -y
```
Chromium のアップデートで解決
nostr_icons と Nostr-Website-Button-Logo-Design に寄付
Nostr-Website-Button-Logo-Design には、手違いで 20K


#寄付
VASSAL に寄付

#寄付
amberflutter
Amber を使用するための Flutter ラッパー
リポジトリ: https://github.com/sebdeveloper6952/amberflutter
関連: https://github.com/nostr-protocol/nips/pull/868
#キャッチアップ #awesomenostr
クローズされた
https://github.com/nostr-protocol/nips/pull/43
https://github.com/nostr-protocol/nips/pull/56
https://github.com/nostr-protocol/nips/pull/59
https://github.com/nostr-protocol/nips/pull/85
https://github.com/nostr-protocol/nips/pull/105
https://github.com/nostr-protocol/nips/pull/143
https://github.com/nostr-protocol/nips/pull/163
https://github.com/nostr-protocol/nips/pull/165
