Yann Leflour

Results 15 comments of Yann Leflour

Hello, we are working on a rewrite of the generator. We don't use Gitlab at BAM but if you've managed to setup Gitlab CI with the generator, would you be...

Hello, we just revamped the generator 😁 For up to date icon and splashscreen generation please use [@bam.tech/react-native-make](https://github.com/bamlab/react-native-make) Your issue comes from the splash screen actually being the entire's app...

I'm looking for insights on what is missing in the environment management docs. All inputs welcomed !

Hi, just got the same error. Here are my models ```python class Template(models.Model): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) title = models.CharField(max_length=120) created_at = models.DateTimeField(auto_now_add=True) class Meta: verbose_name_plural = "Templates" def...

Found this on ignite Andross. Issue should be fixed in latest release. https://github.com/infinitered/ignite-andross/issues/266#issuecomment-489371757

It seems that this boilerplate is incompatible with Ignite 3 The PR for the original Andross boilerplate to fix this issue is the following: https://github.com/infinitered/ignite-andross/commit/96c60fcbaebe4bf2d93cf7ee15b2da26f0a2002b

Sorry for not being clear enough :) This repo is a fork of ignite-andross so I looked at it's repo for a similar issue. I came accross a similar issue...

Hello, I will be looking into the issue, could you please give me an example the generated manifest versus the expected manifest?

Which node version are you using?

Will be switching to a ES2017 target to solve the issue. Outside of that, please note that Node 8 is not supported anymore. I truly recommend that you switch to...