This file contains 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
│ Error: PUT https://api.github.com/repos//my-org/repo/environments/staging: 404 Not Found [] | |
│ | |
│ with module.webapp.module.secret_keys.github_repository_environment.environment, | |
│ on ../../components/github_secrets/main.tf line 5, in resource "github_repository_environment" "environment": | |
│ 5: resource "github_repository_environment" "environment" { | |
│ | |
╵ | |
2022-08-01T15:12:46.126Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/github/4.28.0/linux_amd64/terraform-provider-github_v4.28.0 pid=39 | |
2022-08-01T15:12:46.126Z [DEBUG] provider: plugin exited | |
ERROR: 1 |
This file contains 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
// Clear the console to see better | |
clear(); | |
// Add jQuery | |
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
console.log('Processing...'); |
This file contains 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
/** | |
* | |
* Get the url parameter | |
* | |
* @param parameter | |
* @returns {string|undefined} | |
*/ | |
function getUrlParameter(parameter) { | |
var params_string = window.location.search.substr(1); |
This file contains 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 | |
/** | |
* CSV Response | |
*/ | |
use Symfony\Component\HttpFoundation\Response; | |
/** |
This file contains 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 | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.com | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php | |
*/ | |
$args = array( |