Warning: This content was generated by AI, so may contain inaccurate results.
- Works on moto g53
Enable:
setprop sys.usb.configfs 1
setprop persist.sys.usb.config diag,serial_cdev,rmnet,adb
setprop sys.usb.config diag,serial_cdev,rmnet,adb
setprop sys.usb.ffs.ready 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import orjson | |
| import requests | |
| import math | |
| print('Loading notes...', end='') | |
| with open('notes.json') as f: | |
| notes = orjson.loads(f.read()) | |
| print('Done') | |
| bpercent = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Misskey Note Dump Tool for Meilisearch | |
| # You need to install psycopg2, pytz from pip | |
| # | |
| # python3 dump_misskey_note_data.py --db-host HOST --db-user USER --db-pass PASS --db-name NAME --db-port PORT \ | |
| # --ms-base-url MEILISEARCH_BASE_URL --dump-per PER_NUM --master-key MASTER_KEY --index INDEX_NAME | |
| # | |
| # [Required Parameters] | |
| # --db-user, --db-name | |
| # | |
| # [Optional Parameters] |
この一覧は、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) | ブロック済みインスタンスの |
検証環境: macOS Monterey 12.5.1
$ wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman-installer.pkg
$ sudo installer -pkg devkitpro-pacman-installer.pkg -target /
$ sudo /opt/devkitpro/pacman/bin/pacman -Syu
以降、開発ツールはpacmanコマンドを使用することになる。
NewerOlder
