nadar

Results 227 comments of nadar

Maybe it helps someone, we have added this function before the json is loaded into tiptap: ```js function validateNodeType(jsonDoc, availableNodes) { // Check if the current node is valid if...

yes we are aware of that, it will throw an exception which is bad, but nothing more will happen. we could ensure admin context with https://github.com/luyadev/luya/blob/master/core/web/Request.php#L60 but not sure this...

@mhunesi could you please post the full model? Maybe there other things related to that performance leak. How do you foreach those data in Frontend context?

Do you display relations? Are you sure its the log behavior? (if you just comment out the log behavior, does it change)? I think this could be because of SelectModel...

The process of evaluation is not done yet, the abstraction layer could be implemented though. AntiVirusInterface: public function isVirusInfected($pathToFile)

We are still looking for other online scanner providers - maybe one with a strong reliable "free" plan.

Maybe this provided works: https://www.virustotal.com/ + https://www.virustotal.com/gui/join-us + https://developers.virustotal.com/v3.0/reference#operation-object

@diadal i have published a fork with your fix on the same namespace. Replace `"whichbrowser/parser": "2.1.7",` with `"nadar/parser": "1.0.0"` in your composer.json and you are done. https://github.com/nadar/Parser-PHP

Thanks for the report, i'll check that. Could you please post me your ngRestConfig parts, so we can easy reproduce?

We could use events in the crud controller? an event when data is loaded, an event when data is updated. and then pass the data to the event.