Jasper Zonneveld
Jasper Zonneveld
We use an API that has a lot of attributes and we haven't added all those to the model. This results in a spammed console with warnings such as "Resource...
It would be nice to have a list of what changed between releases. The last release is a new major for example, so I would expect breaking changes, but I...
This allows you to specify how the adapter should be instantiated. You could, for example, set Guzzle options or use a different adapter in tests, to mock requests. ```php $this->app->bind(\Http\Client\HttpClient::class,...
This will prevent a jump from the last to the first element when you press SHIFT + TAB on the last element, which isn't the first element. ## Issue Given...
An `aria-label` or `aria-labelledby` are [required](https://w3c.github.io/aria-practices/#dialog_roles_states_props) for modals, but currently there is no way to set these attributes. This PR allows you to set extra attributes (e.g. aria properties) on...
## Description I stumbled upon #268 and saw you added the `-s, --skip-validation-check` flag. I checked the fix, but if I interpret the code correctly, it still does validate the...
OWASP's recommendation is to use a Content Security Policy (CSP) that disables the use of inline JavaScript, and to not set the X-XSS-Protection header or explicitly turn it off. >...
Chrome & ChromeDriver 75 now default to W3C mode. This package needs be updated to support both the (new) W3C mode and the (old) JsonWireProtocol. More info can be found...
### Change When you're using the cache based maintenance mode, Laravel still tries to create the `framework/maintenance.php` file. However, this file [does nothing when there's no down-file](https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/stubs/maintenance-mode.stub#L4-L6), so basically it...
This is the place to report bugs in the Aurora DNS API. If you experience a bug, please report it in this issue. Thanks!