Stepan Seliuk
Stepan Seliuk
Hello, how to add Unicode support in regexps? I tried to pass modified options: ```javascript { splitRegexp: [ /([\p{Ll}\p{Lo}\p{N}])([\p{Lu}\p{Lt}])/gu, // one lower case char or digit followed by one upper...
Hello, https://github.com/jordanwilson230/kubectl-plugins/blob/98ee1158cb6c5952f3f6760ebd462dd2dc41abad/kubectl-exec-as#L88 Locally I modified it as: ``` test "$(exec "${KUBECTL}" get po "$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc '[:alnum:]')-1" 2>/dev/null)" && container="$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc '[:alnum:]')-2" || container="$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc...
Hello, I got: ``` HTTP/1.1 502 Bad Gateway Server: nginx/1.16.1 Date: Mon, 07 Oct 2019 19:17:32 GMT Content-Type: text/plain Content-Length: 88 Connection: close Slave returned an invalid HTTP response. Maybe...
- [+] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ## Steps...
Hello, sometimes (I would say often) when I click for example on the terminal tab, I got a white screen (whole app). Then I need to close the application and...
Hello, after update on the latest version of Kubernetic, I started getting an issue on k8s cluster 1.15.6: ``` Error from server ( update resource ) the API version in...
Hello, I cannot make Kubernetic work with k8s cluster which supports kubectl up to 1.9.9 only. It shows the cluster is online.  This is...
Hello, can you implement a parameter (callable) for the colresize event? I want to handle this event in my code. Thanks.
Hi! I tried to found a way how to get values from "totals" element, which provided by ClickHouse if specified `GROUP BY x WITH TOTALS`. Does this DBAL driver provide...
Hello, I tried to create a query using QueryBuilder, but got error: ``` Operation 'FOD\DBALClickHouse\ClickHousePlatform::appendLockHint' is not supported by platform. ``` The code which produces this error: ``` $qb =...