-
-
Hi everyone,
I like to write a custom task. But this task uses a dependency.
build.py:
```
import requests
# ...
@task()
@depends("install_dependencies")
def deploy():
print("deploy!!!")
resp…
-
``` yaml
name: Shyam Bhat
company: ImmobilienScout24
title: UI Testing with Earl Grey
abstract: An introduction to Earl Grey - Google's powerful UI Automation Framework for native iOS Apps and a demo …
-
I'm trying to package a pybuilder project for lambda and saw the following in the codebase: https://github.com/ImmobilienScout24/pybuilder_aws_plugin/blob/master/src/main/python/pybuilder_aws_plugin/l…
-
We plan to restructure Wheelmap's content section (which will still be managed using Wordpress). We still aim for these to be as independent as possible from RoR but some dependencies remain.
In this…
-
Hi,
I downloaded the sample project, but I can't run it in VS 2013. I updated to the .NET 4.5.2 SDK, and reconnected all the missing NuGet packages (RestSharp, etc) and put my ConsumerKey and Consume…
-
Error in wheelmap_production.conf:
server {
listen 80;
server_name wheelmap.de wheelmaps.de www.wheelmap.de www.wheelmaps.de;
rewrite_log on;
rewrite ^(.*)$ http://wheelmap.org/de$1 permanent…
-
When using this script according to the user-guide it always claims "Environment is missing ICINGA_NOTIFICATIONTYPE" in the icinga2.log. Has anyone else come across that issue? Thanks in advance
-
- I type wheelmap.de or www.wheelmap.de in my broswer window
- I excpect this to forward to wheelmap.org
- Instead, I get redirected to https://community.wheelmap.org/der-social-day-2015-mit-immobilie…
-
Originally reported on Google Code with ID 1445
```
What steps will reproduce the problem?
1. Using Firefox WebDriver navigate to a page: webDriver.navigate().to('http://localhost/sample.html'),
samp…