Shinji Nakamatsu

Results 12 issues of Shinji Nakamatsu

The way to send `access_token` as a query parameter has been deprecated and changed to using the `Authorization` header. See also: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ Notes: - I haven't read chapter 7 yet,...

## 問題 用語集の記述で「標準添付ライブラリ」は ``` : 標準添付ライブラリー : standard library Ruby 本体と一緒に配布される、組込みではないライブラリー。 インストールせずに使うことができる。 ``` とありますが、リファレンスマニュアルの Top ページにある「標準添付ライブラリ」の下の "All Libraries" をクリックして遷移した先では... 「組み込みライブラリ」が存在しており、用語集の定義との間で矛盾が生じています。 ## 対応案 RDoc の [Standard Library](https://ruby-doc.org/stdlib-3.1.0/) には、るりまで言うところの「組み込みライブラリ」は含まれておらず用語集の記載内容が正しいものと推測されます。 そうした場合、「標準添付ライブラリ」の一覧から「組み込みライブラリ」を外すという対応となるような気がしていますが、いかがでしょうか?

2020.8.27 時点の GitHub では、インデントのレベルを2倍(スペース8個)にするという対応はインデント崩れの原因になっていたので元に戻しました。 以下のページを対象に確認しました https://scrapbox.io/sakapun/インデントテスト # 修正前 Output ```markdown # インデントテスト ##### あ - い - う - え - お か - き - く ``` # 修正後...

Sorry for the silly question. (I'm not familiar with stream) I wonder whether it is possible to stop reading before end of feed reached. I had tried code below. ```...

Add a sequence diagram to help understand how `Iron-session` works.

## Problem I'd like to highlight an issue that arises when passing environment variables to `envsafe` in Next.js, using the code from the [Example](https://github.com/KATT/envsafe/blob/main/examples/next.js/utils/browserEnv.js) as a reference. In Next.js applications,...

This commit adds the `inputOnly` option to `EnvsafeOpts`, enabling exclusive use of input values and enhancing typo detection. When `inputOnly` is set to `true`, `envsafe` disregards runtime environment variable references...

*Issue #, if available:* *Description of changes:* テーブルのmarkdown書式の修正 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...

Implement timeout logic.

feature

Implement encryption

feature