Eligio Mariño

Results 30 comments of Eligio Mariño

Thanks. I'll check which paths are persisted on disk and draft a PR. I'll also investigate the eslint rule.

I submitted PR #3325 for the case of `.gitignore`. I changed the approach to normalize the path before it's being saved for .gitignore. While experimenting, the `path/posix` import turned out...

> Not sure if you caught this one yet, but `.projen/tasks.json` and `package.json` it will also use these types of paths at bundling [when you are using projen to generate...

@vduits could you update projen to `>= v0.80.4` and test again? I submitted [another fix](https://github.com/projen/projen/pull/3406) that was released in `v0.80.4`.

Hi @ansgarm . Thank you so much for providing a workaround! I'll use it.

If I can suggest a different image, I created [a repo for Flutter images](https://github.com/gmeligio/flutter-docker-image) that uses non-root use by default. It was also to solve other issues like preaching Android...

@mrgrain, this MR is ready for the first review. Please take into account that there are many changes to ensure all the tests pass in both Windows and Linux. I...

I wasn't paying attention to the snapshots. Thank you, @mrgrain, for pointing that out. I'll look into those. I'm switching back to draft to fix those.

That's a good idea! I can do the changes for that in a couple of weeks after I'm back from holidays. I also need to remove the jest changes that...

@mrgrain I did some changes regarding the package step, but in a different direction than your proposal. It seemed to me that the effort will be the same to make...