Using Bootstrap base and robotic sub to theme site. I have tried to apply each patch wile getting (Could not apply patch! Skipping. The error was: Cannot apply patch) errors out... In the debug I am able to have the radios display by using radios instead of radio.
Hi everyone, I'm working on functional tests for a module in Drupal 8.9 using postgresql as the db
The issue is that during a functional test, what I think is happening is the schema name changes to a test******* where the asterisks is a randomized number.
Because I have sub functions that altered the creation of tables by adding my own schema to the SQL statements (simple use schemaname.tablename) in the queries, this errors out when I try to determine if a table exists.
I'm knitting a module (for D8, D9) with a requirement: emojis must be available (they're probably available for 99% of the users. I'm just trying to be nice to the 1%).