icon

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.

これ怠すぎる

Web site image
RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol
icon

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

2023-07-19 15:20:12 あっきぃの投稿 akkiesoft@social.mikutter.hachune.net
icon

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

icon

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

icon

# 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

icon

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

2023-07-19 02:00:27 わんせたの投稿 ars42525@odakyu.app
icon

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