Will Vincent
Will Vincent
I've recently started using istanbul for coverage report generation of nodejs code and boy it sure is helpful, I can see down to the individual line whether code is covered...
As far as I can tell this is not already supported... Can we add the ability to define a pivot table for polymorphic relations? For the use case of; a...
If the project were to adopt standard-version, commit messages can (will) be utilized to auto-generate detailed changelog files. This not only creates much more detailed and informative changelog files, it...
Given font urls like these: ``` ``` They're getting mangled such that what ultimately winds up in the rendered markup is: ``` @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400;...
When processes running within docker containers are running as users without an entry in the host machine's /etc/passwd file, many warnings will appear in the log. While they're just warnings...
> Invalid argument supplied for foreach() in App/Http/Resolver.php on line 207 The code is looking for an array of URLs in a `progressive` property, however on some lessons this is...
Closes #23 - I've split views out into individual views for each message type, inlining their classes so Tailwind JIT works as expected - I've included the auto dismiss logic,...
Per tailwind's recommendations, injecting dynamic classes cannot be injected with variables, as the tailwind compiler will have no way to pull those classes in: Rather than stuffing a bunch of...
Closes issue #3. Adds optional `mimeMinFileSizes` and `mimeMaxFileSizes` config options, these should work in conjunction with existing min/max and max total limits, and allow for setting min or max limits...
Given this validation rule: ``` [ 'logo' => ['required', 'file', 'mimes:jpg,jpeg,png,gif', 'max:4096'], ] ``` It can be reasonably assumed that generated docs should display the `max` value as `4096KB` or...