Martijn Thé
Martijn Thé
I noticed collectd "listens" to `USR1` and will flush all write plugins when this signal is received. I was wondering how hard it would be to add another signal handler...
Thanks for creating snapshottest! We're using [xdist](https://github.com/pytest-dev/pytest-xdist) to distribute test runs to multiple processes. xdist will happily distribute tests from a single .py file to _different_ processes. If I'm not...
Zie notes in NSIncrementalStore+Async.h Cheers, M
``` $ hockeyapp-cli -k *REDACTED* list-applications Traceback (most recent call last): File "/usr/local/bin/hockeyapp-cli", line 9, in load_entry_point('hockeyapp==0.4.0', 'console_scripts', 'hockeyapp-cli')() File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/hockeyapp-0.4.0-py2.7.egg/hockeyapp/cli.py", line 168, in main args.func(args) File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/hockeyapp-0.4.0-py2.7.egg/hockeyapp/cli.py", line 61,...
**Is your feature request related to a problem? Please describe.** As per the [ClickHouse docs](https://clickhouse.com/docs/en/operations/opentelemetry): > ClickHouse accepts trace context HTTP headers, as described by the [W3C recommendation](https://www.w3.org/TR/trace-context/). At the...
I'm trying to add `NULLS FIRST` or `NULLS LAST` to an `ORDER BY`, but I cannot figure out how to do this. Is this functionality missing? Any hint on how...
ClickHouse supports using a table identifier directly with `IN`. For example, this is a valid ClickHouse query: ``` WITH y AS ( SELECT n FROM values('n int', 1, 2) )...
### Summary Clickhouse SQL has an optional [`SETTINGS` clause][settings-clause] with `SELECT`s which can be used to configure [all kinds of options][settings]. This PR adds a `settings` method to `ClickHouseQueryBuilder` to...