-
as far as I could tell the steps are:
1. `cargo install hickory-dns --features recursor`
2. create `/etc/named.toml` with the contents
``` toml
[[zones]]
zone = "."
zone_type = "Hint"
sto…
-
See:
* https://github.com/cuelang/cue/blob/master/doc/tutorial/basics/Readme.md
* https://www.youtube.com/watch?v=b3fhA12KS48
I have looked at this briefly before, but when it popped up in my T…
-
Maintaining both structopt and native clap argument validation and marshaling in our CLI code base has become a non-trivial overhead.
An important tech-debt task should entail converting the full C…
-
I've created a JSON schema for HUGO to add several hints in `config.json`/`config.yml` files. It covers most properties (but some of them have no descriptions due to documentation problems). I think i…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
We currently import all languages and courses once, based on spz/resource/courses.json.
Validation is done through the schema files in the same directory during the import, and also through database …
-
The tunnel fails when a new port is added while the tunnel is established and a large number of ports are exchanging information between the two servers in the tunnel. In such a way that I have to clo…
-
Currently, this project has 2 ways to run CQA tools:
- `tox -e style`
- `pre-commit`
To a new contributor, it might not be very clear how to run CQA tools.
Please don't take this the wrong way…
-
## Problem Overview
Schema-enforcer currently creates Ansible inventory by instantiating a custom `AnsibleInventory` class. This class glues some ansible built-in classes and some custom methods to…
-
The fix in #42 apparently did not work, the problem still persists with codemetapy 2.5.1:
```
[tool.poetry]
name = "somesy"
version = "0.1.0"
description = "A CLI tool for synchronizing softwar…