Wilt

Results 13 issues of Wilt

Feature request: Maybe a nice idea to support different line endings, i.e. rounded / straight. I see there is interest in such feature for example [here in this question on...

Great job, just some suggestions. For consistency I think it would be good to take a look at the ZF2 interfaces for Acl. Like for example the AclInterface. The ZF2...

If I register a custom ResourceController class in the config using the controller_class parameter I run into the problem that the resource parameters are not available in the ResourceEvent in...

If I embed a HalCollection in another HalResource the attributes are not rendered in the Json result. This seems wrong to me since those are first-class properties of the resource....

In line https://github.com/phly/PhlyRestfully/blob/master/src/PhlyRestfully/ResourceController.php#L606 there is an unexpected if clause checking $id and isMethodAllowedForCollection. PUT methods with an $id are mapped to this update method and it is never used for...

What if I want to embed a resource which is not part of a collection, but a single resource without an Id. For example users/:user_id/address I do not need an...

Does `zzzzrrr` mean that you fell asleep :) Or is this library no longer supported? Can you recommend an alternative?

I found that some of the commands mentioned here (like `{moveToEnd}`) aren't supported by `realType` while other commands like `{backspace}` and `{enter}` are working fine. Is there a reason why...

There are two methods [`ThreeBSP.Node`](https://github.com/chandlerprall/ThreeCSG/blob/master/ThreeCSG.js#L434) and [`ThreeBSP.Node.prototype.build`](https://github.com/chandlerprall/ThreeCSG/blob/master/ThreeCSG.js#L469) that if I am not mistaken seem to do exactly the same. Maybe one of them can be removed (duplicate code).

_This issue describes a problem with the ZF2 input filtering that I would like to be fixed in the future ZF3 solution for input filtering._ Our preferred solution for building...