Yurii Kuznietsov

Results 224 comments of Yurii Kuznietsov

Hi Jacq, I don't think I have a zeal to implement it. You can customize *CronManager* class so that it won't lock tables.

It must be simple to customize in upgrade-safe way.

OIDC authentication is planned. Espo as ID Provider is not planned, as it would really require a lot of effort to implement the specification. Maybe in the future when we...

I have an intention to incorporate a style checker/fixer in the future, just some basic stuff like PSR-12 compliance, w/o strict rules that are not in the standard.

After I moved all TCPDF logic behind an interface, having TCPDF specific parameters before that interface is not good.

I'm not sure how would be better. Does the browser strip this `nobr` attribute when you put it in wysiwyg?

It's a design problem that is not easy to solve. Dynamic logic was intended to work only with actual fields on the layout, but not with sub-fields of compound fields...

This is difficult to implement design-wise. Refreshing the whole list is not an option, it would be hindering for a user. The only acceptable option would be inserting new items...

It's not that easy as one might think. Too many issues, too many cases. What if 100 records have been added. Updating is difficult too. Should we subscribe to each...