Etshy

Results 31 comments of Etshy

Actually, with the Symfony Messenger Component, I have some asyn tasks to create a Notification object (that contained a link to the Article), so I'd like to send those Notificiation...

Oh OK. I didn't think it would take a process ad make some infinite loop (I thought it was a bit "smarter" than that). So one connection is related to...

Thanks a lot. For those who have the same question (how to send a message to a specific user) this simple answer help me : https://stackoverflow.com/a/35007680/4296405. I don't know if...

Well as the client is initiating the connection, I think the easiest solution is to include the user id or some identifiers in the URL used, so every users have...

About that, what's the difference between ServiceRepository and "basic" Repository ? In my case I managed to have autowired Repositories by doing the following: ``` class ClassRepository extends DocumentRepository {...

I never had the case with multiple managers yet. In that case how the `ManagerRegistry` "choose" the right existing Manager ?

Oh yeah I missed that part as I didn't need that. Thanks a lot for the explanation.

seems like the tests failed because of the `(clone $now)` in the tests. I'll change that soon. edit : Didn't remember I used `(clone $datetime)` in the code too... I'll...

just installed DB Browser and the problem is still present. I didn't check any checkboxes but it still should be searchable in Windows menu. I'm on Windows 11 23H2

I updated the codegen to 7.0.1 and this issue didn't occur to me (I was on 5.x.x before and got it). I **think** this issue can be closed now ?