Yonghee Kim

Results 6 issues of Yonghee Kim

### Description 1. Problems to solve. Make game data and localization data more easily manageable with Excel software. #1014 I've put all the datas outside of Unity to avoid generation...

@Namyujeong 님과 논의했던 데이터 구조 변경 제안입니다. Issue보드로 논의가 먼저 필요할 것 같아서 PR은 올리지 않았습니다. 데이터 구조는 https://github.com/YongHee-Kim/NineChronicles/tree/development/tables 에서 보실 수 있습니다. 제안 드리는 [GameDataManager.jl](https://github.com/YongHee-Kim/GameDataManager.jl)대략적인 구조와 작업 흐름은 아래와...

this might be related to [issues/158](https://github.com/JuliaIO/HDF5.jl/issues/158) I'm currently working on simulation program and using JLD for logging. but while analysing log data, I found strange behavior with JLD. That same...

```julia julia> using TerminalUserInterfaces ERROR: InitError: MethodError: no method matching tcgetattr(::Base.Libc.WindowsRawSocket, ::TERMIOS.termios) Closest candidates are: tcgetattr(::Base.LibuvStream, ::Any) at C:\Users\Maste\.julia\dev\TERMIOS\src\TERMIOS.jl:612 tcgetattr(::Int64, ::Any) at C:\Users\Maste\.julia\dev\TERMIOS\src\TERMIOS.jl:613 tcgetattr(::RawFD, ::TERMIOS.termios) at C:\Users\Maste\.julia\dev\TERMIOS\src\TERMIOS.jl:608 Stacktrace: [1] tcgetattr(s::Base.TTY,...

I've noticed that XLSX couldn't generate a new excel file here is repro step ```julia using XLSX f = XLSX.open_empty_template() AssertionError: Couldn't find template file C:\Users\Ykim\.julia\artifacts\c0b84c4a80d13f58b3409f4a77d4a11455b5609e\blank.xlsx. Stacktrace: [1] open_empty_template(sheetname::String; relocatable_data_path::String)...

Type: Bug It seems Git Graph got into an infinite loop causing the crash Extension version: 1.30.0 VS Code version: Code 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:34:26.404Z) OS version: Windows_NT x64 10.0.22631 Modes:...