Michael Bunsen

Results 22 comments of Michael Bunsen

@kalefranz I love the approach of just including an `environment.yml` file and letting Zappa install the packages from that. (You proposed this way back in https://github.com/Miserlou/Zappa/pull/108#issuecomment-271469645). The current Zappa approach...

@id-gena It looks like the quotes in your case are actually part of the value. They are not special characters enclosing a value, they are not used to escape a...

Would hashing the requirements.txt file be enough? Or is there more that makes the shared layer unique?

We then can add some examples to the documentation of use cases as well (separate issue). Here is an example guide on exploring the Normalized Difference Vegetation Index from 4-Band...

Found one! http://docs.opendap.org/index.php/Dataset_List

Can I help move this along? We have an existing project with a lot of models that I'd like to add wagtailtrans to and I like this approach! All the...

The syntax for `ParentalManyToManyField(to=FooModel, through=BarToFoo)` seems more Django-like rather than only defining the intermediary model and setting a ParentalKey as seen in the Wagtail examples. Also it looks like Django...

+1 You could consider monetizing the prepackaged / ready-to-download version but keep the source open and allow developers to build it themselves. I've noticed a few Mac Apps that have...

Cruft is working for me so far! ```cruft create https://github.com/wemake-services/wemake-django-template.git`