Shinya
Shinya
こんにちは。 APIコンソールのParamsフィールドとResponseフィールドに出力されるJSONが標準的なフォーマットではないので修正しました。 例えば、Paramsフィールドで以下のように出力されていたのを: ```json { limit: 0, sinceId: '', untilId: '', following: false, unreadOnly: false, markAsRead: false, includeTypes: [], excludeTypes: [], } ``` 次のように出力されるように修正しました。 ```json { "limit": 0, "sinceId": "",...
APIコンソールで必須項目に値があるにも関わらず、項目を押下してフォーカスを外すとバリデーションエラーが発生します。バリデーションエラーが発生した状態でリクエストを送ってもレスポンスは正常に返ってくるのですが、本来は値が入力されていればバリデーションエラーは起こらないことが期待されます。
@syuilo こんにちは。 全てのエンドポイントかわかりませんが、Misskey APIから返却されるオブジェクトの説明ページが存在しないものがあるようです。例えば、認証されたユーザーの詳細情報を返却する以下のエンドポイントの `MeDetailed` オブジェクトがそうです。 - https://misskey-hub.net/docs/api/endpoints/i.html Misskey APIの勉強をかねてドキュメントを作成しようと思うのですが、オブジェクトの説明ページはMarkdownと.json5形式のどちらで追加すれば良いのでしょうか?また、json5形式で定義したファイルをhtmlへパースする仕組みは既にありますか?
Hi, @Faiza-Farooqui , This dropdown has a great design, but its behavior is not stable. Do you know why I'm getting the following error? ```terminal Another exception was thrown: 'package:flutter/src/widgets/overlay.dart':...
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) --- See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs
# 1. Problem to solve # 2. Proposal # 3. More information
# 1. Problem to solve I would like to be able to set up objects that can be shared by all parallel processes running in the same Parallel scope. #...
# 1. Problem to solve I would like to provide a common mechanism to process files with certain regularity such as CSV and TSV together as a Task. # 2....
# 1. Problem to solve # 2. Proposal # 3. More information
# 1. Problem to solve Allow changing the banner at application startup. # 2. Proposal Modify the banner that is output when the application is launched to allow the user...