Ivy

Results 6 issues of Ivy

When using Formidable module to create a form with input files, the uploads does not work if we have S3 Uploads enabled on the WP. There are unfortunately no errors...

When clicking `Download Save File` on a iPad pro using Chrome browser, nothing happen. Maybe you could implement saving to google drive if nothing else work, idk, or some pass...

When i click on the map or search an address, the app crash without any error. Entering gps coordinates will work but i can’t double click on the map or...

**Describe the bug** Can't install opencv on windows 10, followed the readme instructions. Also searched for past issues but they are all closed without answers/solutions.. Tried with OpenCV 4.3.0 &...

bug

Setting the resolution with the main screen will still make the cursor try to go "home" on the second screen if the second screen is positionned on the left of...

```js export class User extends Model { static table = 'users'; static primaryKey = 'id'; attributeUsername() { return Attribute.make({ get: (value) => 'test-username-overwrite', }); } } ``` ```js const user...