KEINOS

Results 19 issues of KEINOS

There is already a `goreleaser` configuration. So what `build-app.sh` does is a bit redundant. We should remove it or make it simple to read.

Currently, packages for root and subcommands are placed under the `cmd` directory. As usual in the Go language, "cmd" is used as the main directory of the CLI application, so...

The rule "**automatic merge on CI success if only markdown files were changed**" merges even `*.go` files were changed. https://github.com/KEINOS/Hello-Cobra/runs/4709156113 https://github.com/KEINOS/Hello-Cobra/blob/f2816712657e3cbcb27fdffb4894ae18bc445118/.github/mergify.yml#L16-L29

リポジトリの以下の設定を有効にしました。 既読&了解は 👍 お願いします。 👍 ×3 以上で Close します。 無効にした方がいい場合はコメントください。

documentation

トゥートが追加されたら `input` フィールドにフォーカスが戻って欲しい。 まとめ編集画面と TL の2画面で、左から右へのコピペ作業に入ると、まとめ一覧が縦にどんどん伸びて行きます。 この時、トゥートが最下部に追加されるので「あれ?今のちゃんと追加されたかな?」となる時があります。 ポンポン作業していると Qiitadon のレスポンスが一瞬遅くなる時があるのですが、私の場合、この時テンポが崩れ不安になりチェックしにスクロール作業が発生します。 無事追加されたら、何かしらのシグナルが欲しいです。色が変わるとかでも良いです。 個人的には最後に触った Input フィールドにフォーカスが戻ってくれると、まとめ作業が捗ります。 ~~右側のまとめ一覧をインラインフレームにする要望もありますが、それはまた今度別の Issue で。~~ --- この初期 Issue には下記の2つの要件が入っていました。 1. 無事トゥートが追加されたことが目視でわかるようにして欲しい。 2. 連続でトゥートを追加するため、無事トゥートが追加されたら URL のインプットフィールドにフォーカスが当たって欲しい。 2020/01/12 現在、1 に関しては...

enhancement

CircleCI をパスして、レビューに `n` 件の LGTM(`Approve`)が付いたら、もぅ強制的に `master` にマージさせたい。 (👍 ×3 以上で可決) また、Approve できるレビューアーはコラボレーター(リポジトリ大臣)に限定せず、コントリビューター(ユーザー)も参加できるようにする。 - [GitHub で CI をパスしたら自動的にマージさせたい。](https://qiita.com/KEINOS/items/7291076a19738df7e2de) @ Qiita - [Github レビューでの Approve / Request Changes / Comment の使い方](https://qiita.com/YumaInaura/items/8223add6d8335a2eda7f) @...

```shellsession $ docker scout version | grep version version: v1.13.0 (go1.22.5 - darwin/amd64) $ docker scout quickview keinos/sqlite3:latest ✓ SBOM of image already cached, 17 packages indexed ✓ Policy evaluation...

Happy holidays! This PR adds the workaround to avoid GoogleAuthentication's bug (fix #94). Please review it when you got time.

To sign the built binary in the container ensures more security. - https://github.com/actions/attest-build-provenance?tab=readme-ov-file - [Example](https://github.com/actions/attest-build-provenance?tab=readme-ov-file#examples) ```yaml name: build-attest on: workflow_dispatch: jobs: build: runs-on: ubuntu-latest permissions: id-token: write contents: read attestations:...