Daniel Mason
Daniel Mason
Implemented some clippy recommendations and fixed a few compiler warnings. The two compiler warnings I left are ``` warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()...
**I'm submitting a bug report** **Webpack Version:** 4.28.3 **Babel Core Version**: 7.2.2 **Babel Loader Version**: 8.0.5 **Please tell us about your environment:** OSX 10.x **Current behavior:** Does not parse files...
Writing this up now just in case anyone has a quick answer, but I'm getting this error while trying to receive JSON objects via UDP. We are sending around a...
This could be a misconfiguration or misunderstanding on my part. I've gone with the manual setup. When I add a new `PersistentVolumeClaim`, if the path that it will use does...
The main (only?) down side to using Aye Aye is it's speed. It's not horrific, but it's not competative with other API frameworks. Would it be possible to cache documentation...
Certain files should be listed as export ignore (tests, QA tools, etc) to reduce the size of the "dist" package.
All classes should be derived from, and type hint with Interfaces to make replacement easier.
Is it doable? If so, let's get it done. :)
Currently [Documentation::getDescription](https://github.com/AyeAyeApi/Api/blob/release/1.0.0-rc.2/src/Documentation.php#L108-L140) has a cycolmatic complexity of 12. The mess detector rules say this must be below 10 ``` php /** * Gets a methods description. * This is an...
This adds the external links module: https://github.com/jonahgoldwastaken/mdbook-external-links I haven't tested the build yet, but wanted to open this PR to see if its something you're interested in.