William Hou

Results 46 comments of William Hou

I tried doing removing the separator for tabline: ```lua tabline = { lualine_a = { { "tabs", separator = "", mode = 2, path = 0, }, }, }, ```...

I think `wgpuInstanceProcessEvents(instance)` has to be called to fire the callback. So could put that in the main loop, or u could block with a loop right after with a...

yeah my bad, i mean that u could put a blocking loop after the submit, so it can wait for the submit command to finish. or u could just put...

Yes so you have to put the blocking loop after the queuesubmit function. The point of the blocking loop is to busy wait (block the thread and wait) for the...

no problem, I think u can keep the issue open though because this should probably be mentioned in the tutorial

I see, so there's no guarantee that the keys will pass through for every platform, but the hint will enable it for platforms that do support it.

I don't think that is a concern. Users can expect that their keys will be eaten when navigating the IME UI for languages like Japanese and Chinese. As long as...

For macOS terminals there's usually an option to treat the option key at meta/alt. Since option + letters triggers special characters like å and combination like ã, most of the...