Frederik Sauer

Results 29 issues of Frederik Sauer

Anyone know of a similar active package that isn't meant for server side (Node)?

```javascript 'da': { // Danish 'æ': 'ae', 'Æ': 'Ae', 'ø': 'oe', 'Ø': 'Oe', 'å': 'aa', 'Å': 'Aa' }, ```

Resizing images (creating thumbnails) with extreme ratios, like a divider of 1920x3 px, will throw a "division by zero" exception as the width/height ends up being less than 0.5 px...

Like the native javascript `prompt`, it would be awesome to have this option, where you can supply any fields in a callback like action fields. If no callback is defined...

#### Describe the bug Inserting a model then immediately try to retrieve it using `Model.query().whereId(id).first()` will return `NULL`, while running `Model.find(id)` will retrieve the instance correctly. #### Steps to reproduce...

bug
ready to implement

Drupal 8.7 and later is compatible with Twig 2, but since this package is locked to 1.x it's not possible to upgrade, if you want to use both packages.

**Describe the bug** Using namespace alises (imports) the rule thinks a wrong type hint is used. **Code sample** ```php

Is it possible for you to create a release for Laravel 6 support (have to use `dev-master` currently), and add support for Laravel 7 (maybe 8 as well)?

**Describe the bug** Duplicating a page with multiple languages will cause duplicate IDs error. When trying to resolve the issue, the non-primary languages with get different IDs than the primary,...

**Describe the bug** Sometimes when moving a page, the system will falsely think it's a duplicate, although the page only exist once. Clearing the cache will remove the false positive....

needs more info