Wouter Buckens

Results 12 issues of Wouter Buckens

I'm running into an issue when loading textures from a thread, that `Texture` isn't `Send`. Is this on purpose or is it possible to make it `Send`?

In the screenshot on the [docs page](https://preview.adonisjs.com/guides/http/routing#crud-actions), the controller method to go with the `DELETE` verb is shown as `delete`. However, with the latest preview version of AdonisJS (5.0.0-preview-rc-1.5) this...