penpenpng
penpenpng
github.io で host している都合 cookie を利用することができないので、現状では localstorage に頼らざるを得ません。link card の都合もあるので nuxt+vercel への移行を検討する可能性はあり、もしそのときは対応します。
NIP-42
Could you help me understand correctly the issue? I need an executable example code to analyze the cause and to check if it has fixed.
@vstabile Sorry for the late response. I discovered that this was because there was no mechanism to guarantee the sending order in which messages generated from different input streams. For...
Until just now, I thought that the problem was with the order in which EVENT and REQ were sent, but I found that the problem was not with the order,...
- `Scrollable` とそれを操作する `scrollToTop()` との間の対応を明示的にするため、コンテキストを使用するのをやめました - 代わりに https://github.com/syusui-s/rabbit/pull/88/commits/97e0e3e407cda461a23561175d110ccb40d61283 で消された以前の仕様を参考に、`ColumnOperator` を forwarding するようにしました - 生の `HTMLElement` を直接公開するよりも、外部に露出する権限を狭くすることを意図しています - `ColumnOperator` を操作する形で本 PR の機能 (a7b0fbb)と LoadMore 機能 (10c8161) を再実装しました
**NOTE**: [1b8e13e](https://github.com/syusui-s/rabbit/pull/85/commits/1b8e13e15616675eb528feca8fbfd2bc4fd2c61f) の commit message を編集するための force push
I am holding off on merging this PR because it will drastically increase the bundle size (90kB -> 3723kB).
move to https://github.com/penpenpng/rx-nostr/pull/172
There is no API intended as a means of completely manually handling AUTH messages. Taking advantage of the fact that signer is always called when responding to AUTH messages from...