Rinat
Rinat
+1 It would be useful to have it built-in!
For example we want to 1. extend `addressEquals` to not check trailing slash, (instead of using assertUrlRegex everywhere) 2. extend `fieldExists` to add an abstraction over id | name |...
thanks @martynasma! can you tell if it's possible to do with `amcharts3-react`? It gives an error `TypeError: Cannot set property 'enabled' of undefined`
@Pauan Doesn't seem to be working. Investigating.
Having similar issue with py.test and [pytest-django](https://github.com/pytest-dev/pytest-django), is there some workaround?
Hi @r4fek. For us the issue is that django-pytest [monkey patches](https://github.com/pytest-dev/pytest-django/blob/master/pytest_django/db_reuse.py#L102) `create_test_db` method if there's a --reuse-db flag where it just settings ``` self.connection.settings_dict['NAME'] = test_database_name ``` but it doesn't...
Thank you for quick reply, @r4fek ! Could you please tell what're the errors with python-driver? Is there a way to reproduce?
+1 for default subtask
@cowboy how would `_` options help with default behavior? If you run `grunt foo` is it still running all subtasks?
There's an example in AWS blog: https://aws.amazon.com/blogs/compute/using-api-gateway-stage-variables-to-manage-lambda-functions/ which shows how to use stage variables to refer to Lambda alias. There're probably other examples and tools using this approach and it...