Federico Soave
Federico Soave
**Describe the bug** [`test/new/gfm_code_hr_list.md`](https://raw.githubusercontent.com/markedjs/marked/master/test/new/gfm_code_hr_list.md) contains a test case for nested lists/blockquotes/code blocks. I'm going to focus only on the first part of the test, for now. ```markdown 1. bar: >...
On an already existing kubernetes cluster with kube-router successfully running in route reflector mode (`rr.server` annotation on 3 master nodes, `rr.client` annotation on all the workers), my workflow for joining...
By default, kube-router exposes healthcheck, and more severely, prometheus metrics (if `--metrics-port=` is specified) to ALL IP addresses, and so to the whole Internet, unless some firewalling rules are added....
For some reason\*\* my main cluster in `system.clusters` has no node with `is_local = 1`. For example: ``` select host_address, is_local, default_database from system.clusters where cluster = 'ch_cluster' ┌─host_address─┬─is_local─┬─default_database─┐ │...
Is there a reason why in [AstVisitor.scala](https://github.com/housepower/spark-clickhouse-connector/blob/d7720a80450958576a3bb0f7fd3d095c8f2e7175/clickhouse-core/src/main/scala/xenon/clickhouse/parse/AstVisitor.scala#L64) only MergeTree, in replicated and/or replacing variants, are supported? I'm using a ReplicatedSummingMergeTree, it shouldn't be treated differently from a regular ReplicatedMergeTree, or...
### Describe the bug In the latest release v1.8.1, cdk-lib was upgraded to v2.81.0 which included PR https://github.com/aws/aws-cdk/pull/25473 fixing the security issue https://github.com/aws/aws-cdk/issues/25674 This breaking change was reconciled in EKS...
I'd like to use html-differ to write a test system for [marked](https://github.com/chjj/marked), where generated html output is to be compared to pre-written html code, to determine if the two are...
I'm running python 3.6 on Ubuntu: ~~~ Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux ~~~ and I get the following error: ~~~ config-templates.py These scripts will...
### Describe the bug We need to pay attention on the upgrade path for the Karpenter addon on an existing EKS installation. The upgrade path from any version 0.32 is...