Sangrak Choi

Results 11 issues of Sangrak Choi

http://www.giphy.com/gifs/l3q2yWlKPf450R7nq This is very recent issue on modern browser. Anyone fixed this?

#### Template ``` {$array.var|func:"Y-m-d H:i"} ``` #### Compiled code ```

#### Template ``` {$array.var|func:"Y-m-d/H:i"} ``` #### Compiled code ```

#### Parent Template ``` {loop="$array" as $stats} // temp solution: as $newKey => $stats {include="stat"} {/loop} ``` #### Stat Template ``` {$key} {$stats->hp} {$stats->mp} {$stats->power} ``` {$key} will print nothing.

{include "file.tpl" $var="1"} This will works in smarty. As $var is local variable. It can be migrated to raintpl like this: ``` {$var="1"} {include="file"} ``` But this will occur a...

Added the Official OP.GG Esports MCP server.

## Summary - revert modifications to the existing translator commands - add `TranslatePoStrings` and `TranslatePoFileCommand` for gettext PO files - implement `PoTranslationContextProvider` - document PO command usage in README ##...

codex

Greptile Overview Updated On: 2025-10-19 10:27:39 UTC ### Greptile Summary **이번 리뷰는 이전 리뷰 이후 변경된 사항만 다룹니다.** 이번 변경사항은 GitHub Actions 워크플로우 `.github/workflows/pint.yml`에 `--test` 플래그를 추가하여 Laravel Pint를 검증...

Greptile Overview Updated On: 2025-10-19 09:57:57 UTC ### Greptile Summary 이 PR은 대규모 JSON 번역 작업을 지원하기 위한 구조화된 병렬 번역 기능을 추가합니다. 주요 변경사항으로는 중첩 디렉토리 구조를 처리하는 `TranslateJsonStructured`...