Seo, Jang-won

Results 11 comments of Seo, Jang-won

@KENNYSOFT Thank you. It works! Now I can extract all sounds easily.

@KENNYSOFT Thank you!!! 😍 We can detect animation directory by children `Wz_Png` has `delay` value. So, I tried to make script for extracting all from the top node like `Skill`...

I adjust `outputDir` to `"C:\\Nexon\\wzDump"`, but an error occur right after `"(extract) 212.img"`. 😢 ```lua local topWzPath = 'Skill' local topNode = PluginManager.FindWz(topWzPath) local outputDir = "C:\\Nexon\\wzDump" ``` **Log** ```console...

same here. ``` brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/var/folders/fz/bk91_ksx0sbfll3tjq32rc1c0000gn/T/brut_util_Jar_116438534712133790824894208157382643086.tmp, p, --forced-package-id, 127, --min-sdk-version, 19, --target-sdk-version, 30, --version-code, 3080, --version-name, 3.3.00, --no-version-vectors, -F, /var/folders/fz/bk91_ksx0sbfll3tjq32rc1c0000gn/T/APKTOOL18324079989942587749.tmp, -e, /var/folders/fz/bk91_ksx0sbfll3tjq32rc1c0000gn/T/APKTOOL7188363647459584557.tmp, -0,...

In my case... ``` Traceback (most recent call last): File "app.py", line 71, in cvb = client.get_block(os.getenv('TABLE_URL')) File "/opt/hostedtoolcache/Python/3.8.8/x64/lib/python3.8/site-packages/notion/client.py", line 169, in get_block block = self.get_record_data("block", block_id, force_refresh=force_refresh) File "/opt/hostedtoolcache/Python/3.8.8/x64/lib/python3.8/site-packages/notion/client.py",...

Same here... ```shell livestreamer "https://www.youtube.com/watch?v=wUM9FP4vwsA" best --hls-live-edge 99999 -o Live180110.ts [cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=wUM9FP4vwsA error: No streams found on this URL: https://www.youtube.com/watch?v=wUM9FP4vwsA ```

You should use 2.23 version to play full video.

If you don't add `allow_unsafe_jscode=True` when defining `cellStyle` with `JsCode` and creating `AgGrid`, the following error occurs even in Streamlit version `1.36.0`, streamlit-aggrid version `1.0.5`. Code ```python from st_aggrid import...