Luís Rodrigues
Luís Rodrigues
## Environment - **Airbyte version**: 0.39.41-alpha - **OS Version / Instance**: Ubuntu 18.04 - **Deployment**: Docker o - **Source Connector and version**: Postgres 0.4.38 - **Destination Connector and version**: Postgres...
Just tried to install underscore was missing after bower install. Had to add it to bower.json
# Bug report I have upgraded to 1.9.0 and I'm getting this crash when I run `mypy .` inside my src folder ``` Traceback (most recent call last): File "/home/parallels/Development/quickcheck/vitualenv/bin/mypy",...
# Bug report I'm overwritting the user manager like: ```python class MyUserManager(BaseUserManager): def create_user( self, facebook_email: str, facebook_first_name: str, facebook_last_name: str, facebook_uid: str, facebook_access_token: str, **extra_fields ): ..... class User(AbstractBaseUser):...
# Bug report I have this in settings: ``` BANK_ENTITIES = [('a', 'A Bank'), ('b', 'B Bank'),] ``` and this in my model: ``` entity = models.CharField(max_length=20, choices=settings.BANK_ENTITIES, blank=True) ```...
I'm trying to use whitenoise to serve my assets. To make the bundles I have to run - collectstatic to collect all - assets build - and again collectstatic (for...
Would it be possible to add an attribute to machine to be able to disable source/destination check? I know there are a few solutions out there but would be good...
Current when creating RDS instance is not possible to select which security group will be used (currently default is selected)