L. Pereira

Results 204 comments of L. Pereira

Hello, Frank! It's been almost over 10 years since I touched this code. I don't remember much of it. It's mostly a toy I wrote so I didn't need to...

Frank, Feel free to fork Finf! Cheers, Leandro On Thu, Nov 12, 2020, 10:48 Frank Bergmann wrote: > Thanks! > > I am more looking for a kind of command-line...

Hello, Brad -- Yes, I've thought about memory allocation. Reference counting isn't sufficient for a generic use case, it doesn't handle circular references: if you have something like A->B->A, then...

I've heard of the Propeller chips but never got around messing with one. I'm not sure, however, if the memory limitations of each core would make it an attractive target...

Newer systems require another module that needs configuration, so automatically loading modules isn't really going to work. Also, the lm-sensors package has some detecting code for sensors; for some older...

Rewriting the UI is definitely on the list of things that I want to eventually see happen. The next version should still be based off of GTK+2, but I don't...

I'm maintaining a Ubuntu PPA for HardInfo built from Git sources, which should make life easier for those wanting to try a new version out: https://launchpad.net/~lafp/+archive/ubuntu/hardinfo

Thanks for the PR! "updatepo.sh" should only be ran if you want to update the .po files for translation after adding new strings and before a new release. Changing the...

I've merged this patch, but only the changes to the vendors file (plus the change in the AUTHORS.md). I have not merged the changes to the po files as they...

Thanks! I think that module dependencies might be broken ("-a" switch to autoload dependencies) if your patch is any indication. I'm far away from my computer but I'll take a...