Antoine Bluchet

Results 666 comments of Antoine Bluchet

@weaverryan I also really liked your examples with the User DTOs (mapping password etc.) which are quite out of the scope of API Platform but are really useful within Symfony...

After some discussions I: - renamed the component to `Mapper` - introduced recursivity support (no need to control maxDepth here this is not a serializer) - I want to change...

I've updated the implementation and reduced the attributes to just a single one (see updated description). @dbu - this does have some overlap with (de) serializer. could we see the...

@pounard the exact same way on properties: ```php #[Map(to: Dto::class)] class Foo { #[Map(to: Baz::class, if: 'someconditionistrue')] public Bar $bar; } ```

If we introduced a `source` / `target` (or `from` / `to`) we could implement it the other way and also use that as [rogeriolino](https://github.com/rogeriolino) suggested. I'm not a huge fan...

Hi, sorry didn't see that, but it doesn't surprise me that there's a leak as by definition we may never end the stream... You should consider using [mercure.rocks](https://mercure.rocks) for something...

To solve this issue we should just document that developers should end the stream on client socket close. Can someone contribute that at https://github.com/nestjs/docs.nestjs.com/blob/bf400a0c615185a72fd58998526fdfaec19ac5d1/content/techniques/server-sent-events.md?plain=1#L3 ? Thanks!

Note sure how this related to redis

Thanks @eduard-sukharev > In addition, we'd appreciate your inputs about any issue in vendor's setup. When I came here I read the README expecting some results, I don't really want...

You should use node-gyp from node js 0.10 but I wasn't able to write a binding.gyp from the wscript. Has someone a fix ?