In a fit of refactoring madness I have gone and changed a lot
Did you seriously just give ME nil?... No!
If the shit sticks, then we put nice paint on it
Fucking red dot motherfucker (Ben and his failing specs)
| System.setProperty("webdriver.chrome.driver", | |
| "/opt/tools/selenium-2.45.0/chromedriver"); | |
| File addonpath = new File( | |
| "/opt/tools/selenium-2.45.0/innpjfdalfhpcoinfnehdnbkglpmogdi.crx"); | |
| ChromeOptions options = new ChromeOptions(); | |
| options.addExtensions(addonpath); | |
| DesiredCapabilities capabilities = new DesiredCapabilities(); | |
| capabilities.setCapability(ChromeOptions.CAPABILITY, options); |
Dockerfile that is based on your production image and
simply install xdebug into it. Exemple:FROM php:5
RUN yes | pecl install xdebug \
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
| { | |
| "require": { | |
| "mfacenet/hello-world": "v1.*" | |
| } | |
| } |
| #!/usr/bin/env bash | |
| set -e | |
| gain=${3-"1"} | |
| if [ "$#" -lt 2 ]; then | |
| echo "Usage: $0 input.aifc output.aifc [gain=2]" | |
| exit 1 | |
| else |
| title | slug | createdAt | language | preview |
|---|---|---|---|---|
React Hook prompting the user to "Add to homescreen" |
react-hook-prompting-the-user-to-add |
2018-11-29T20:35:02Z |
en |
Simple React Hook for showing the user a custom "Add to homescreen" prompt. |
| For this to work, you need to precompress your files: | |
| > brotli -q 11 file.css file.cssbr | |
| The file extensions needs to end with br without any delimiter, this is to make the nginx config less cumbersome. |