Dylan Bridgman

Results 4 issues of Dylan Bridgman

Support for integration with [witoldsz/angular-http-auth](https://github.com/witoldsz/angular-http-auth). When angular-http-auth plays back paused calls after a refresh, there is already an Authorization header within the request. This needs to be overridden with the...

## Feature Description I'd like to propose adding a driver to allow the use of [tabular-assertions](https://github.com/spatie/tabular-assertions) as the snapshot format. This would bring some benefits, [mirroring those offered by tabular-assertions](https://github.com/spatie/tabular-assertions#why-tabular-assertions):...

Also updated the ZATech entry based on the description from their website. # Add a Slack Group - [x] Suggestion is not a duplicate - [x] Suggestion is placed in...

Currently, in [`Spatie\SchemalessAttributes\Casts\SchemalessAttributes`, the `set()` method](https://github.com/spatie/laravel-schemaless-attributes/blob/42d8034e96bc228becdb4551b83cba675c2b35fa/src/Casts/SchemalessAttributes.php#L39C9-L43C10) does the following: ```php $json = json_encode($value); if (! is_array(json_decode($json, true))) { return null; } ``` A problem exists for special numbers `\NAN`, `\INF`,...