drush re-import migration yml configuration
drush config-import --partial --source=modules/custom/freida_migration/config/optional/ -y
drush config-import --partial --source=modules/custom/freida_migration/config/optional/ -y
$messenger= \Drupal::messenger();
$messenger->addMessage('thanks for submitting the csv data, administrate users have been created from the csv file!');
or
\Drupal::messenger()->addMessage('Thanks for submitting the form!');
worked on a mac book pro on 11/08/18
# download and install setuptools curl -O https://bootstrap.pypa.io/ez_setup.py python3 ez_setup.py # download and install pip curl -O https://bootstrap.pypa.io/get-pip.py python3 get-pip.py
To stay leveraged or not? That is the question that fires up passions in so many BiggerPockets forum discussions!
Most real estate investors start with some debt (although an all-cash plan is possible, too). But eventually you’ll hit a fork in the road when you must decide how to invest excess cash flow:
Should you continue to save cash for more down payments?
Or should you begin paying off your mortgages?
As I explain in the book, a lot depends upon your personal risk preferences and how big you want to grow your portfolio.
DECLARE @result1 TABLE(subtype VARCHAR(5), total INT)
INSERT INTO @result1(subtype, total)
select DISTINCT top 2 t.subtype, t.total
from [test] t, [person] p
where (t.[record] = 'fc2765f2-ca90-48c2-a705-d2526c92d56d')
and p.[id] = t.[record]
and (t.[type] = 'SATII')
/*and (t.[rank_confirmed_subtype] = 1)*/
and (confirmed != 0 or confirmed IS NULL)
order by t.[total] desc
select total from @result1
An example python selenium test on a Harvard.edu site
http://selenium-python.readthedocs.io/locating-elements.html
import unittest
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
class PythonOrgSearch(unittest.TestCase):
def setUp(self):
self.driver = webdriver.Firefox()
Change where Drupal 8 sync directory lives: https://www.drupal.org/docs/8/configuration-management/changing-the-sto…
put
$config_directories[CONFIG_SYNC_DIRECTORY] = 'sites/default/sync';
at the bottom of the settings.php file, otherwise defaults to the sites/files directory.
https://unity3d.com/learn/tutorials/topics/xr/getting-started-vr-develo…
Go to Edit > Project Settings > Player and check the box to enable "Virtual Reality Supported".
"The only way to make it work is to add the unix_socket line to my Drupal settings.php files for all my projects:"