2023-09-01から1ヶ月間の記事一覧

運動を継続するために自分用のiOSアプリを作っている

Apple Watch Series 6をつけて運動している id:tokizuoh です。 要約 二年前まで運動が三日坊主で続かなかった 継続するためにアプリを作り始める 今後 要約 二年前まで運動が三日坊主で続かなかった 継続するために運動のログを可視化するアプリを作り始め…

コード上の複数行コメントを翻訳用に一行に変換するツールを作った

モチベーション /// Custom scalars defined in a schema are generated to conform to the ``CustomScalarType`` /// protocol. By default, these are generated as typealiases to `String`. You can edit the /// implementation of a custom scalar in …