Romain Lanz
Romain Lanz
Hey, I'll need to dig into the documentation of Subscription Query (and Live Query that should arrive this year). If I can use the WebSocket package of Adonis that would...
Hey, I didn't have time to look into it.
Hey @alanaasmaa! 👋 Thanks for this contribution! One thing, it seems that you got an issue with your history. Could you try to fix it by "rebasing" and hard pushing?
@yariksav You know that this PR only add a command to create a directive with a boilerplate? 🙄
Cool, I'll take a look this weekend and release a dev version so you can try it out and tell me if it's working well 👍
Cool, thanks for the PR! I'll try it this weekend.
Hey @vthunder! > I'm not sure why that stack trace isn't being printed by default. Same for me. I'm happily accepting a PR that could help people having a proper...
Hey @TNkemdilim! 👋 Yes! It makes sens to be able to change how the user is retrieve for specific routes. In your opinion, how the code should looks like?
Hey @Wuzi! 👋 It should work fine. Could you please give me a repository with the reproducible example?
by looking at the code it seems you have forgotten to `await` the call to `guard.denies()`. ```js if (await guard.denies('store', new User())) return response.status(403).json({ message: 'You don\'t have permission' })...