Jordan Hall
Jordan Hall
We should attempt to implement login rate limiting as part of these validation rules, as described in NIST SP800-63b section 5.2.2. > the verifier SHALL implement controls to protect against...
Does this library support the [User migrations API](https://developer.github.com/v3/migrations/users/)? I can not seem to find any documentation related to it.
NDJSON - Newline delimited JSON Use a generator and yield to save memory.
Need to document `setSkipIfTrueCheck` functionality.
Need to plan how to handle the various relationship types. One-to-one will likely be the easier to tackle.
If the model file does not exist, we should provide a custom exception that suggests running the train command for the model in question.
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? When upscaling in the extras tab,...
We only use jQuery to for its nice AJAX function. Since so little of jQuery is used, it would be great to remove the need for it. To do this:...
This might be a regression, not certain. When running the following two snippets, they return seem to both return the same (descending) results. ``` php // Get components sorted by...
As @splitice very rightly suggested, we should get some unit testing in cachet.php. I think we should aim some basic coverage to be in for the v0.3 release. --- Want...