rinsuki

Results 87 comments of rinsuki

actually curl with darwinssl isn't supporting TLS 1.3 because SecureTransport isn't supporting TLS 1.3, see https://github.com/curl/curl/issues/4524 . so we need to build cURL with other ssl libraries, like openssl, LibreSSL,...

me too(in mojave 10.14.1). my log ``` $ cat index.js const iohook = require("iohook") iohook.on("keydown", e => { console.log("down", e) }) iohook.on("keyup", e => { console.log("up", e) }) iohook.start(true) $...

そもそもquoteUrlはfedibirdじゃない別のMastodonのfork用だったはず (今でも生きてる鯖があるかは不明)

開発中にビルド結果を参照すると tsc -w 中にリネームしたファイルが二重にひっかかってうざいので NODE_ENV == production の時だけビルド結果を使ったほうがいいかも

I think it is not expected to send-by-enter; since Misskey Chat is using multi-line text area, and most multi-line text area are using ctrl-enter to send it; it might be...

but Discord, Twitter DMs (I'm not sure about Dino and Revolt; and forgot about Telegram) are looks like single-line textarea (unless user inputs new line), not multi-line textarea. It might...

諸悪の根源は Chromium 系だと Service Worker がある場合 SW の飛ばしたリクエストにのみ広告ブロッカーが効くせいな気がする

Firefox は ページ → コンテンツブロッカー → (あるなら SW → コンテンツブロッカー) → インターネット になるけど、Chromiumは ページ → (あるなら SW) → コンテンツブロッカー → インターネット になっているっぽい (uBlock Origin のリクエストログを見る限り)

(misskey.io の場合はさらに `/cdn-cgi/apps/head/` が script でだけブロックされるルールで、SWを通ったリクエストしか来ないとSWからのリクエストは一律xhrになって通してしまうので後の諸々のロード(これはドメイン単位ブロック)でコケるらしい)

いやそもそもcatchせず上流にそのままエラー返すのが一番正しい動きをしそうだし https://github.com/misskey-dev/misskey/pull/9038#issuecomment-1200762775 syntax error になるというissueの趣旨は正しい