Results 33 issues of Neil Daniels

If a reference link is not defined at the very end of a document _and_ a `markdown="1"` is used anywhere, then the reference links do not work. For example: ```...

issue

I’m running version 2.0 on an iPhone 4 and iPad, both running 4.2b1. The HTTP proxy works fine, but the SOCKS 5 proxy does not work. I am not sure...

bug

When specifying a group as `accordion: true`, I would expect the accordion to be collapsed by default. I don't see a use case where I would really want a bunch...

# Bug report When writing a Closure with a `use` reference variable, PHPStan assumes the Type of that variable is always what it was at the place where the code...

bug

# Bug report I would have expected that missing typehints for parameters and return types would be required at some level (probably the same normal functions, but would okay with...

feature-request

PHPStan incorrectly complains when [PhpRedis](https://github.com/phpredis/phpredis) is put into `multi()` mode. ```php $redis->multi() ->set('key1', 'val1') ->get('key1') ->set('key2', 'val2') ->get('key2') ->exec(); ``` https://phpstan.org/r/3a5f41fe-012c-44f9-bb43-06c8ccde6d18 When PhpRedis goes into Multi mode all of chained...

feature-request

**Describe the bug** When using the [Pages extension](https://getkirby.com/docs/reference/plugins/extensions/pages) type with a "nested" page, the resulting page will have no `parent` property set. **To Reproduce** Steps to reproduce the behavior: ```php...

type: stale 💤

**Describe the bug** In the Panel, if you're writing content in a text field, save the page (Command-S), and keep writing, the content you write _while_ the save is in...

type: enhancement ✨
needs: decision 🗳

This reintroduces a modern version of [PHPStan](https://phpstan.org). I made some mostly straightforward fixes to get PHPStan to pass Level 2 with no ignored errors. Most of the changes are adding...

## Describe the PR This pull request introduces AMP HTML support. Tags such as `` and `` are strictly forbidden in AMP, so this adds compatible versions of the image...