ID | エラーコード(UUIDv4) | 詳細 |
---|---|---|
INTERNAL_ERROR | 5d37dbcb-891e-41ca-a3d6-e690c97775ac | 原因不明の内部エラー |
ACCESS_DENIED | 56f35758-7dd5-468b-8439-5d6fb8ec9b8e | アクセス拒否(権限のないエンドポイントにアクセスすると発生) |
NO_SUCH_ENDPOINT | f8080b67-5f9c-4eb7-8c18-7f1eeae8f709 | 存在しないエンドポイント |
CREDENTIAL_REQUIRED | 1384574d-a912-4b81-8601-c7b1c4085df1 | アクセストークンによる認証が必要 |
AUTHENTICATION_FAILED | b0a7f5f8-dc2f-4171-b91f-de88ad238e14 | 認証が必要 |
I_AM_AI | 60c46cd1-f23a-46b1-bebe-5d2b73951a84 | Ai-Modeのため、そのエンドポイントに対してのアクセスは制限されている。 |
YOUR_ACCOUNT_SUSPENDED | a8c724b3-6e9c-4b46-b1a8-bc3ed6258370 | アカウントが凍結されている |
This file contains 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
// work on node v10.15.3 | |
const DIGIT = 6; | |
const TIME_STEP = 30; | |
/** | |
* Calculate TOTP value defined in [RFC6238](https://tools.ietf.org/html/rfc6238) | |
* | |
* @param {Buffer} key shared secret between client and server | |
* @param {Date} date date to calculate totp value. |
This file contains 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
title: parrotparty | |
emojis: | |
- name: parrot | |
src: https://cultofthepartyparrot.com/parrots/hd/parrot.gif | |
- name: opensourceparrot | |
src: https://cultofthepartyparrot.com/parrots/hd/opensourceparrot.gif | |
- name: middleparrot | |
src: https://cultofthepartyparrot.com/parrots/hd/middleparrot.gif | |
- name: rightparrot | |
src: https://cultofthepartyparrot.com/parrots/hd/rightparrot.gif |
PostgreSQL Type | PostgreSQL Size | Description | Range | Diesel Type | Rust Type |
---|---|---|---|---|---|
Nullable Types | nullable | Nullable `` |
pawoo.netやfriends.nicoなどのように、大手企業がmastodonインスタンスを提供し始めています。 それぞれは独自の拡張を行い、魅力を高めています。 mastodonそのものはAGPLのため、改変したソースコードが入手できるようにする必要がありますが、その一覧があったらいいかなと思ってまとめることにしました。 とは言え、私が知っているのはごく一部。もしみかけたら @[email protected] へのメンションにてお知らせください。
提供会社(団体・個人) | インスタンスURL | ソースコードURL | 本家masterからの差分 | 追加日 |
---|---|---|---|---|
ピクシブ | 🐘 https://pawoo.net/ | pixiv/mastodon/tree/pawoo | 📊 | 2017/4/23 |
https://ja.wikipedia.org/wiki/JavaScript_Object_Notation
- Python標準に含まれている
- 仕様が厳格に決まっている