Max

Results 20 issues of Max

Is it possible to add a multiple users feature, maybe seperated by `,`?

duplicate

**API Platform version(s) affected**: ^2.6 **Description** When specifying XMLs/YAMLs for Endpoints, the default Input (= the corresponding Entity Class) is not set as Input explicitly. Instead, API Platform knows that...

Hello, I have three Entities, and one requires the other. I.e. `User` has many `Subscribers` which can be part of many `Segments`. With regular Alice logic, I can assign any...

### Preconditions (*) 1. create attributes via AttributeOptionLabelInterfaceFactory and AttributeOptionInterfaceFactory and persist them via AttributeOptionManagementInterface 2. create up to N attributes (amount doesn't matter much as it seems) ### Steps...

Issue: Confirmed
Triage: Dev.Experience
Reproduced on 2.4.x
Progress: ready for dev
Priority: P2
Component: Attributes
Area: Framework

First ofd all, thanks for providing this amazing repository providing a possibility for tf2! Secondly, I were using the Readme to pre-train my model and eventually using sequence_generator.py to pass...

bug

I'm experiencing very high load times for the frontend when using this repo's docker-compose.yml, however I'm able to start the container and see the pages. It takes at least 30...

Leaving this here since the repository is not maintained anymore actively. I invested some time to make this up-to-date and well-running with Composer v2, as the deprecation notice annoyed me....

This adds another Interface for a `final class` without existing Interface. Works regardless of `service.php` declarations -> the instanceof should always run trough fine. Tests may have to be adapted...

…ion of new fields more streamlined and adapted signature to match possible inputs more strictly. This PR streamlines how Fields are generated; instead of lots of code duplication (that increases...

…pes to properties where missing. This is the second PR to introduce more APIs to the repository for `final` classes. This time, it will introduce specific interfaces for Factories.