John Lin
John Lin
After building the example, I started running the docker container of it. However, calling GET /apispec_example/random would result in the following error: ``` 172.17.0.1 - - [07/Jun/2021 01:19:51] "GET /apispec_example/random...
I saw the option `-w` which will set `o_wait` to `1`. But there is no documentation for it. Is it intentional?
### Problem The functions like isValidHashtag() in js and valid_hashtag() in ruby are useful, but there is no such function for java. ### Solution Add isValidHashtag() in Validator.java and add...
## Overview Executing `./client-setup.sh` will cause error with message `pgouser-admin Secret not found in namespace: pgo`. ## Environment Please provide the following details: - Platform: Kubernetes (minikube) - Platform Version:...
I'm reading the documentation for Custom Resource Definition of `Pgcluster`: https://access.crunchydata.com/documentation/postgres-operator/4.5.0/custom-resources/. I spotted that the attribute `RootSecretName` is duplicated: I believe that it's a documentation mistake, but I'm not sure...
Version: 2.1.5 Python Version: 3.6.0 Reproducing steps: I have the following python script: ``` import git repo = git.Repo('/tmp/gittest') commit1 = repo.commit('master') commit2 = repo.commit('master^') diffs = commit1.diff(commit2) diff =...
In the developer guide: https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout, there is a note: > Important: MATCH_PARENT is not recommended for widgets contained in a ConstraintLayout. Similar behavior can be defined by using MATCH_CONSTRAINT with...
### Keywords status, creation ### Problem I want to expose the current state of the underlying service via the field `.status.serviceState` of my custom resources. The field `.status.serviceState` may have...
**What is the feature and why do you need it**: I would like to use the a function in `kubernetes-client` that is equivalent to: ``` $ kubectl wait --for=condition=complete job/foo...
### Problem I would like to write unit tests for my Kopf operator. However, I don't see Kopf providing any way to do it. I do see that there's a...