Takakazu Fu

Results 22 issues of Takakazu Fu

- support pull request

- [ ] use devcontainer-cli to build & publish devcontainer image - [ ] use that devcontainer image in devcontainer.json **AND** GitHub Actions Workflows

- [ ] non-youtube イベントは URL からページタイトルだけでも取ってくる (selenium が必要そうで正直だるい) - [ ] イベント時間をホロジュールからも取得できるようにする - [ ] 日付ヘッダ行も正常にパースする必要がある - [ ] 年を跨ぐ場合の処理を考慮する - [ ] UID に YouTube のイベントIDを用いず, 別のユニークな値を生成する -...

**Description** Prior to [@asyncapi/[email protected]](https://github.com/asyncapi/html-template/releases/tag/v0.21.0), operations' summary is shown in sidebar but current version does not: (code from v0.20.1) https://github.com/asyncapi/html-template/blob/d2c4513eef9b33bfc977ed5ed92eb188e8988b62/partials/sidebar.html#L50-L58 Changes proposed in this pull request: - if operation has a...

maybe we shouldn't use automatic release action... ![image](https://user-images.githubusercontent.com/33576079/183265099-480d6288-c031-4f6c-8448-d7006451e965.png)

Current implementation ignores CSR when self-signing and force creates new RSA keypair, so `CERTIFICATE_ALGORITHM=prime256v1` is not working for `STAGE=local`. This PR fixes this by stop creating new RSA key on...

Current nginx template for ssl sites does not have ssl_ciphers for ECDSA server certs + TLSv1.2 so using ECDSA certs results in `No common ciphers` error in clients. This PR...

`devcontainer exec` tries to use different container than the response of `devcontainer up`. ``` $ devcontainer up --workspace-folder . [14 ms] @devcontainers/cli 0.12.1. {"outcome":"success","containerId":"66d0453b1f8340282242c2efeff1e79af03734b45d56cfc7630b5b92b108880e","composeProjectName":"masked","remoteUser":"vscode","remoteWorkspaceFolder":"/workspace"} $ devcontainer exec --workspace-folder . pwd...

bug