Claas Augner

Results 163 issues of Claas Augner

## Steps to reproduce 1. In the login list, scroll down a bit and open a login (to view the login details). 2. Go back to the list using the...

feature
priority-P3
enhancement

## Background There are [four classes](https://github.com/laravel/framework/search?q=%22function+firstOrNew%22) that have a `firstOrNew()` method: - [`Illuminate\Database\Eloquent\Builder`](https://github.com/laravel/framework/blob/40104bac79e74aeea5b2b5479de3d9430198899a/src/Illuminate/Database/Eloquent/Builder.php#L457-L471) - [`Illuminate\Database\Eloquent\Relations\BelongsToMany`](https://github.com/laravel/framework/blob/f15b9ae12c45152bf7377104b8edb270343cbe10/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php#L593-L606) - [`Illuminate\Database\Eloquent\Relations\HasManyThrough`](https://github.com/laravel/framework/blob/f15b9ae12c45152bf7377104b8edb270343cbe10/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php#L229-L242) - [`Illuminate\Database\Eloquent\Relations\HasOneOrMany`](https://github.com/laravel/framework/blob/f15b9ae12c45152bf7377104b8edb270343cbe10/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php#L207-L223) ## Problem I noticed that the naming of this method is...

I had installed `beyondcode/laravel-dump-server` in July 2019, and back then it was working fine. Recently I noticed that neither `dump()` nor `dd()` calls showed up anymore in the `artisan dump-server`...

## Summary Fixes https://github.com/mdn/yari/issues/5876. ### Problem The old MDN design had a "Browser extensions" item in the "Technologies" menu (see [here](https://web.archive.org/web/20210401045240mp_/https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions)), but the menus of the new MDN design do...

## Summary Follow up of #6895, removes CSRF parts that are no longer relevant for our new rumba backend. --- ## How did you test this change? Not yet tested.

plus
rebase needed :construction:

## Summary Converts `build/` to TypeScript. --- ## How did you test this change?

flaw-system
macros

## Summary Extracted from #6683. The idea is to get more helpful error messages if the length does not match. --- ## How did you test this change? If the...

macros

## Summary Converts the rest of yari to TypeScript. ### Problem ### Solution --- ## Screenshots ### Before ### After --- ## How did you test this change?

dependencies
flaw-system
macros
rebase needed :construction:
typescript

**Couscous currently doesn't cache the template.** This has two disadvantages: 1. Preview isn't really (*) possible when offline. 2. It retrieves data that it already retrieved before. (*) It is...

enhancement

I'm trying to trace down performance issues with regard to the undo functionality provided by this plugin. When adding a `console.log` statement to `created()` here: https://github.com/anthonygore/vuex-undo-redo/blob/6e34a39718320fbf956fb505ed3b13857c9678ce/src/plugin.js#L17-L28 I noticed that this...