Kagami Sascha Rosylight
Kagami Sascha Rosylight
### Pitch Notify when my followers boosted/favorited the posts that I boosted. ### Motivation It's quite encouraging when I boost some artwork and my friends boost/favorite that too. It's a...
## Summary #9457 でActivityPub C2S APIをリクエストしましたが、あれはもうほぼ死んでいると聞きました。W3Cはほぼ同じ時期(2017)にMicropubという別のAPIセットを公表して、そっちがもっと人気そうです。 違いと言えば * C2Sは複雑すぎる、Micropubはもっと簡単 * 公式テストセットが死んでいない (https://micropub.rocks/) * C2Sよりサポートされてる (https://indieweb.org/Micropub/Servers, https://indieweb.org/Micropub/Clients) I requested ActivityPub C2S API in #9457 but I heard it's already nearly dead....
## Summary Mastodon: https://github.com/mastodon/mastodon/issues/10520 Spec: https://www.w3.org/TR/activitypub/#client-to-server-interactions ActivityPub Client to Server APIの機能はかなり制限されていますが、Mastodonなどの様々なActivityPubサーバーとの互換性のあるシンプルなサービスを作る時には使えそうです。 The ActivityPub Client to Server API is quite limited but can be useful when implementing simple service that can...
## Summary Following #9277. For now Misskey only compresses big PNGs to smaller PNGs, but small PNGs are still have significantly large file size compared to lossy formats. A screenshot...
## Summary Currently there are ways to import lists of users but none for importing favorited notes.
## Summary Currently: 1. イメージ添付してノートを書く / Write a note with an image attached 2. ドライブでそのイメージのcaptionを編集 / Access the image through Drive and add a caption 3. 他のinstanceでそのノートを見たら編集されたcaptionが見えない(ノートがもう連合されたのを前提) / See the...
## 💡 Summary ## 🥰 Expected Behavior HTTP 404が欲しい ## 🤬 Actual Behavior HTTP 200になる ## 📝 Steps to Reproduce 1. `curl -v https://misskey.io/api/i/instance` 2. HTTP Statusを確認 (200になる) 3. `curl...
## 💡 Summary ## 🥰 Expected Behavior バックエンドの変化も反映? ## 🤬 Actual Behavior ビルドは自動進行、でも実際には反映されない たぶん Node.js import cacheのせいでしょう (https://github.com/nodejs/modules/issues/307) ## 📝 Steps to Reproduce 1. `packages/backend/src/server/api` のどれかを編集 2. 反映されるのか確認 ## 📌...
## 💡 Summary モバイル環境ではそう長くないdescriptionもomitされてしまう ## 🥰 Expected Behavior 長くないdescriptionならフルバージョンでみせる ## 🤬 Actual Behavior なぜかShow moreボタンで隠される ## 📝 Steps to Reproduce 1. AndroidでFirefoxやChromeでプロフィールページを開く 2. Show moreボタンが見えるのか確認 ## 📌 Environment Misskey version:...
I'd like to add some tests since there's no tests AFAICT.