dhcmega
dhcmega
Hi! this project is a great idea. It would be good to know if issues are enabled for the project, so you know you can post questions/bugs/etc Thanks!
Hi I have 2 type of metas, config metas and content metas. I would like to create a CRUD for each one, but I will need to find a way...
Hi, what am I missing here? `if(auth()->user()->any($abilities->pluck('name'))` this gives: ` Call to undefined method App\User::any()' Same with `canAny` I think \App\User has the needed traits ``` use Silber\Bouncer\Database\Concerns\Authorizable; use Silber\Bouncer\Database\HasRolesAndAbilities;...
| Q | A | ----------------- | --- | Bug? |yes | New Feature? | no | Framework | Laravel | Framework version | 5.8.31 | Package version | 9.2...
### Subject of the issue Invalidating a token gives token expired exception ### Your environment | Q | A | ----------------- | --- | Bug? | no (?) | New...
Hi! I've been reading issues regarding the coords flipping. I understand that fliping is necessary because of x,y, etc So, coords will be stored flipped and all operation will work...
Hi is this correct? where does opts come from? ``` const photos = [photo1, photo2, ...] photos.forEach((photo) => { data.append('photo', { uri: photo.uri, type: 'image/jpeg', // or photo.type name: photos.name...
Hi! I see that `tcpdi.php` has this code, that allows for a compress flag. How do I enable compression? Thanks! ```php /** * Private Method that writes the form xobjects...
### Summary It uses instead of [Props](https://docs.expo.dev/versions/latest/sdk/camera-next/#props) [barcodeScannerSettings](https://docs.expo.dev/versions/latest/sdk/camera-next/#barcodescannersettings) Optional • Type: [BarcodeSettings](https://docs.expo.dev/versions/latest/sdk/camera-next/#barcodesettings) Example `` ### Link to the related docs page https://docs.expo.dev/versions/latest/sdk/camera-next/#barcodescannersettings ### Anything else? _No response_
Hi Image shows up huge and cannot be zoomed out. The image's size is 3300x1800 Screen is 1242x2208 (iphone 7plus) ``` {!loadimage && ( )} {loadimage && ( )} ```...