Lars Schröder

Results 11 issues of Lars Schröder

**Steps to Reproduce** 1. Create an evenly divided tabular menu, e.g. `ui top attached three item tabular menu`. 2. Create corresponding segments, e.g. `ui bottom attached tab segment`. 3. add...

Confirmed Bug
stale

It would be nice if you can set a custom log file to separate the ping log messages from other system log messages.

When a srcset image is specified with a pixel density descriptor instead of a width descriptor as explained here: https://webkit.org/blog/2910/improved-support-for-high-resolution-displays-with-the-srcset-image-attribute/ or more detailed in the official spec: https://html.spec.whatwg.org/multipage/embedded-content.html#width-descriptor the higher...

in the current commit the `settype()` function was misleadingly used in the `CleanData()` function. The result of [settype()](http://www.php.net/manual/de/function.settype.php) is not the manipulated data but a boolean result code. This results...

**Describe the bug** The install command fails with a TypeError caused by wrong `Process()` parameter usage here (it expects an array as first parameter): https://github.com/saleem-hadad/blogged/blob/4c7d12b62d429862dfdd7fe6fdd21ddac2b2b1a6/src/Commands/InstallCommand.php#L55 **To Reproduce** Steps to reproduce...

- Bazar version: latest - Laravel version: latest - PHP version: - - Database engine & version: - ### Is your feature request related to a problem? Please describe An...

- Bazar Version: 0.9.1 - Laravel Version: 8.53.1 - PHP Version: 7.4.22 - Database Driver & Version: mysql 14.14 ### Description: During registration the following error occures: `Declaration of Illuminate\Database\Eloquent\Factories\HasFactory::newFactory()...

If shopware is installed in a subfolder (as suggested by the shopware support for testing/help) a config for this scenario would be great. I think there are some pitfalls and...

enhancement

i create a notify message like ``` javascript var notifyContainer = $('.top-right'); var message = notifyContainer.notify({ message: { html: "some html stuff here" }, fadeOut: { enabled: false }, closable:...

Hi, you cannot use the `_action/document/$documentId/$deepLinkCode` route to receive an order document as pdf file. The reason is that the pdf content is parsed via `json_decode()` here: https://github.com/vienthuong/shopware-php-sdk/blob/389efcad929bc2acab46d9a15dd174cb96f7d2b0/src/Service/AdminActionService.php#L27