Alan Trope

Results 44 comments of Alan Trope

Hello @stamster, Do you have any good news regarding this issue? 😺

Hello Guys, Anyone else has any insight for this issue? We are depending on this to lauch the new MultiLanguage website :) If anyone has any inputs it will help!...

Another example if I try to: $var= Model::query() ->columns("XXXXX") ->where("XXX = Y") ->cache(array("key" => "somekey","lifetime" => 200)) ->execute(); It brings the results from the key stored in the instance 12111...

I Have the same issue. getInitialLink is always returning null... Maybe when upgrading to Null safety something was done?

@kaiquegazola you can try using in your pubspec like this: ``` cached_network_image: git: url: https://github.com/SuaMusica/flutter_cached_network_image.git ref: feature/errorListener path: cached_network_image ```

Https://www.suamusica.com.br (website built with phalcon uses alb to lambda) Suamusica private APIs to our apps (cacheable and world-wide deployed with Cloudfront caching the public responses close to the user)

@mnapoli first we built ourselves our layer, and then we migrated to bref. With bref we changed the PHP dockerfile so we could build some custom extensions with custom support...

@yousafs Of course i can send you :) In php.Dockerfile: ``` RUN LD_LIBRARY_PATH= yum install -y ImageMagick-devel RUN pecl install imagick ``` and then rebuild, Simple as that.

Hey @mnapoli long time :) We are still running our API and Website with a Modified version of Bref. Now with the end of support of Amazon Linux 1 i...