Mike Fiedler
Mike Fiedler
As a Contributor, I want to have the editing rules auto-apply when editing where possible. If I don't have an editor that applies [EditorConfig](https://editorconfig.org/) on save, then the CI should...
On current master (17a0ca1ee7d09744cdcd5e5c8a56822278651fb8) `make html` produces this warning repeated frequently: ``` deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.reading sources... [...
I was under the impression that since we already have a master-standby replication going on,we could use WAL-E to perform a "full" backup from a standby, to prevent any kind...
When developing a library, it is convenient to have a method of releasing a version with well-known semantics, such as version tagging and github push. In Ruby's Bundler, it is...
Learned about this project recently, very cool! In combining with other unix-style commands, I'd love to be able to pipe in a well-formed YAML file as an input, rather than...
As a User Given that I have started an `fc4` session watching for changes with a command like `fc4 -fsrw *.yaml` And I have changed a yaml file and successfully...
As a user starting out with fc4 Given I've installed fc4 And I don't have any preexisting diagrams When I type `fc4 init context my-system` Then I should get a...
**Describe the bug** In a `requirements.txt` file, using the valid `-e` specification on a requirement halts the plugin execution from proceeding any further in the file. **To Reproduce** Steps to...
Symptoms: ``` Traceback (most recent call last): File "/app/.apt/opt/datadog-agent/agent/dogstatsd.py", line 29, in from aggregator import MetricsBucketAggregator, get_formatter File "/app/.apt/opt/datadog-agent/agent/aggregator.py", line 6, in from checks.metric_types import MetricTypes File "/app/.apt/opt/datadog-agent/agent/checks/__init__.py", line 26,...
Given a TOML key with an Array, When using valid syntax of strings and tables, Then a warning should not be raised. Example: ```toml include = [ { path =...