Claudio Dekker

Results 19 issues of Claudio Dekker

This PR hopes to solve a situation where you can't re-impersonate when already impersonated. The problem I'm trying to solve here has to do with the following situation: 1. You...

According to MDN, both the `attestation` and `authenticatorSelection` options can be omitted: https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create This seems to be backed up by the W3 spec, which states that the default for `attestation`...

This functionality adds a 'request manager' of sorts, which has the following behavior: 1) If there is no request, it starts the request and returns a promise that will eventually...

enhancement
core

This PR serves as a basis / starting point for eventually migrating away from Axios. The basic functionality presented works, but file uploads have not been tested. This PR will...

core

![Screenshot 2020-09-09 at 20 09 21](https://user-images.githubusercontent.com/1752195/92638674-eeb73d80-f2da-11ea-86fa-415311c90f2b.png) Usage: - `Click me!` - `Save Changes` - `Visit with request options` Under the hood, this feature uses the existing [request methods](https://inertiajs.com/requests), and acts...

enhancement
vue 2

It would be great to have an API reference in the documentation that shows an index of (and possibly links to) all the available public methods in a specific thing....

enhancement
help wanted