Claas Augner
Claas Augner
``` Whoops\Exception\ErrorException thrown with message "Declaration of DebugBar\DataCollector\PDO\TraceablePDO::query($statement) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs)" Stacktrace: #2 Whoops\Exception\ErrorException in C:\***\vendor\maximebf\debugbar\src\DebugBar\DataCollector\PDO\TraceablePDO.php:146 #1 Whoops\Run:handleError in C:\***\vendor\filp\whoops\src\Whoops\Run.php:408 #0...
**Background**: So far, I had only displayed debug data related to the current request. However, I have recently switched to `FileStorage` to debug non-HTML requests with more data than could...
The docs are hosted on GitHub Pages, but only offer HTTP right now. However, HTTPS support for custom domains [is available since May 2018](https://github.blog/2018-05-01-github-pages-custom-domains-https/). Usually this works out of the...
Just noticed that GitHub puts the username in `document.title`, and `blind-reviews` doesn't redact it: 
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
### Description Lint-staged seems unable to stash aside *new* files *not staged for commit* (sic!). Note that new files are typically "untracked files", but `git add --intent-to-add` (or `git add...
**Background**: I usually have the "automatic cleanup" enabled, but disable it *temporarily* during checkout in online shops. **Problem**: Unfortunately I often forget to enable it again afterwards. **Solution**: A "snooze"...
According to https://asset-packagist.org/package/search?query=underscore&platform=npm, `1.13.0` is the latest version (which is correct), but the version list at https://asset-packagist.org/package/npm-asset/underscore shows `1.13.0-3` as the latest version (which is incorrect) and this version is...
**Use case** Especially in dense cities (like Paris), there are several backyard buildings that are not visible from the street. That is, the "*What kind of building is this?*" quest...
**Is your feature request related to a problem? Please describe.** According to PHPDoc: * `Illuminate\Support\Facades\Auth::user()` returns `\Illuminate\Contracts\Auth\Authenticatable|null` * `Illuminate\Http\Request::user()` returns `mixed` However, if `providers.users.driver` is set to `eloquent` in `config/auth.php`,...