Akira Makino
Akira Makino
The current output looks like this. ```javascript export { default as Button } from "./components/Buttons/Button.svelte"; export { default as LinkButton } from "./components/Buttons/LinkButton.svelte"; export { default as JellyButton } from...
Budoux https://google.github.io/budoux/ 他には Goya もある https://github.com/Leko/goya
Web 版、拡張機能版どちらも。 特殊絵文字?について調べる。
Web版と同じように自動スクロールとハイライトをつけてあげると良さそう 文字が大きすぎるとつぶれてしまって見づらいかもしれない。許容とする予定。
参考サイト * https://stackoverflow.com/questions/56300132/how-to-override-css-prefers-color-scheme-setting * https://web.dev/prefers-color-scheme/
IPFS では多くの module で [email protected] 未満を使っていて、大量の vulnerabilities high が出ている。 parcel-bundler も同様だが、それに比べて数が非常に多く dependencies としても利用しているため、優先度を上げて対応する。 js-ipfs のバージョンが上がり node-forge の利用バージョンが上がったときに追随して対応をする。
以下の参考ページを読んでいたところ、 https://auth0.com/learn/json-web-tokens/ JWTの取り扱いについて > You also should not store sensitive session data in browser storage due to lack of security. と言う記述があり、 kt3k/buttons では localStorage に保存していたので気になりました。 https://github.com/kt3k/buttons/blob/376a16ca354aa3f02388126b0ae10dfa46c5c97d/frontend/util/web-auth.js#L24 念のため見ていただけると幸いですm(__)m
以下の画像の生成時、  壊れた画像が表示され生成できない 