gdm85

Results 14 issues of gdm85

From `man mkdir`: ``` -p, --parents no error if existing, make parent directories as needed ``` It is needed only once.

Removes Init method to standardize on NewFlagSet. This method can be used to check if a flag was specified by the user. (I noticed a similar attempt was done in...

Master will provide on ACK an ordinal identifier for each connected worker; these are deterministic (same id for same client_id). This implementation is backward-compatible for older master nodes that do...

This is the caching feature that I developed some time and have been using for a while now; it has to be considered experimental. Please review the code looking for...

Sorry if this is the wrong way to communicate with you guys, however please note that I have ported Benjamin's websockproxy to Go and just added a reference here: https://github.com/s-macke/jor1k/wiki/Network-support/_compare/6946626baab0b9a0f23f25f7476499cde02b6165...de4254df4906d475b277168a45fc3e922a11864a...

If you use '%' in any string field, the character will not be correctly escaped when passed via the `json` GET querystring parameter. This is the diff I used to...

This PR requires #10 and allows an automatic GitHub workflow to build Lotus 1-2-3; both the IMG file downloads and the custom binutils are cached. Unfortunately I could not make...

This PR brings 2 main features: * capability to build `123` from within a container using Docker or [Podman](https://podman.io/) * capability to run `123` from a container The end users...

There are two regions for Italy, `Abruzzo` and `Abruzzi`, which should be only `Abruzzo`. You can find the full list (20) here: https://it.wikipedia.org/wiki/Regioni_d%27Italia#Dati_demografici_e_geografici

refactoring

It is desirable to use the DoH endpoint even without TLS termination, for example in case of an external proxy (nginx) taking care of termination. This change allows to specify...