-
**Describe the bug**
There are some Notices on Group Single page when Debug Mode ON
```
Notice: Trying to access array offset on value of type int in /Users/ank/Local Sites/apitesting/app/public/…
-
Uploaded a pipeline successfully using the python api client. Got the following response:
_{'created_at': datetime.datetime(2019, 10, 18, 6, 55, 9, tzinfo=tzutc()),
'description': None,
'error': …
-
I wasn't sure if this should be in controller-tools or in kubebuilder itself.
Additionally if it should be added as a generated test for all kubebuilder projects
The below test works for https:/…
-
With the multi-ledger patch applied (https://github.com/digital-asset/daml/pull/1334), which results in more connections, the ledger api test tool throws errors after a while:
```
SEVERE: *~*~*~ C…
ghost updated
4 years ago
-
**What would you like to be added**:
Currently (below) are the packages that are covered in `make test KUBE_COVER=y KUBE_COVER_REPORT_DIR=tmp/ KUBE_TIMEOUT="--timeout=300s"`
They exclude packa…
-
We should consider adding fuzz testing to Agones.
Kubernetes uses https://github.com/google/gofuzz (originally was in the Kubernetes repo but was split out).
https://github.com/google/oss-fuzz…
-
hello, uiveri5 team,
I install the @ui5/uiveri5 globally correctly, and I download the ui-uiveri5 repository, then I go to directory of sample\apiTesting, and run the command
uiveri5 API…
-
I am getting error while implementing Karate-Gatling feature to our karate Api Automation project. I am trying to include Karate-gatling functionality in our framework, but facing issue while using Ka…
-
## Issue Description
In Submission.crosspost(), nsfw and spoiler aren't working.
```
#source code
import praw
reddit = praw.Reddit(client_id='',
client_secret='',
…
-
In all my snippets I have been pretty much assuming the syntax to be case-sensitive. For example `Expect Property` is good but `expect property` is not.
Should we keep it that way? A more relaxed …