RFC 7591 - OAuth 2.0 Dynamic Client Registration Protocol https://datatracker.ietf.org/doc/html/rfc7591#section-2.2

To specify the languages and scripts, BCP 47 [RFC5646] language tags are added to client metadata member names, delimited by a “#” character.

これ怠すぎる

RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol

AP C2Sが使えなくてAPI互換がないものにプロトコル名でドメイン割り当てるの勇気いる

2023-07-19 15:20:12 あっきぃ / C106(日)東7S-33bの投稿 akkiesoft@social.mikutter.hachune.net

丼とかMiのサーバーのサブドメインってmastodonとかmstdnとかmisskeyが使われがちだけど、fediverseを使ってるとこはほぼ見かけないよなぁっておもっているところ

ubuntuだとppaから入れてくれる

# If ubuntu, PPAs allowed, and latest - install from there
if ([ "${GIT_VERSION}" = "latest" ] || [ "${GIT_VERSION}" = "lts" ] || [ "${GIT_VERSION}" = "current" ]) && [ "${ID}" = "ubuntu" ] && [ "${USE_PPA_IF_AVAILABLE}" = "true" ]; then

https://github.com/devcontainers/features/blob/main/src/git/install.sh#L100C1-L111

ubuntu以外でlatestとかにするとソースからビルドすることになった気がする

2023-07-19 02:00:27 わんせた@12時以降起床部の投稿 ars42525@odakyu.app

ghcr.io/devcontainers/features/git、gitのビルドが始まるんだが…