-
**Is your feature request related to a problem? Please describe.**
During testing, I need to make sure certain requests are being called with specific variables, similar to how you'd assert functio…
-
The schema used in the function seems to be incorrect - there is an extra } at line 60 (of the query, not of the python file)
```
Traceback (most recent call last):
File "/home/x/src/GQLSpection/…
-
**Describe the bug**
In order to use createdAt as a sort key in a @key directive you have to include a field called "createdAt: AWSDateTime" (non-null) to stop the error but this then allows anyone…
-
Hi, I did some mutation-based fuzzing and found these 20 panics that occur on the latest commit (dd16f5bdc9ded64d57af3c285883049a43b8e1ee):
```
Testing f2a374644f9e64c0eb3cc81cdda99c7fdd1f5797
th…
-
**Describe the bug**
Stryker started to fail during mutation testing with a `KeyNotFoundException` after updating to version 4.3.0. The error occurs when it tries to access a project path that is n…
-
https://github.com/Agoric/agoric-sdk/pull/8745 defined *Ownables*, implemented at https://github.com/Agoric/agoric-sdk/blob/master/packages/zoe/src/contractSupport/prepare-ownable.js with expository e…
-
I have an action that makes a fetch and sets the loading status...
```
@MutationAction({
mutate: ["todos", "isLoadingTodos"],
rawError: true
})
async loadTodos() {
try {
…
-
I was going to write this in another issue, but since you asked for feedback here...
I have found the Neat class is much more complicated than it needs to be.
My ideal api would be:
- You exte…
-
This part must be performed on a local workstation IDE
Run unit tests (Junit)
Run integration tests (failsafe)
Run code coverage tests (jacoco)
Run BDD scenarios (jgiven)
Run mutation tests (pite…
-
### Background
Platforms typically mediate an interface between applications with a user interface, and accessibility tools (such as a screen reader), enabling assistive technologies:
- GTK/Gno…