Hyun Hwang
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...
This is being discussed in #63
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).