Wilt
Wilt
You can easily wrap your code in a self executing function like this: ``` evel('(function(){1+1; 2+2;})()'); ``` Maybe @natevw can implement the self executing function somehow native into the code?
I agree, this seems inconsistent. At one point identifier_name it is representing a route id and later an object id. It took me some time to figure this out. Another...
I am not totally sure if i understand it correctly, but can you not pass the correct route/url to the collection in the hydrator (where you embed it in your...
Maybe you just have to attach a listener to the createLink event for this particular route /groups/users like described here: https://phlyrestfully.readthedocs.org/en/latest/ref/advanced-routing.html Like that you can redefine the _links self href?...
What goes wrong when you use metadata mapping...? Maybe something is wrong in your mapping definitions? Check whether the classname of the resource you embed corresponds to the classname you...
That's helpful, but please also show me your resource mapping from your config.php :-)
A solution would be to provide the user in the config file of PhlyRestfully an option/choice how to render embedded collections. The whole collection resource (including the collection attributes and...
A typescript framework should distinguish and empty string, `null` and `undefined` on a form control IMO. Also explicitly setting `null` is absolutely not the same as placeholder value for a...