Nathan Bolender
Nathan Bolender
I prefer to use boolean search for as-you-type searching because it gives more concise results, especially when words like 'the' are used. However, as it stands TNTSearch is not able...
Just putting this here to maybe encourage someone to update the documentation. It seems you cannot use tntsearch:import if you use lazy-loading relations in your toSearchableArray() function. Using scout:import works...
Fixes #262 and re-fixes #255
This was a tough one to find. Setup: ``` 'disks' => [ 's3' => [ 'URL' => env('AWS_URL'), 'alias' => 'Uploads', ], ], ``` 1. Upload a file, `example.jpg` to...
If you run processSource twice in quick succession with the same image URI (like when networkAvailability becomes true), the component cancels the in-progress download and starts a new one. Some...
I wanted to use this component with a custom image component to render the background. This PR provides that functionality as an option.
### How frequently does the bug occur? Once ### Description I'm having an issue with an upgraded React Native app using Realm. On Android, the app crashes on first launch,...