David Kirkby
David Kirkby
I agree this would be useful. It looks like you already have one block (Set hostname) that calls raspi-config and another (Set Boot Option) that is mostly copied from raspi-config....
With 5-10 raspi-config options, I agree that one per block is best for the new user but if you implemented all possible options (which someone will eventually ask for), the...
As another outside observer, the overall idea and execution of this project is great - thanks!!
I vote for setting the locale, timezone and keyboard map although the raspi-config menus are not very user friendly for this. It would be great to provide two versions, e.g....
@dcomtois Is your updated version of the database available online somewhere, or did it ever get merged into this repo?
Referring to @dcomtois's update, is there a reason why "mudar(se)" appears rather than simply "mudar"? (there are separate entries for "mudarse").
I found a minor typo in cell I166 of @dcomtois's update: ``` to consume, eat, use upe ``` Replace `upe` with `up`.
A few more typos in the english translations: - "esperar" -> "to hope" (extra space) - "presentar" -> "to introduce" (extra spaces) - "besar" -> "kiss" (extra spaces) - "cumplir"...
I added a mutex guard in Table::setup() to avoid this crash: ``` Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x00000002288080e0 [Switching to process 15425 thread...
I moved the mutex lock up to SersicInfo::buildFT() and the pixels are still changing between runs with multiple threads.