Enes Erk

Results 12 comments of Enes Erk

That's not the sense of this script. The Author tries to rebuild the fmod function of PHP. You can use in PHP "x % y" too but the function "fmod"...

> It works again :) No, some packages are still not found although they are stored in the registry and are displayed in the webview. Edit: If you press in...

> > > It works again :) > > > > > > No, some packages are still not found although they are stored in the registry and are displayed...

I can't find the repository for the Module (the link on the npm page doesn't work) but if I inspect the files in node_modules `RED.warn` is only in this red...

Hmm after I added a new Account and refreshed the Device List the error was still there. After a deployment too. Then I pressed the edit button for the Account...

It is now also possible to list the fields of the further pages in the Placeholder-Insert

> I have changed to line > > `[email protected] = ${Array.concat(value, validatorNode.properties)}` > > in Private/Resources/Fusion/NodeBased/NodeBasedValidator.fusion to > `options >` > > and it works. The validators also. You can...

@bwaidelich In some cases the wrapper breaks the layout in the backend. For example if I have a Grid-Node with Colum-Nodes in a collection. ![image](https://user-images.githubusercontent.com/8766722/188908437-ecbe53e6-dc0d-4036-b35f-97fac0e8eb08.png) The current behavior destroys the...

Simplified example: ```php public function getVehiclePages(NodeInterface $siteNode) { $filter = [ 'Foo.Bar:Document.Vehicle', 'Foo.Bar:Document.Motorcyle', '!Neos.Neos:Document' // this nodetype will be excluded ]; $queryBuilder = new ElasticSearchQueryBuilder(); $queryBuilder->query($siteNode); $queryBuilder->nodeTypeFilter(implode(',', $filter)); // [...]...