This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/entityreference.devel_generate.inc b/entityreference.devel_generate.inc | |
index fab46dd..d6d7d78 100644 | |
--- a/entityreference.devel_generate.inc | |
+++ b/entityreference.devel_generate.inc | |
@@ -15,18 +15,20 @@ function entityreference_devel_generate($object, $field, $instance, $bundle) { | |
} | |
function _entityreference_devel_generate($object, $field, $instance, $bundle) { | |
- $object_field = array(); | |
- // Get all the entity that are referencable here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Create seven nodes, put them in a book tree structure. | |
// A | |
// |- B | |
// | |- C | |
// | |- D | |
// |- E | |
// |- F | |
// |- G |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
#proxy_cache cache; | |
#proxy_cache_valid 200 1s; | |
listen 8080; | |
listen [::]:8080; | |
root /home/site/wwwroot/web; | |
index index.php index.html index.htm; | |
server_name example.com www.example.com; | |
port_in_redirect off; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "VisualEditor0", | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListAccessPointsForObjectLambda", | |
"s3:GetAccessPoint", | |
"s3:PutAccountPublicAccessBlock", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script to find Dockerfiles that install amd64 packages without arm64 equivalents | |
# This indicates potential Apple Silicon compatibility issues | |
echo "Scanning for problematic Dockerfiles (AMD64 without ARM64 support)..." | |
echo "===============================================================" | |
FOUND_ISSUES=0 |
OlderNewer