こんな設定あったのか
This account is not set to public on notestock.
phpのstrictモードを初めて知った時はrequire先のファイルで有効にするみたいなやつあればautoloadするフレームワークは型がちゃんと使えるんだろうけどなぁって思ってた気がする
> 強い型付け
> デフォルトでは、間違った型を渡された場合でも、可能な限りは来されている型に変換します。 たとえば、string を想定している関数のパラメータに integer が渡された場合は、その値を string 型として受け取ります。
> 厳密な型チェックを有効にするには、declare 文を用いて strict_types を宣言します。
`declare(strict_types=1);` がいるのか
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
spriteって単語の使われ方じゃなくてスプライトでimage spritesとかsprite sheetsを指す使い方が違和感把握
This account is not set to public on notestock.
teamon/tesla: The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
https://github.com/teamon/tesla
PleromaのTesla moduleのGun adapter、timeoutの設定が厳しすぎて失敗しまくるけど、どの設定を変えればいいかわからなくて今はHackneyに戻してお茶濁してる
mogrify -auto-orient相当の処理をせずにiOSからのアップロード時にexifのorientation attributeを消して送信してるみたいな?
This account is not set to public on notestock.
実装の有無、pleromaはnodeinfoのfeaturesにarrayで入れてあるんだけどmastodonは違うんだなって
QT実装の有無を/api/v1/instanceで判定できるようにしたから、SubwayTooterが標準対応してくれるようになった。本体とクライアントは、APIでちゃんと話し合わないとね。