Jayson Reis

Results 28 issues of Jayson Reis

What about that? I think it is pretty good to be there.

## Description This should fix a bug that happens when you provide only access and secret keys and terragrunt tries to initialize the bucket, and it fails because it always...

Hi, the v1 API and web sockets from HitBTC seem to be broken so I started this branch to move to the v2. They changed the return types on v1...

If both slices have `len() == 0`, I think that get_unchecked will have undefined behavior. I'd say that this is the type of operation that the gain of not checking...

Hey there, this is an initial work to make CGImages saveable and it was tested with the code below. I didn't see much tests around, should I add them with...

ie.: ``` python class Product(models.Model): name = models.CharField(u'Name', max_length=100, null=False) slug = models.SlugField(u'Slug', max_length=100, null=False, blank=True) description = models.TextField(u'Description', null=True) search_index = VectorField() objects = SearchManager( fields=('name', 'description') ) class...

Hey there, I saw that terragrunt do not copy hidden files, but it seems that it also ignores them even when you explicitly specify them on the source argument, here...

question

### Description Hi there, first thank you very much for this project. I had a bit of trouble trying to set-up the project for local development and tried to put...