https://misskey-hub.net/docs/releases.html#_13-12-2
Meilisearchの設定に
index
が必要になりました。値はMisskeyサーバーのホスト名にすることをお勧めします(アルファベット、ハイフン、アンダーバーのみ使用可能)。例:misskey-io
過去に作成されたnotes
インデックスは、<index名>---notes
にリネームが必要です。例:misskey-io---notes
// ==UserScript== | |
// @name VOICEVOX TTS for Google Meet | |
// @namespace https://github.com/u1-liquid | |
// @version 1.0.3 | |
// @description Google Meetのチャット送信メッセージをローカルのVOICEVOXで読み上げる | |
// @grant GM_xmlhttpRequest | |
// @author u1-liquid | |
// @source https://gist.github.com/u1-liquid/da1a04abf7a69f7229d107b03655b751 | |
// @match https://meet.google.com/* | |
// @run-at document-body |
/// @ 0.12.4 | |
### { | |
name: "全てに濁点をつける何か" | |
version: "0.0.2" | |
author: "るる" | |
description: "初めてのプラグインだからガバガバだと思う…" | |
} | |
@convert(str){ |
https://misskey-hub.net/docs/releases.html#_13-12-2
Meilisearchの設定に
index
が必要になりました。値はMisskeyサーバーのホスト名にすることをお勧めします(アルファベット、ハイフン、アンダーバーのみ使用可能)。例:misskey-io
過去に作成されたnotes
インデックスは、<index名>---notes
にリネームが必要です。例:misskey-io---notes
/* Misskey 2000 v1.5 | |
Created by CYakigasi (@[email protected]) | |
Required: has() supported browser | |
追加情報は https://misskey.backspace.fm/@CYaki/pages/1695808629291 のページを参照してください | |
Misskey 2000 START */ | |
html { | |
/* font change start | |
フォントを変更しない場合は、font change endまでを削除します | |
*/ | |
--textfontfamily: "MS PGothic",sans-serif; |
Misskey Plugins & CSS (By HiSubway)に載ってるMisskeyプラグインをAiScript0.12.4用に移植しました。
動作チェックは全部したわけではないので動かなかったらすみません。
Plugin:register_note_post_interruptor
にバグがあるっぽいのでこれを使っているものは動かないかも……
バグ報告とかは@[email protected]
までお願いします。
#!/usr/bin/env python3 | |
# import colorsys | |
from PIL import Image | |
# * path of image | |
img_path = 'sample.png' | |
# * size of output (maximum square: 13x13 (2886bytes) ) | |
col = 13 |
この一覧は、2025.5.0 (develop@5603cb7e22
)を元に自動生成されています。
CODE | UUID(s) | Desc |
---|---|---|
- | 02b40cd0-fa92-4b0c-acc9-fb2ada952ab8 (packages/backend/src/core/activitypub/ApResolverService.ts#L128) | ローカルユーザーを解決しようとしたがリモートユーザーであった。 |
- | 06ae3170-1796-4d93-a697-2611ea6d83b6 (packages/backend/src/core/activitypub/ApResolverService.ts#L169) | フォロワーまたはフォロイーが存在しない。 |
- | 09d79f9e-64f1-4316-9cfa-e75c4d091574 (packages/backend/src/core/activitypub/ApResolverService.ts#L103) | ブロック済みインスタンスの |
const loop = 100000000; | |
Deno.bench("hoge", () => { | |
function f(n: number): number { | |
function g(): number { | |
return n; | |
} | |
return g(); | |
} |
v1.1.1
for AiScript v0.12.x (>= v0.12.1)
original implementation:
https://github.com/marihachi/terrario
Generates a parser that consumes the specified string.
文責: mala
前置き