anarcat

Results 241 issues of anarcat

The [base XDG directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) says that config file should be in `$XDG_CONFIG_HOME` or, failing that, in `~/.config`. the example client should also follow that standard and look for the...

this might seem weird, but I think those two should be different: ``` >>> import parsedatetime; "{}".format(parsedatetime.Calendar().parseDT("next tuesday 18:00", tzinfo=pytz.timezone("CET"))[0]) '2022-03-29 18:00:00+02:00' >>> import parsedatetime; "{}".format(parsedatetime.Calendar().parseDT("next tuesday 18:00 UTC", tzinfo=pytz.timezone("CET"))[0])...

Hi! It would be useful for the community to have git tags (and so releases), preferably following semver.org, for this project. It's an issue I have packaging this tool for...

copy of https://github.com/petterreinholdtsen/battery-status/issues/9 - from @solarnz. battery-status-collect will collect statistics for all batteries that are present on the system, however battery-status-graph assumes that there is only one battery in the...

this is a rare case of when i think it is relevant to keep a larger amount of logs. the current configuration of the debian package only ships with 5...

i get the following when running the flow program on my logfile: ``` [1239]anarcat@angela:battery-stats$ /usr/share/battery-stats/battery-stats-graph-flow Argument "" isn't numeric in subtraction (-) at - line 17, line 4. Argument ""...

Hi, I see that GPL license boilerplates were removed in d0bc902555fff5abef85012af3cbc323b915843b. What license is the code under now? It would be critical to clarify the license of the software to...

For some reason, this puppetdb instance here doesn't include a report_hash on output. This makes all nodes appear as failing when puppet is actually running on those. Silence the warning...

New versions of gcc8 will fail to build from source on Python declarations because of the hairy cast we're doing there, example: pam_python.c:1355:19: error: cast between incompatible function types from...

one thing that puppet-board does and puppet-dashboard doesn't is to allow grouping results by fact. for example, this screenshot shows a report listing the puppetversion of all nodes in one...

Enhancement