Max Peterson

Results 12 issues of Max Peterson

I have added some extra options to the the linechart that I think could be beneficial to others: Options (opts.minx, opts.maxx, opts.miny and opts.maxy) to specify min and max for...

Thank you for producing a great library with outstanding documentation. The intention of this "issue" is to propose / discuss a different "design approach" of using mixins on a custom...

enhancement

I would like to be able to iterate over the `FieldBloc`s that have been added to `FormBloc`. It looks like there is a private `_allFieldBlocsUsed` attribute on FormBloc. Is there...

If you request a password reset with an email address for a user that does not exist or is not active then no email is sent. Can we send a...

enhancement

If you post two matching passwords that do not fulfil the password strength validation rules then the endpoint responds that new_password2 does not match ``` { "new_password": ["Password must have...

bug

The current implementation reorders the items by making Ajax calls to an custom admin endpoint to save the item each time the item is moved. This implementation was created before...

#13 highlights the potential danger of sorting the items (using the column titles) in the admin and then reordering by drag and drop. Is it possible to restrict the drag...

Thanks for providing this library. I have a project that I can not yet upgrade to `v9.0.1` and I am blocked using the `v8.0.0` dues to the "null dependency" issue...

Thanks for providing a great library @jpuri I needed the ability to validate the links so I have created this PR to add config options to validate the urls input...

We have been using SimpleAES and I noticed it was using a process to run OpenSSL to do the encryption. We noticed the encryption seeming slow so I created a...