-
I try to wrap zend-soap server response to `DocumentLiteral`
My code:
```php
$options = array('uri' => 'http://localhost/server', 'soap_version' => SOAP_1_2);
$soap = new \Zend\…
-
# There's been an error on https://aegis.4.glowt.co.uk/ajax/m/AEGIS/customers/add_customer.
| Detail | Value
| ------- | -
| Version | 2.0.2
| Message | SQLSTATE[23000]: Integrity constraint violati…
-
Hi,
How do you return a custom 500 response? My idea is that depending on the route I want to use a clack middleware to return a 500 status code with my own HTML page in addition.
-
**Description**
As a developer, I want to be able to have custom lint rules specifically for Dart Frog so that I can see warnings and apply quick fixes directly from my IDE rather than waiting for …
-
### What happened?
I've generated JSON dashboard with [grafonnet](https://github.com/grafana/grafonnet/issues/226) that contains several libraryPanels. At importing, Grafana showed Internal error `as…
-
laravel/passport 11.10
joselfonseca/lighthouse-graphql-passport-auth 9.02
When I call this GQL:
```gql
mutation Logout {
logout {
message
status
}
}
```
I get this error…
-
### What does the bug relate to?
- [X] Plugin's core
- [ ] Debugger
### Describe the bug
This plugin adds React.createElement even though it's a SolidStart project
```javascript
import { StartCli…
-
Hi,
How can we set cache param?
This is how I enter it in the config array and get error.
Warning: foreach() argument must be of type array|object, int given in c:\xampp\htdocs\....\ vendor\iznibu…
-
I would like to be able to define middleware in the contract itself and have it abstracted away from the server implementation (express/fastify).
## Problem
I'll use authentication as my example…
-
I have my take and leave impersonation routes set up using the built in helpers and protected by the web middleware, but my app uses API middleware and makes all it's calls through `api` middleware no…