Axel Wagner

Results 122 comments of Axel Wagner

I think landscape mode is implemented completely internally to xochitl. AFAICT there's no way to actually figure out how that's set (e.g. the framebuffer didn't change mode when I tried...

@torwag That's a good idea, thanks :)

I'll take a closer look in a few days. From a first look, it seems to support everything needed, but I haven't actually opened it yet to see :) >...

@bordaigorl Can you open a PR to serve this as the default page? For now, put the HTML in a constant, like it currently is (though maybe in a separate...

@bordaigorl f you don't have the time (and/or don't want to bother with the extra refactorings I asked for) I can also do it myself. I just asked for a...

No reason to apologize, you didn't spend any less time on it than me :) I'll throw something together.

After talking a bit offline, we've arrived at this design: ## Requirements * The root signing key should stay offline and delegate to specific signing keys. * No need to...

It's CPU, especially if you want the UI to continue to work smoothly. With enough CPU, bandwidth would actually be super easy, given how compressible the screen content is. One...

> So recovering and propagating such a panic can only change broken programs into non-broken ones; it cannot break any program that was not already broken. This depends on the...

@bcmills To me, while both "concurrently running goroutines will continue to execute while a panic unwinds the stack" and "the program will continue to run when something upstack from `Wait`...