Hi there
I was really excited yesterday when I spotted a YouTube video for the CMSSuperheroes Drag and Drop content builder module. I went to their site and sent a few questions about the module and about their Consilium theme (http://preview.themeforest.net/item/consilium-multipurpose-creative-drup...).
Does anyone know of a Drupal 8 module which can compare two views and return the difference as another view? For example one view would be a list like:
Dog
Cat
Mouse
And the other view would be the list:
Dog
Cat
They would be compared and the difference would be returned as "Mouse" (similar to PHP array_diff() function). Thanks!
So I’m pretty new to Drupal as a whole. Just picked up a Udemy course about a week ago and have been trying to grasp the system.
I'm a self taught coder with some html, css, Javascript, and Angular experience. About a year back I was in the beginning stages of creating a website in Angular for my design company's job submission/project tracking needs but unfortunately we got severely sidetracked by management and the project fell by the wayside.
Allocating 2GB of memory to PHP for composer doing installs of packages was not sufficient if site is running Drupal 8.8.0. I ran some tests and sites which have not yet been upgraded and are sitting back at Drupal 8.7.10 have no problem using composer to install packages with only 256MB of memory allocated to PHP for the site. The 2GB number came from a shared hosting environment where that is the upper limit of memory which can be allocated to PHP without doing anything special. According to composer documentation, 1.5GB is its internal number. However, things change.