Albert Leao
Albert Leao
as you would in laravel? \Blade::setRawTags('{+', '+}'); Update: I see you can do getCompiler() and do it that way, but regardless of the tags I put, my app is still...
Unless I'm missing something, this library doesn't support temporary credentials. You can follow how to do it here: https://stackoverflow.com/questions/18884683/browser-uploads-to-s3-with-instance-roles
About 1% of the time when I have users authenticate with Reddit I receive the following errors: ``` Exception: State not found in session, are you sure you stored it?...
I've ran into 2 projects where they already have a custom truncate feature that is running into issues because Snotify overrides the filter. Wouldn't it be better to have Snotify's...
When your config/migrations.php has the following: `$config['migration_auto_latest'] = TRUE;` The command 'php cli migrate' still does not perform the migrations unless the version number is set.
Is there anyway for Kettle to get the AWS credentials from environment variables like the iam or env vars?
There is a new marketing icon required with iOS 11: > Dear developer, > > We have discovered one or more issues with your recent delivery for "xxxxxxxxxxx". Your delivery...
Hello Florianbeer, I'm taking a look at your library after you mentioned it. I was wondering if there is any reason why _makeCall has to be private? One of the...
Clone of '[email protected]:opscode-cookbooks/build-essential.git' into submodule path 'build-essential' failed when running on opsworks
So the latest dev version blows up with the error here: https://github.com/spoonconsulting/cordova-plugin-background-upload/issues/183 And version 2.0.7 doesn't install after running `cordova plugin add @spoonconsulting/[email protected] --save` - Cordova version 11.1 - Android...