i-ky

Results 40 issues of i-ky

This will greatly simplify the installation process.

help wanted

Quoting [InfluxDB documentation](https://docs.influxdata.com/influxdb/latest/tools/api/#query-string-parameters-2): > We recommend using the least precise precision possible as this can result in significant improvements in compression. Investigate if [`precision`](https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint) has any real effect and, if...

enhancement
help wanted

Add an optional configuration file attribute to configure (per data type) [retention policy](https://docs.influxdata.com/influxdb/latest/concepts/glossary/#retention-policy-rp) to use, pass `rp` variable to [`/write`](https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint) queries.

enhancement
good first issue

I am developing a theme to colorize [Zabbix](https://www.zabbix.com) log files. What would be the best way to do it? Would you like me to create a pull request with this...

I use the command like this one: ``` $ ./my_script.py 2>&1 | colout -t cmake | colout -t g++ | colout -s Xml ``` Sometimes this command hangs. In the...

At the point where `entry['directory']` is used, `'directory'` is definitely not in `entry` as checked in `if` two lines above https://github.com/nickdiego/compiledb/blob/b615d526019c7b809882090ea7eaff85423f2b13/compiledb/__init__.py#L88 On the other hand, `'file'` is guaranteed to be...

People ask configuration-related questions by opening Issues. People get answers. People close issues. Closed issues are excluded from issue search by default. This makes it harder for other people to...

enhancement

I have to admit that it is a very future-proof design, no matter what argument may be introduced in clangd in the future, we have a way to pass it...

enhancement

Could you please add some tests into Travis CI? Unlike Gitpod, Travis CI [can provide Docker](https://docs.travis-ci.com/user/docker/). I guess you can launch a simple service and query some metrics. The approach...

There are services offering cloud based development environments, e.g.: * [GitHub Codespaces](https://github.com/features/codespaces) * [Gitpod](https://www.gitpod.io) I have some positive experience with the latter one, I can help you configuring it for...