Ian Douglas Scott

Results 387 comments of Ian Douglas Scott

> Kind of similar to the boilerplate required with composite templates. I can't think of a way to avoid a slight complication like this. Or maybe that's not a problem....

> so if we dump that out of RAM then it'll take a lot longer for the AppCenter window to be ready for use each time you open it. I'm...

I don't know if there's any good tooling to check what is blocking an application's main thread, but running in gdb and hitting ctrl+c when the UI is blocked is...

Yes, most of those operations happen in a background thread, but this issue seems to exist due to a few that do not. It seems like there should be a...

I suppose in `Makefile`s it's easy enough to have `SUDO := sudo` so a different command can be passed as an argument. Not sure about shell scripts.

Hm, don't recall seeing this issue when it was created. If flash space is very limited, and each tag has a known fixed address, using 2 bytes to store the...

It should be Launch specific since `led_save` currently isn't supported in the ec firmware.

I seem to have figured out what is going on. When setting all the keys like this, `led_save` (unsurprisingly) takes longer than the 100ms timeout. So it is retried 3...

The bindings for xlib functions probably shouldn't be complied in when that feature isn't used.

> Ambiguity aside, there are many clear-cut cases (e.g. `std::thread::sleep`, `std::fs::File::write` and so on) which can benefit from a path forward without the need for bike-shedding. Disk IO seems to...