Andreo Vieira

Results 13 comments of Andreo Vieira

I have this error when I rename the "Circular" folder to "circular" folder. Renaming again to "Cirular" = no error.

I think this can be implemented this way... We keep role-permissions and it will work as a "minimum user permissions". In other words, if an user belongs to the "member"...

This does not work because react-albus only parses the steps in the `componentWillMount` hook. If I add or remove a step, react-albus don't handle the update.

> @andreoav were you able to find a working way of dynamic step rendering? We created our own solution to handle dynamic wizards. Unfortunately it is not open sourced.

Validations for `Permission` and `Role`models. Maybe gurdian will use your package, but does not make sense merge within the same project.

@hyanmandian RC should not introduce new breaking changes. I think it is better to deprecate the current API and introduce the new API as another helper.

This happens with the PUT method with the plus sign in the payload. ``` php $response = \Httpful\Request::put(Apicall::get_api_path() . 'api/test.json') ->body(array('data' => '+'))->sendsType(\Httpful\Mime::FORM)->send(); var_dump($response); ``` My `api/test.json` api endpoint just...

Any update on this issue?