Maks3w

Results 25 issues of Maks3w

Tell don't ask. This supress the warning on Django versions who alrady provide the class (Like Django >=1.10)

> **TL;TR** Consider public use of `Bref\Runtime\LambdaRuntime` for containers who does not inherit from `bref/php-??` images After check all those announcements around the possibility of use custom container images for...

enhancement

**This PR changes the default way of run to work** Actually run command just fire and forget the task. This PR changes the behavior in two ways: a. Wait for...

This PR mimics the flags available on deploy also for run

For the each one of the following browsers ``` /* karma.conf.js */ customLaunchers: { bs_ie11_windows: { base: 'BrowserStack', browser: 'ie', browser_version: '11', os: 'Windows', os_version: '7' }, bs_edge_windows: { base:...

I'm having a issue while trying to `tsd link` (tsd@next) a _bower_ package and `tsd.d.ts` First I've a package built with `grunt-ts` and `grunt-tsd` ``` js // Gruntfile.js ts: {...