Account created on 15 March 2008, over 16 years ago
  • Web development Lead at MotoonΒ 
  • Technology and Development Director at AlmanassaΒ  …
#

Recent comments

πŸ‡ͺπŸ‡¬Egypt shadysamir

The article/post is already calling the composer recommended flow "wrong" which really irks me. But beside the attitude, having one developer use composer to pull packages code and committing them while other developers merely pulling the downloaded code would create a mess.  Why is one developer responsible for composer managing the project? And why bloat a repo with code that's already hosted in other repos and we're not managing it in any way? And for production there is a good use for --no-dev. Using composer was a major step towards modernizing the DX in Drupal. I don't understand why anyone would want to take it back. 

I wouldn't even commit development css and js theme files built from sass and js. I build minified and uglified production versions as part of production deployment flow.

πŸ‡ͺπŸ‡¬Egypt shadysamir

I applied #270 to an exposed filter on a timestamp field. I get this warning once I apply the filter:

Warning: Undefined array key "value" in Drupal\views\Plugin\views\filter\NumericFilter->acceptExposedInput() (line 426 of /home/shadysamir/work/almanassa/almanassa/web/core/modules/views/src/Plugin/views/filter/NumericFilter.php).

followed by

Warning: Undefined array key "value" in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line 161 of /home/shadysamir/work/almanassa/almanassa/web/core/modules/views/src/Plugin/views/filter/Date.php).

both are trying to read this->value['value'] when the array is:

date: "2023-05-01"
time: "00:00:00"
type: "date"

The filter is not applied (not added to the SQL statement)

Drupal 9.5.3

Production build 0.69.0 2024