Kieran

Results 49 issues of Kieran

It's common to exclude unnecessary files from the composer distribution - https://php.watch/articles/composer-gitattributes

This replaces travis with GitHub workflows

## Problem/Motivation My CI jobs are occasionally failing with the below error ## Expected behaviour No fatal error ## Actual behaviour ``` Fatal error: Uncaught Error: Cannot call constructor in...

triage

This copies `CommonAttributes` [changes](https://github.com/ezyang/htmlpurifier/pull/336) in `v4.15.0` from upstream, otherwise `contenteditable="false"` is not considered valid on HTML5 doc types. It also bumps the requirements to match ezyang/htmlpurifier in v4.15.0

It was becoming painful to commit the routes js file to our git repo as the root URL would often change between developers. This basically adds the option to generate...

There's been some work towards removing deprecated function usage over the last few months. It seems the below haven't been pointed out before, so here goes: `jQuery.isArray is deprecated; use...

https://www.php.net/manual/en/migration82.deprecated.php

- Larastan Version: v10.13.5 - `--level` used: 9 - Pull request with failing test: ### Description Use of https://laravel.com/docs/10.x/eloquent-relationships#default-models is supposed to allow removal of conditional / null-safe code. Larastan...

enhancement

Run tests on PHP 8.2 on Laravel 9.x branch.

Related Ticket: Steps to replicate: 1. https://fiddle.tiny.cloud/oqiaab 2. Click the paragraph format button 3. Click numbered list 4. Click inside the editor to focus the numbered list Actual Result: Focus...

Community PR