Fediverse search system

Fediver

beta version

【Default】の検索結果


C#で疎結合するのにWeakReferenceMessengerとか使ってるわけだけど
技術ブログみるとDefault使ってるヤツしか見たことなくて、IMessengerにDIして利用するやつを見かけない


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: 85c28d5c to 4c77f3e5
Bump version to 2025.5.1-beta.5
fix(frontend): チャットに動画ファイルを送付すると、動画の表示が崩れてしまい視聴出来ない問題を修正
enhance(backend): tweak default maxFileSizeMb value
enhance(frontend): デバイスのダークモードと同期するオプションが有効なときにテーマを手動で切り替えようとした際の警告を表示


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: 554623e5 to 9c98c137
fix(backend): better nullable ref schema representation (#16088)
enhance(frontend): tweak default preferences


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: 32d22068 to 6bbda4d6
fix(frontend): make enableHorizontalSwipe default false


Default Replica Countを弄って事なきを得た


知らなかったそんなの……
せこせことdocker-compose.ymlに直してたけどcompose.yamlでいいんだね

The default path for a Compose file is compose.yaml (preferred) or compose.yml that is placed in the working directory.
Compose also supports
docker-compose.yaml and docker-compose.yml for backwards compatibility of earlier versions.
If both files exist, Compose prefers the canonical
compose.yaml.compatibility of earlier versions. If both files exist, Compose prefers the canonical compose.yaml.


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: b1616018 to 319f7e6a
feat(misskey-js): allow setting binaryType of WebSocket connection (#15190)
ノートのリンクをリモートのサーバーのURLとしてもコピーできるように (#15091)
enhance(frontend): ユーザーページに「ファイル」タブを新設 (#15130)
feat(backend): pgroongaに対応(configの構成変更あり) (#14978)
Update CHANGELOG.md
Bump version to 2025.1.0-alpha.0
fix(backend):
pages/updateのnameの重複チェックはnameプロパティがある時のみ行うように (#15104)
Enhance: GitHub Actionsでのffmpegインストールの失敗時リトライするように (#15079)
refactor: SystemWebhook/UserWebhookの配信処理呼び出し部分の改善 (#15035)
enhance: 連合モードにあわせてフロントエンドを変化させるように (#15112)
feat(frontend): Botプロテクションの設定変更時は実際に検証を通過しないと保存できないようにする (#15151)
ApPersonServiceとApNoteServiceのuri <-> url比較を緩和 (#15233)
Fix(frontend): 削除して編集で引用ありを消せない (#15249)
fix(frontend/dev): バックエンド経由での開発時にHMRが効かない問題を修正 (#15255)
feat(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に (#15268)
fix: unable to use AiService on arm64 (#15261)


なんじゃこれ?

app-1  | 19:24:41 [AiOS]: [aichat]: Error By Call Gemini
app-1  | 19:24:41 [AiOS]: [aichat]: ReferenceError
app-1  | json is not defined
app-1  | ReferenceError: json is not defined
app-1  |     at default_1.genTextByGemini (file:///ai/built/modules/aichat/index.js:95:13)
app-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
app-1  |     at async default_1.handleAiChat (file:///ai/built/modules/aichat/index.js:366:24)
app-1  |     at async default_1.mentionHook (file:///ai/built/modules/aichat/index.js:221:24)
app-1  |     at async invokeMentionHooks (file:///ai/built/ai.js:149:23)
app-1  |     at async 藍.onReceiveMessage (file:///ai/built/ai.js:174:13)
app-1  | 19:24:41 [AiOS]: [aichat]: The result is invalid. It seems that tokens and other items need to be reviewed.
app-1  | 19:24:41 [AiOS]: >>> Sending reply to a2n15qwtago407yh
app-1  | 19:24:42 [AiOS]: API: notes/reactions/create
app-1  | 19:24:43 [AiOS]: API: notes/create


@ai に呼び方を教えようとするとエラー吐く件

ai-app-1  | TypeError: Cannot read properties of undefined (reading 'length')
ai-app-1  |     at default_1.setName (file:///ai/built/modules/core/index.js:62:18)
ai-app-1  |     at default_1.mentionHook (file:///ai/built/modules/core/index.js:26:18)
ai-app-1  |     at invokeMentionHooks (file:///ai/built/ai.js:149:29)
ai-app-1  |     at 藍.onReceiveMessage (file:///ai/built/ai.js:174:19)
ai-app-1  |     at SharedConnection.<anonymous> (file:///ai/built/ai.js:87:22)
ai-app-1  |     at SharedConnection.emit (node:events:519:28)
ai-app-1  |     at Stream.onMessage (file:///ai/built/stream.js:84:19)
ai-app-1  |     at ReconnectingWebSocket._callEventListener (/ai/node_modules/reconnecting-websocket/dist/reconnecting-websocket-cjs.js:557:13)
ai-app-1  |     at /ai/node_modules/reconnecting-websocket/dist/reconnecting-websocket-cjs.js:176:81
ai-app-1  |     at Array.forEach (<anonymous>)


そして制約が欠けてる、、、
以上が起きてるdb↓

misskey=# \d "__chart_day__per_user_notes"
                                         Table "public.__chart_day__per_user_notes"
      Column       |          Type          | Collation | Nullable |                         Default                         
-------------------+------------------------+-----------+----------+---------------------------------------------------------
 id                | integer                |           | not null | nextval('__chart_day__per_user_notes_id_seq'::regclass)
 date              | integer                |           | not null | 
 group             | character varying(128) |           | not null | 
 ___total          | integer                |           | not null | '0'::bigint
 ___inc            | smallint               |           | not null | '0'::bigint
 ___dec            | smallint               |           | not null | '0'::bigint
 ___diffs_normal   | smallint               |           | not null | '0'::bigint
 ___diffs_reply    | smallint               |           | not null | '0'::bigint
 ___diffs_renote   | smallint               |           | not null | '0'::bigint
 ___diffs_withFile | smallint               |           | not null | '0'::smallint
Indexes:
    "PK_58bab6b6d3ad9310cbc7460fd28" PRIMARY KEY, btree (id)
正常なdb↓
misskey=#  \d "__chart_day__per_user_notes"
                                         Table "public.__chart_day__per_user_notes"
      Column       |          Type          | Collation | Nullable |                         Default                         
-------------------+------------------------+-----------+----------+---------------------------------------------------------
 id                | integer                |           | not null | nextval('__chart_day__per_user_notes_id_seq'::regclass)
 date              | integer                |           | not null | 
 group             | character varying(128) |           | not null | 
 ___total          | integer                |           | not null | '0'::bigint
 ___inc            | smallint               |           | not null | '0'::bigint
 ___dec            | smallint               |           | not null | '0'::bigint
 ___diffs_normal   | smallint               |           | not null | '0'::bigint
 ___diffs_reply    | smallint               |           | not null | '0'::bigint
 ___diffs_renote   | smallint               |           | not null | '0'::bigint
 ___diffs_withFile | smallint               |           | not null | '0'::smallint
Indexes:
    "PK_58bab6b6d3ad9310cbc7460fd28" PRIMARY KEY, btree (id)
    "IDX_c5545d4b31cdc684034e33b81c" UNIQUE, btree (date, "group")
    "UQ_c5545d4b31cdc684034e33b81c3" UNIQUE CONSTRAINT, btree (date, "group")


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: ddca6bdc to 04e74aa2
Bump version to 2024.10.1-beta.6
Update CHANGELOG.md
perf(frontend): make skipNoteRender on by default
perf(frontend-embed): improve note rendering performance
perf(frontend): improve notification rendering performance


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: ddc799fe to a594d9f2
make animatedMfm enable by default
Merge branch 'develop' of
https://github.com/misskey-dev/misskey into develop
:art:
fix(backend): correct
admin/abuse-user-reports schema (#14711)