tinect

Results 38 issues of tinect

### 1. Why is this change necessary? The current message thrown in FileSaver is wrong. ### 2. What does this change do, exactly? - Adjust message for existing FileTypeNotSupportedException -...

**Description** I'd like to get some more options on default install-command with `basic-setup`. For us it's important to specify defaultLanguage, cause it is German instead of English.

Scheduled

If the avatar is unknown it doesn't have an url (not in an a-tag). But this plugin tries to load it. ![image](https://user-images.githubusercontent.com/135993/96702986-9ae84b80-1392-11eb-937b-9438a822834d.png) The selector should be restricted to parent a-tag...

Is "second" any target? I'd like to have the result in `ms`. This results in lower numbers, meaningful comparable and more readable content :-)

![image](https://user-images.githubusercontent.com/135993/137596304-50ccd505-aab4-487d-a0ed-48f17d6bfefc.png) It'll be very useful if the filename of the source would be shown, too. So, someone can see which language it is (f.e. languages I don't really speak) and...

### 1. Why is this change necessary? We don't see any need to make it private. It's filled by [Subscriber](https://github.com/shopware/platform/blob/trunk/src/Core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php), and we need this information for own promotion-management and don't...

### 1. Why is this change necessary? see https://github.com/shopware/proposal/issues/50 We need to reuse the real path to get the media-file. We should not generate the `path` for any usage. ###...

Incomplete

### Feature Request #### Scenario / Use-case We need to make sure that the copied or moved file gives the same visibility as in the `$config` parameter, failing that of...

### Feature Request #### Scenario / Use-case We have an adapter not supporting setting visibility. #### Summary flysystem could bring back something like the `NotSupportingVisibilityTrait` of v1. Additionally, the generic...

### Feature Request Flysystem v3 should support moving and copying folders by default. Currently, also not possible with S3. See also: https://github.com/thephpleague/flysystem/pull/1482