rindeal

Results 11 issues of rindeal

**Current state** Any development in this repository is permanently halted. The reason being, that `libfprint` has never been the way to go with this driver, because `libfprint`'s software design is...

This PR implements suggestions, and fixes merge conflicts of, PR https://github.com/hishamhm/htop/pull/140.

API docs do not mention this parameter, but CLI and server supports it for 3 years now - https://github.com/moby/moby/commit/936b2c6afe490b562df4ebea854b116c3b40a9f5. Signed-off-by: Jan Chren

At least on Windows I had to patch the files to get it running like this: `C:\some\path\LuaMinify some_file.lua`

| | | --- | --- Maintainer | @neheb Compile tested | _it's all a script!_ Run tested | Archer C7-v2 This is almost complete rewrite of the script. It...

I've followed the suggestion on https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI to edit `layman.cfg` like this: ``` cfg overlays : https://api.gentoo.org/overlays/repositories.xml https://gitweb.gentoo.org/report/repos.git/plain/repositories.xml ``` Since then layman is randomly switching between them. For example issuing `layman...

This commit replaces `repr()` with `str()`, as the former should never be used for normal user-facing printing, and makes it explicit and consistent across the library. For example I tried...

awaiting review

Concerning the possible values of the `nargs` parameter of `add_argument()`. The following values are already described in the documentation, so only a mention of the constants is needed: - `OPTIONAL`...

docs

Hi, thanks for this mini-project, which started off my own effort. Now I'd like to contribute back. The highlights of my approach are: - no sudo - this fixes #6...