Seito Tanaka
Seito Tanaka
The current User Handle (a.k.a user ID) is a hash of the user name. https://github.com/line/line-fido2-server/blob/22d5aa954efe4e1a383c9eea3b2dc109e700f973/rpserver/src/main/java/com/linecorp/line/auth/fido/fido2/rpserver/controller/CredentialController.java#L147 The documentation appears to recommend it with salted hash or random, so should we change...
## Overview Fixes #98 Fixes #115 --- I hereby agree to the terms of the JUnit Contributor License Agreement.
**Description** Error messages are displayed when running outside of a git project, which makes it difficult to understand the cause of the error. ```sh $ cd ~ $ gh poi...
**Description** Since the result is not displayed even if the `gh poi protect ...` command succeeds, the user feels anxiety about whether the command succeeded or not, so the result...
**Expected Behavior** When downloading data in CSV format, I want to export data with double quotation (`,"",`) when there is a blank text (not null). **Current Behavior** Since it is...
I would like to detect Pull Requests are merging later than expected, with the goal of reducing the lead time for changes. Unfortunately, [GitHub's search query](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests#search-by-when-an-issue-or-pull-request-was-created-or-last-updated) feature does not currently...