Marc J. Schmidt
Marc J. Schmidt
https://www.drupal.org/node/2708827
Downloaded some hours ago Drupal and got it working with our httpkernel adapter: https://github.com/php-pm/php-pm-httpkernel/commit/aafd77fe7b75d511ef0b2f400a37501bc7c9465f All the stuff we have in php-pm-drupal's Bridge is not necessary, because its already in php-pm-httpkernel...
"another browser" means really a completely different browser? I guess this has then something todo with $_SESSION if drupal is using it because this var is actually always the same...
Thats a good question, I guess so, but I'm not sure.
@kentr I've fixed the cookie and header sending issue in HttpKernel. Login works there now correctly. Unfortunately php-pm-drupal needs some adjustments to keep it working with the current master@php-pm. I'm...
I had the same issue with the memory leak, and after installing Node v22.2 it went away, but not entirely. I still get massive slowdown/memory leak when I use the...
Meanwhile, css-element-queries has over 26.000 web pages using it (https://publicwww.com/websites/ResizeSensor.js/, although looking for ElementQueries.js is probably more realistic), also on npm it had over 52.000 installations last week. I guess...
you need to set minimum-stability to dev.
About what?
> function does not seem to handle correctly array type : it only validates the first item of the array That's correct. The code of the array validator breaks after...