Adis Durakovic
Adis Durakovic
No it does not support it, but I think it's sufficient enough just to have the schema of the error response as it is always the same.
```ts async index() { try { await testValidator.validate({ name: 'John Doe', email: '', }) } catch (e) { console.log(e.messages) } return { hello: 'world', } } ``` This is what...
The error object has also a `status` and `code` property. If you like, you can use them too. If someone uses ` @responseBody 400 - ` but the status of...
@Ziut3k-dev I haven't had a chance to try adonisjs v6 yet, but **will this still work with adonisjs v5?**
> @ad-on-is with v5 this branch not working, Adonis fully rework type of routes in v6 This is not good, backward-compatibility with v5 MUST be assured. Is there no such...
> @Ziut3k-dev do you plan to handle this in the near future? Not to put any pressure but I am in need of this package on v6 or I will...
v6 compatibility and v5 backwards-compatibility are now implemented in v 2.0.0
That's a bummer. How do manual albums handle this? Is that field modified in the DB each time photos are added/deleted to an album? Would there be a performance issue...
> Which key are you calling meta? `Mod5` (with capital 'M') is usually AltGr: https://awesomewm.org/apidoc/input_handling/awful.key.html#modifiers Oh sorry... I meant "Mode_switch" not meta key...
I should really double-read my texts before/after posting. I have it as "Mod5", not "mod5" as written.