Ninos Ego
Ninos Ego
Hey there, I have the same problem described in following post with ios (iphone) latest version: https://stackoverflow.com/questions/41629418/scroll-freezes-in-popup-if-area-outside-of-the-scroll-component-was-touched-on-t After touching an outside element in the popup, the scroll is not working...
Hey there, is it possible to share complete folders or tags with a user group? Such feature would be awesome, e.g. for board/marketing/presales/customers groups :-) PS: Thank you for the...
Hey there, is it possible to create an image from frame e.g. after second 10..?
Currently events are just sent to mercure for objects with stored data manipulation (doctrine). Some properties of entities may depend on child-specific entries, e.g. if children have status xy ->...
Deleting an object/entity sends an event to Mercure with `@id` as data content. Sometimes on client-side you just want to refresh context-specific, not object-specific. Is it possible to extend core...
The only feature I'm missing for SearchFilter is the possibility to invert the query. For example searching for names which do not partially match with a string. This could be...
A timezone is missing in the php configuration. As default php uses UTC (wrong time in log-files, archives...). Normally it should be enough adding date.timezone = "*add content of /etc/timezone*"...
## Fix: box-shadow You should use `~""` instead of just `""`, otherwise you get following result after comiling: `box-shadow: "" 0 1px 2px rgba( 0, 0, 0, 0.2 );` ##...
On latest docker image our CVE-scanner reports following critical issue: https://avd.aquasec.com/nvd/2022/cve-2022-40674/ Is it possible to update the expat-lib? May just a fresh rebuild based on upstream images solves the problem....
Fixed: Player class undefined if not exists Fixed: Event registration (do not reregister anymore after interactions -> multiple calls) CS