objecttothis

Results 355 comments of objecttothis

> Hi @objecttothis this one looks interesting: https://github.com/amphp/amp, it can be installed using composer but it does require PHP 8.1 minimum. This does look interesting. It's not long before PHP...

Yes, the default is file, but I believe I changed that to be session based since we use sessions in CI3

Also, we are loading the table all at once currently (if the cache is not populated), storing it in memory cache (after pulling it) and in the global array which...

@owlbrudder let's move the conversation here, rather than keeping it going in a merged PR. > Can you clarify for me what you mean by the standard CI4 way of...

> btw @objecttothis do you live in Nagorno Karabach currently? Was just reading the news on the situation in Azerbeidzjan. Hope you're all fine. I'm far enough away to not...

> I expect 99.9% of the config[] problems will go away if we accept the proposal to write a new migration script to populate the database with all keys we...

@nukerj @andriux1990 @nira168 You will benefit much more from submitting a pull request with these changes to the repository. This way, you won't need to merge your code if you...

I noticed we are manually writing the csrf headers in the partial/header_js.php. I think I read in the documentation that it automatically inserts CSRF tokens with the form helper when...

@jiripaskov as @SteveIreland mentioned, you need to get to 3.0.2 in order for the automated migrations to pick up and get you the rest of the way. 1. Backup your...

@jekkos there may be a good reason not to do this, but we could possibly freeze the tables.sql and constraints.sql at a OSPOS 2.0 level and then incorporate all the...