Ircama
Ircama
Thanks for the new version. Unfortunately, I had limited time to test it. It sounds good and really speeds up timing. Here are some glitches: - when Eqiva eQ-3 device...
Some notes have been added to the readme to check the hw installation and perform a soft pull-up via simple Python instructions.
Add `--localtime` (or `-l`) option to use local time zone and format instead of UTC time in timestamps. Fixes https://github.com/jorgebastida/awslogs/issues/92
Congratulations for your work. I would suggest to add a github page to your repository, which can be used to allow rendering the man page of any troff document available...
I expected to find '-' for options instead of '−'. For instance, ``` .TP \fB\ \fR\-\-cache\-strategy strategy ``` is rendered ``` −−cache −strategy strategy ``` while online manuals report `--cache-strategy...
Test example (wrong rendering): https://ircama.github.io/osm-carto-tutorials/manpage.html?url=https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1 Correctly rendered page: https://manned.org/osm2pgsql Issues: ``` Correct: -O|--output Wrong: −O |−−output ``` Error description: no space should be added within `O |` ``` Correct: back-end...
I suggest to add the styling of the `.TP` macro, which is for instance used when reporting command line options. Example: ``` .TP \fB\-a\fR|\-\-append Add the OSM file into the...
Test example (wrong rendering): https://ircama.github.io/osm-carto-tutorials/manpage.html?url=https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1 Correctly rendered page: https://manned.org/osm2pgsql Issue: ``` .SH NAME osm2pgsql \- Openstreetmap data to PostgreSQL converter. ``` Converted form: `osm2pgsql −Openstreetmap data to PostgreSQL converter.` Space...
Please check this trivial example including some URLs: https://ircama.github.io/osm-carto-tutorials/manpage.html?url=https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1 man page: https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1
Test example includes a rough `.TH` processing: https://ircama.github.io/osm-carto-tutorials/manpage.html?url=https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1 man page: https://raw.githubusercontent.com/openstreetmap/osm2pgsql/master/docs/osm2pgsql.1 Date and doc type are not rendered with the current code.