hangedman
hangedman
ref https://github.com/BNFC/bnfc/issues/293 PR description: I modified large amount of source code related with issue #293 . I would like to take a review. If there are any problems in this...
ref https://tadaoyamaoka.hatenablog.com/entry/2018/02/10/175237 * traceログの関数はリリース時不要なため * debugレベルは入れてもいいかな * traceログはコマンドラインからは `-vv` `--very-verbose` とやったときだけ出す (1) debug/traceを条件コンパイル >デバッグ版でデバッグ用ログ出力の条件コンパイルを有効するには、 >SPDLOG_TRACE_ONとSPDLOG_DEBUG_ONマクロを定義する。 ``` #define SPDLOG_TRACE_ON #define SPDLOG_DEBUG_ON ``` (2) 開発時デバッグ用にtraceレベルを導入する - 今までdebugレベルしか使っていなかったが、traceレベルも導入してdebugと差をつける - debugはユーザーにも見せてOKなものとする ### 備考 -...
ref #32 結論から書くと、このような処理も字句解析時にある程度解析してもいいのかもしれない ### 仕様 ref https://web.archive.org/web/20230616085837/https://faculty.kfupm.edu.sa/COE/aimane/assembly/pagegen-64.aspx.htm #### 16ビットメモリアドレッシングモード | Operand Type | Pattern | | --- | --- | | direct | [displacement] | | register indirect | [BX][SI][DI][BP]...
**Description:** There appears to be a bug in the `angular-token` library regarding the handling of the `loginField` parameter during the password reset request. In the current implementation: https://github.com/neroniaky/angular-token/blob/62ecc83b82f20183f7c9cd4a4512f1d4a5004849/projects/angular-token/src/lib/angular-token.service.ts#L415-L418 The loginField...
goskでのnasファイルのビルド ### helloos1  ### harib01a 
### Summary The `sf agent generate agent-spec` command consistently fails to generate topics, resulting in `topics: []` in the output YAML file, regardless of agent properties provided. This occurs even...