NeoMarine

Results 5 issues of NeoMarine

I want to prevent "moving" (dragging/dropping) a node to a level that already has a specific number of nodes on that level. For example, at level 0 (top level) I...

I tried to use the cache with nested eager loading, but didn't cache that part of the query: ``` $query->with(['feedback.profile' => function ($query) { //Cache $cacheTime = 60; $query->remember($cacheTime); }]);...

I am unsure how to do this. I cannot see any options/settings for this. Within config/filesystems.php and config/media-manager.php you can only set the root storage - but I need to...

Help Wanted

Is it possible to change the placement/position of elements in the media manager? I imagine I would need to modify your existing code to do that? For example, I wouldn't...

Please note this is also posted on the forums here: [https://forum.starling-framework.org/topic/asset-manager-the-new-one-cant-seem-to-send-post-data-to-a-urlrequest](https://forum.starling-framework.org/topic/asset-manager-the-new-one-cant-seem-to-send-post-data-to-a-urlrequest) Basically I believe the new asset manager does not send POST data when enqueue a URLRequest. I have observed...

Bug
Won't fix