Nick Burrett
Nick Burrett
## Description of the feature I have a graphql query-and-mutation that uses a NaiveTime field. On the client-side there is a direct mapping of the graphql query output to various...
The TBS6522 has two adapters but supports DVB-S and DVB-C/T. For a given adapter only one frontend may be in use. ``` # ls -l /dev/dvb/adapter0/ crw-rw---- 1 root video...
This patch introduced a change to init_on_disk_index(), which appears as a stub function calling file_exists() incorrectly. https://github.com/moinakg/pcompress/commit/0433452b3745db84e39d430bde63a921793c647e#diff-2ceb6d73d3458e52af971d891a90f81f rabin/global/index.c: In function ‘init_on_disk_index’: rabin/global/index.c:79:9: error: too few arguments to function ‘file_exists’ if...
If running on a Istio cluster, then the incoming connection from clickhouse-operator to the database may come from the passthrough-IP 127.0.0.6 rather than 127.0.0.1, which causes auth errors and log-spew...
### Before creating an issue, make sure you've checked the following: - [X] You are running the latest released version of k0s - [X] Make sure you've searched for existing...
## Description This may seem like a micro-optimisation, but establishing transactions with calls similar to this, causes two statements to be submitted to the DB where one would suffice: ```rust...