Jacob Alheid
Jacob Alheid
Fixing a few issues that made noise when installing `fotingo`. Still one remains via `tscpaths`'s dependencies.
Sometimes PRs need to run CI and other tests but aren't necessarily ready for review. Draft PRs are great for this use case. Suggested feature: - Add `--draft` or similar...
Often an issue will span multiple PRs and we want to be able to work on an issue without closing the issue when we `fotingo review`. Right now we can...
- This information is missing from the documentation - It would be great if it was part of `fotingo start --help` too
- This would be super convenient for organizing work in JIRA - This would go under `fotingo start` as a CLI option
For whatever reason one of our services is causing rancher-alarms to crash every few minutes. Here's the traceback: ``` [INFO] 2018-3-23 0:1:29:857 discovered new running service, creating monitor for: ingest/influx...
**Use case:** We have a markdown README like: ```markdown # My Project Blah blah blah blah ## API Documentation ``` ... and would like for either the CLI, or preferably...
The index examples don't mention that you can use dotted long key names for indexes, e.g. ``` config_indexes = ['meta.published', Index('meta.tags', sparse=True)] ```
We are trying out your container for influxdb-srelay and trying to figure out how to set up basic replication and read/write HA proxying. The sample configuration in `/examples` seems like...
Is this an intentional thing that should be configured? I can't seem to find anyone mentioning that the Jenkins Catalog image doesn't have docker installed, nor does it seem to...