R-omk

Results 62 comments of R-omk

@alexey-milovidov, please recheck this issues, most likely it is still not possible for the database engine to perform subqueries and joins on the remote side.

Related https://github.com/helm/helm/issues/9136, or maybe duplicate

@tculp, as a workaround, you can create multiple subcharts just to split values, although there are some issues with subcharts right now.

@mattfarina just try ``` cd /tmp git clone https://github.com/kataras/iris.git cd iris git checkout v8.4.0 git status ``` it leads to unclear state of repository and prevent next checkout without force...

same https://github.com/go-oauth2/oauth2/issues/99

related: https://github.com/go-oauth2/oauth2/issues/99 https://github.com/go-oauth2/oauth2/issues/105 I consider this to be a serious vulnerability. It cannot redirect anywhere other than explicitly permitted urls. https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1 > If the request fails **due to a missing**,...

EphemeralContainers - this is only for existing pods, but some applications can be use cron jobs or own flow to prepare a backup and leave data in an unmounted pv...

@ccremer , as a quick solution may be enough to use pod antiaffinity.

One option is to use explicit types with yaml instead of json, moreover yaml is more human-readable. ```yaml obj: txt: some1 !!str 2: some2 ``` Yaml from symfony already support...

Something like ```bash function buttervolume () { drunc exec -t $(docker plugin ls --no-trunc | grep 'anybox/buttervolume:latest' | awk '{print $1}') buttervolume $@ } ``` is more correct to find...