Harmen Janssen
Harmen Janssen
I wanted to run the tests when submitting my pull request but the Karma config file seems to be outdated? It complained `ReferenceError: JASMINE is not defined`. But also, I...
This is just a very small tweak that makes sure `ga` is actually defined before calling it. Since Google Analytics is typically loaded asynchronously and sometimes even by Google Tag...
**Do you want to request a *feature* or report a *bug*?** Bug. **What is the current/expected behavior?** Currently it's not formatting PHP files on save. I can successfully format them...
- [x] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md Expands on #1212. **Changes** The previous version of this docblock used the...
It incorrectly passes `array_slice(func_get_args(), 1)` to `partial` when given
Hi, I was wondering if it's possible to get at the original Lambda Request ID within your Laravel app? I found [the Context class](https://github.com/brefphp/bref/blob/4f0b8c3d1781e152bb68daa0a4ae8a7929d5ef9d/src/Context/Context.php#L41) which has a reference to the...
I'm trying to make settings required only in certain languages. Following the documentation of `nova-translatable`, I've implemented this as follows: ``` Text::make('Street address', 'address_street') ->translatable() ->nullable() ->rulesFor('en', ['required']), ``` However,...