Titouan B

Results 63 comments of Titouan B

At the end, I moved to https://github.com/symplify/monorepo-builder but it's really annoying... duplicates vendors, and a huge overhead to manage this. Hope you will find a better solution and you can...

Hey, we made a Symfony bundle https://github.com/welpdev/mailchimp-bundle which integrate MailChimp API V3 and a lots of feature to integrate MailChimp into your User Workflow. Don't hesitate to use it ;)

@elgs sure thing, make a PR to refactor this lib into a native ES module and it could be bundle with any ES bundler 👌

Hey guys, seems there is an issue to improve insomnia and use OS CA certs when possible: https://github.com/Kong/insomnia/issues/1432 Another issue where someone ask to provide custom CA (one mention using...

Hey, same here for React App, we would like to generate GraphQL operation from code first resolver (with annotation) but seems not included to `GqlModuleOptions` so far. Any idea on...

Hey, here is how I Dockerized Pizzly: 1- Add a startup.sh at root (I will use this script to execute startup script such as migration and start the App) ```bash...

Same question here. I look further to this lib which use node-qrcode (seems to be this). I think we need to make a PR and add @Input width and pass...

Any idea when this PR will be merge ? It is an issue if we try to submit form with no phoneNumber and the country is null that's throw form...

Hey, I achieved to make a nestjs app working with serverless with this config: ``` package: individually: true custom: bundle: sourcemaps: true tsConfig: 'tsconfig.app.json' linting: true packager: yarn forceInclude: -...

This is working for me, but can't make it work with Date props. ```TypeScript interface MyObj { expiredAt: Date; test: string; } const obj = mock(); obj.expiredtAt = mock(new Date());...