Robin Rosiers

Results 13 issues of Robin Rosiers

Hi, I want to be able to get the permissions by role, not by user. So like not `if user can access`, but like `if user has role and that...

Hi, I've faced an issue with the permissions for a role.... So I want to be able to use something like this: `if(Auth::user()->can('acces.acp'))` That the user can access that page...

So I'm building an application in which I can dram on a video, but I need to export the video + canvas with the drawings as one video (formati doesn't...

Hi I tried to use the facade with this code: `Tracker::currentSession()` But it returns this: `Class 'App\Http\Controllers\Tracker' not found` I included it in my app.php config file like this; `'Tracker'...

bug

[ x] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or...

I've tried ALOT already, but still nothing works or gives me the wanted results. Currently I tried to read data usin the [streamin docs](https://github.com/Knio/pynmea2#streaming), however, this throws `pynmea2.nmea.ParseError: ('could not...

Hi, Is it possible to switch betwen lay-outs? E.G. from qwerty to azerty?

Feature

Hi, I want to be able to have a percentage in the count like 25% If I add percent now, I got NaN

Hi, I've tried to use this package to update an second ESP32, atached to the UART1 (Serial1). So my use-case is the following: - 2 ESP's, connected to eachother via...

I have A QR code that I want to print, but the label is 3x the lenght of the QR code. It gets automatically cut by the label printer (QL-800)...