Flemming Andersen
Flemming Andersen
Hi I managed to get Bouncer to play nice with Swoole. Maybe this can help you as well? https://github.com/JosephSilber/bouncer/issues/522#issuecomment-777352977
Hi again I'll try to explain our use case. We have a Laravel API project with three roles for users: student, teacher and admin. Students and teachers can be on...
For anyone experiencing the same problem: I found a solution by using `attr.data-tooltip=""` instead. This works when the tooltip needs to reflect dynamic changes
@tspayne87 That would definitely be a good solution. I only mentioned my temporary "solution" because others might find it useful, until a proper fix is implemented :)