Zsolt Varga

Results 8 issues of Zsolt Varga

Aye is there a need for [this](https://github.com/phalcon/incubator/blob/2.1.x/Library/Phalcon/Mvc/Model/EagerLoading/EagerLoad.php#L68) to be strtolower? Cuz this almost drove me nuts, my many2many relations are named in camelCase fashion so shopProducts will be loaded under...

## Plans for 6.0.0 - Expand on the capabilities with the Sec-CH-XX headers. - Use the new features from PHP 8.3

Enhancement

Need to revise the image size, should be tested with different base images and try to move the `yarn install` back to the build step.

enhancement

Currently only a simple SQLite is implemented for persistency. We will need proper persistency support. - [x] SQLite - [ ] Postgres - [ ] MySQL - [ ] MongoDB...

enhancement

Current proxy solution is more of a PoC, should be reworked with Undici proxy pools. https://github.com/nodejs/undici/blob/main/examples/proxy/proxy.js

enhancement

- [x] Split the API / UI codebase in preparation for MPA - [x] HTTP controllers to expose system insights - [x] Fix service loading, missing decorators - [ ]...

Hey there! In case the error provided to the logger is an ObjectMarshaler then the produced JSON will be invalid, as the current code is opens up the `"error":` key,...

Heyho, Awesome lib! Just found a bit of a feature description mismatch. The FileWriter [claims](https://github.com/phuslu/log/blob/dfa9b65a3da07e106f4dfcb637bdd1407c500871/file.go#L50C2-L51C35) that MaxBackups=0 keeps all old log files, but the code never had this option implemented,...