-
## Feature Request
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
**Describe your use case and the problem you are facing**
When a…
-
[jsonDecode](https://github.com/imbo/behat-api-extension/blob/main/src/Context/ApiContext.php#L1474) method assumes that every value decoded from a JSON string is an array.
This is a wrong assumption…
garak updated
2 years ago
-
Great extension, just what I wanted, but is there any way to capture the full contents of the browser window, not just the visible viewport?
This is a tricky problem because the browser driver is onl…
-
When you try to use it you get a message saying `Uncaught PharException: manifest cannot be larger than 100 MB`, same thing happens with the phar from version 3.14. Version 3.13 works fine. So it seem…
-
File history is being hidden as part of this issue https://github.com/silverstripe/silverstripe-asset-admin/issues/541. This issue is to make it visible again but a user can navigate to it via the mor…
-
If I want to extend that context I need raw access to the request and response object.
-
Bonjour
Vigilo a été développé pour être rapidement opérationnel du coup il manque de tests automatiques.
Je propose d'en rajouter quelques un au niveau de l'API, afin de s'assurer que le backend …
-
**API Platform version(s) affected**: 3.0.9
**Description**
When using serialization groups to define the input/output for graphql, embedded relations are exposed based on their respective seria…
-
Since #30011 we can log all database queries to a file. We can utilize this to observe the performance of our integration tests a bit.
Sample diff from talks integration tests:
```diff
diff --git…
-
looks cool
how does this compare with nix?
e.g. normally i would do:
```
nix-shell -p python3 --run python3
```
```
echo 'main = putStrLn "Magic Works."' > hello.hs
nix-shell -p haskel…