Christophe Coevoet
Christophe Coevoet
@Lyrkan @weaverryan any opinion on this ?
> You can also reference the `.d.ts` in the `package.json` [Including declarations in your npm package](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package) that's irrelevant for this comment. My comment does not care about how the d.ts...
When downgrading, are you keeping the same versions of dependencies or downgrading as well ? Maybe the upgrade mentioned in #808 was involving more packages than Encore
> I already thought about it a while ago, but with a different solution: also including hoisted dependencies. that would very quickly become "process all node_modules". > I think most...
using a static property as a mapped property in a persisted entity does not make sense (as each hydrated entity would override the shared static property). What is the use...
> But if the mapping driver allows it, I suppose it should work? I don't think it ever work fine (load 2 documents from MongoDB and the override each other...
I think this should be fixed in the ODM.
how does your phpunit.xml looks like ?
have you added the deprecation warning inside a controller method that is called from inside your test ? Or is it added at the top of the file to be...
I'm getting the same. This inspection should not be able to the constructor of non-service classes.