Davide

Results 5 issues of Davide

Hi, thanks for this great package. I was wondering if it's possible to: `Countries::whereIn('currencies', ['AUD','USD'])->get();` So far I had no luck, even just doing I had no luck: `Countries::where('currencies', 'AUD'])->get();`...

More than an issue I want to give a heads up to people interested in this library for local image manipulation: it simply does not work. Assuming you can get...

Response from tumblr api seems changed Looks like it returns: $error->response->errors->one return a one instead of an array index Should be checked with if (isset($error->response->errors) && isset($error->response->errors[0])) { above This...

Hi, thanks for this package, I am streaming to Speaker, everything works, but if I run the code below, it will keep the CLI running, what is the correct way...

Allow users to add quotes for that specific missing time. 1. Setup typeform 2. Embed typeform when no quote has been found

enhancement