sebastiaanviaene
sebastiaanviaene
I second this, it would come in very handy if we could do something like this: ```javascript em.find(Entity, { populate: { nestedRelation: { regularProperty: true } } }); ``` So...
@jahudka >I think you can already do this..? Maybe not via the populate argument, but the em.populate() method accepts a FilterQuery as its third argument (basically a WHERE clause, same...
@ainouzgali any luck?
Were you able to reproduce it?
@ainouzgali Thank you for the workaround and looking into it! I see its already fixed 😄
My colleagues and I are also experiencing the same issue. Every time an extra monitor is connected or disconnected flameshot will get in this state and I need to restart...
@JanCizmar Currently this is quite blocking for me to start using Tolgee. I wanted to migrate a project where I have translations in the form of arrays of objects: ```json...