João Otávio Biondo

Results 5 issues of João Otávio Biondo

When creating a customer, using the following code causes dialyzer to fail: ```elixir Stripe.Customer.create(%{ email: email, name: name, source: source, shipping: %{ name: name, address: %{ city: city, line1: street_address,...

Currently some of the default pages, like ETS, Process, etc. have clickable rows that shows a modal with more detailed information. Right now, as far as I can see in...

This PR allows the Ecto Schemas to define the `source` option. The `source` is not so useful in the usecase of an ETS storage, but in my usecase this is...

Sometimes is useful to have a way to reset the RateLimiter, e.g. rate limiting the login and be able to clear the rate limit when user resets his password. For...

Today, the `has_user_access?/3` receives the user, some struct and the rule. This is nice for the `Rajska.ObjectScopeAuthorization` where the struct received is "complete" with all data, since it's coming from...