wowDAS Markus Ramšak

Results 19 comments of wowDAS Markus Ramšak

I don't know the solution but I think it should somehow be solved because it would be an improvement in my opinion. Sorry for not giving for help than this.

or maybe the ORM could throw an exception like "Only nullable columns selected, you have to select at least one non null column otherwise the entity might be missing if...

This issue exists longer than 10 years and is not specific to CakePHP. PHP tries to generate new session ids for new users and once in a while it tries...

I stopped using de_AT - always use de_DE. I am from Austria too but there are a some issues with the intl extension. For example the thousand separator is "...

A similar weird issue exists if you use the FormProtection Component in the initialize() method. If it throws (i.e. make a POST request with wrong data) I always get a...

Are there any plans to continue drafting a passkey font awesome icon? On more and more websites I offer a Passkey Login option where I would like to use a...

why not make a PR and adding those translations? https://github.com/fullcalendar/fullcalendar/blob/main/packages/core/src/locales/sr.ts you could look for example for the German translation which is complete and more complex as template what and how...

If I understood the question correctly, you can solve this by using the virtual field in the Form itself to get the decrypted value on demand: ``` class User extends...

I like the way the ORM works at the moment and the virtual field example with plain password above from me works simple enough in my opinion. How about just...