Cristian
Cristian
@wwwdata - My GO skills are not there yet, i wouldn't want to do something stupid.
Can you please merge this?
@tonydspaniard - i see now, okay... bad news then. But, why not simply use the CDN version of ckeditor? The only disadvantage is that you'd always have to change the...
@ruflin - here's my current code: ``` php class JobSchema { public static function build() { $client = elastica()->getClient(); $index = $client->getIndex(Job::index()); $force = true; $index->create([ 'number_of_shards' => 4, 'number_of_replicas'...
I was not able to make the impersonation work either, even if I followed the documentation to the letter. It seems that impersonation will not work if you opt-in to...
There is a problem for sure with the way the bundle logs the user in if the cookie extractor is enabled, somehow, it overrides the entire session. If I remove...
@dunglas - I just got this today with `frankenphp:1.2-php8.3.10-alpine` ``` signal 13 received but handler not on signal stack mp.gsignal stack [0xc00058e000 0xc000596000], mp.g0 stack [0x7fedeba20d00 0x7fedebaa0900], sp=0xc000a8b938 fatal error:...
@SystematicCZ - Thank you, I was sure I used latest version after I read the comments. But as you say, I see there is no release made to contain the...
Why has this been closed? The issue is not solved, I am experiencing it right now, calling removeElement will load the entire collection from the database, hundred of thousand of...
@beberlei - is there any way you fix this? I had to return to this project today and absolutely no workaround works, which keeps us stuck in a place because...