Lionel Enkaoua
Lionel Enkaoua
Is there a way to profile drush command with Blackfire ?
Allow to keep some css class from dragged element and apply them to placehoder.
By using gpclient in command line, after clicking I can see those errors regarding `TLS initialization failed` I made the mistake to upgrade to Ubuntu Mantic Minotaur from 22.10 (because...
Drupal contrib module Redis is testing a newer php extension to replace PhpRedis. According to this post it supposes to be 2x faster ! https://www.drupal.org/project/redis/issues/3322514 It will be great to...
Hi, I'm trying to secure a website, where we have a front server and back server. Only back should allow the access to any edition. I used NGINX_SERVER_EXTRA_CONF_FILEPATH to set...
I read great feedback on newest architecture NGINX Unit. For example this article (little bit outdated) shows results that nginx unit-php is almost 10x faster than nginx + php-fpm and...
I'm struggling to create multisites as subfolders in a Drupal 10. For example my Drupal website has this url: http://d10.docker.localhost And my multisites should be of this form: - http://d10.docker.localhost/site1...
Is there a way to get the exact models list supported gy IPEX for Ollama usage ? I saw this list https://github.com/intel/ipex-llm?tab=readme-ov-file#verified-models But I'm not sure how to retrieve them...
**Describe the bug** VSCode with copilot needs at least version 0.6.4 of Ollama according this issue https://github.com/microsoft/vscode-copilot-release/issues/8461 I tried to install latest version of ollama by using `pip install --pre...
Would be great to replace all position values with logical values. - left -> start - right -> end - inside-left -> inside-start - inside-right -> inside-end - outside-left ->...