Doehyun Baek

Results 4 issues of Doehyun Baek

Hi. It seems like currently google calendar gives events for all the rounds(Qualifications, Semi-Finals, Finals). Would it be possible to get calendar that only shows Finals? Or if it is...

enhancement

I have confirmed the test passing for all the tests in the [valid-wasm-binaries.txt](https://github.com/danleh/wasabi/blob/ddb5a7ac792972f36690029b1b96f7f06ec78fe8/test-inputs/valid-wasm-binaries.txt).

Repository reproducing the problem: https://github.com/doehyunbaek/wasabi_multimodule_fidx Currently, resolveTableIdx relies on name property of the function to resolve function index. https://github.com/danleh/wasabi/blob/21a322b7faac9440b931762aae124ffa57d0fa17/crates/wasabi/js/runtime.js#L45-L51 This does not work when the function is imported from other...

bug

Hi. ics calendars like ufc-cal and my fork (vitality-cal) supports X-WR-CALNAME, which makes it look nice on google calendar. ufc-cal: https://github.com/clarencechaan/ufc-cal/blob/ics/UFC.ics#L6 vitality-cal https://github.com/doehyunbaek/vitality-cal/blob/ics/Vitality.ics#L6C1-L6C14 I think this calendar does not, would...