Trebor Huang

Results 72 comments of Trebor Huang

As it stands, I consider `tbp` as largely incomplete. I'm going to base the protocol on the current interface for `9S` and `CC` in Techmino.

I think the current task is to sort the code out in techmino, and provide a clean and usable API with some documentation. There are no *de facto* standards for...

Yeah, probably we can set the API in C and write a uniform wrapper. Or more conveniently (although the efficiency is questionable) we can use a RESTful API, which removes...

That's probably the exclusive fullscreen functionality. It is undesirable on PC's, which is persumably why MrZ didn't use it.So we have to do a system-dependent `conf.lua` adjustment now. Outlook doesn't...

https://developer.apple.com/forums/thread/92232

If you want to save a state, you need to have a mechanism to back up the results of a coroutine. I suggest implementing a duck type coroutine that supports...

Maybe add an event listener in Zframework? When there is a relatively quick movement starting on a widget, it should be detected as a swipe (or, a flick in rhythm...

Also, you can implement a container component, that just contains some widgets and stuff, so that scrolling is easier to make.

Wait is the new server even deployed?