Hyun Hwang

Results 17 comments of Hyun Hwang

로컬에서 Objective-C 문서를 쓰고 있었습니다. 나중에 이 문제에 대한 방향이 정해지면 적용시켜 병합해보겠습니다.

CC BY-SA에 한 표 냅니다. 굳이 NC로 제한을 걸고 싶지는 않아요. '하고 싶으면 해라; 대신 남들도 하게 냅둬라'가 BSD 정신이니까요.(?)

Noob question: I still don't understand why Cargo is trying to involve `coreaudio-rs` as part of dependencies resolution even when building on Windows, despite the dependency is behind `target_os =...

@est31 Thanks for the insights. I got a glimpse of how it works now. As a workaround for the time being, I simply removed Cargo.lock to have it regenerated with...

### Opinion: `TableState` should have ways to delete a certain row or even, all rows. I am testing the `Table` widget to implement a file queue in my app. Basically,...

### Additional discussion point Currently, methods that modify the table headers/rows does not validate if the input matches with each others' *column count*. For example, make a table of 5...

Since the table header is what "defines" (or describes?) the data of a table, matching each row's column count to header's column count seems logical in this case? How about:...

During my attempt to implement the above logic, I realized that it's not an easy job to decide among these two possible ways: 1. Make `set_rows` and `add_row` to return...

It does not seem to be set by the extension; at least in the option page: [minutes](https://github.com/rNeomy/tab-suspender/blob/master/data/options/index.html#L41), [tabs](https://github.com/rNeomy/tab-suspender/blob/master/data/options/index.html#L45).