Avatar
AsaiToshiya
0a2f19dc1a185792c3b0376f1d7f9971295e8932966c397935a5dddd1451a25a
📝 https://notes.asaitoshiya.com/

高熱でお休み

```

ReferenceError: TextEncoder is not defined

```

```

const util = require("util");

global.TextEncoder = util.TextEncoder;

global.TextDecoder = util.TextDecoder;

```

https://github.com/inrupt/solid-client-authn-js/issues/1676

#jsdom #jest #javascript

Coracle DMs

Coracle の古い DM 機能を抽出したもの

リポジトリ: https://github.com/coracle-social/legacy-dms (リンク切れ)

#キャッチアップ #awesomenostr

awesome-nostr のコミットのキャッチアップ

https://github.com/aljazceru/awesome-nostr/commits/main?since=2023-12-05&until=2023-12-10&author=aljazceru

#キャッチアップ #awesomenostr

NIPs のコミットのキャッチアップ

https://github.com/nostr-protocol/nips/commits/master?since=2023-12-05&until=2023-12-10

* NIP-01: Basic protocol flow description

* リレーから送信される、サブスクリプションが終了したことを示す `CLOSED` メッセージが追加された

* NIP-42: Authentication of clients to relays

* 上記に伴う変更

* NIP-45: Counting results

* 同上

* NIP-02: Contact List and Petnames

* タイトルが変更された。Contact List and Petnames -> Follow List

* README

* 上記 `CLOSED` メッセージと NIP-02 に伴う更新

#キャッチアップ #nips

今日はこれ

#イベント

GMOコイン > Wallet of Satoshi > Alby

ESM:

```

import "websocket-polyfill";

```

CommonJS:

```

require("websocket-polyfill");

```

#javascript