Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

@marcus-sa Supporting us by spreading awareness of Deepkit is more valuable to us than donations. I just saw you did that, thank you! 🙏

Cool! let me know if you need any help. I'm in discord relatively responsive👍

Note: we found out Cloudfare doesn't support `new Function` and thus does not support Deepkit.

I definitely do not rewrite the core of Deepkit's libraries just to support one platforms's "security" decision (which is no security related decision).

Let's rename it to 'database'. That fits nicely in the refactoring soon where marshal-mongo will be renamed to marshal-database, where we then have multiple adapters (mongo, mysql, firebase,...) with ORM...

Ok, I'm in the middle of refactoring that stuff and implemented a JIT engine that gave additional up to 15x (classToPlain even 50x) performance improvements and made writing adapters easier....

It's done, we got massive performance improvements and I decoupled a lot of stuff. I'm actually very happy about that :) The way you add new serialization targets is now...

@leandro-manifesto sorry, forgot to answer you. > Is this a proper way to do it? Yes, you can do it like that. > Also, is it necessary to register converters...

The configuration injection needs always a reference to the real used configuration class. So, by defining a dependency `protected config: HelloConfig` where `HelloConfig` is not the configuration object, the system...

The code works for me, we have also tests for that. Maybe reflection wasn't correctly configured?