DracoBlue

Results 24 issues of DracoBlue

See https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host for reference: php -i shows currently: ``` Xdebug: [Config] The setting 'xdebug.default_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.default_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.profiler_enable'...

Current ``` docker run --rm --entrypoint php exozet/php-fpm:8.0.6-sudo-alpine -- -i > /dev/null ``` returns: ``` PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20200930/imagick (Error loading shared...

Sqlite is also supported.

### What? While working on a custom database adapter (I know I am crazy for this) I noticed that UpsertArgs is not exported when doing: ``` import { type UpsertArgs...