Kevin Hui
Results
2
issues of
Kevin Hui
The current uuid validation functions accepts string type but the UUID should be 128 bit(16 byte) as defined in [RFC 4122](https://tools.ietf.org/html/rfc4122). I have tried to implement a custom validator to...
autoload structure require refactoring for more incoming features(e.g. image and network)
enhancement