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).