Remove docs variables
article thumbnail

Stop Repetitive Typing, use Variable Chips!

Xebia

Google Docs introduces: variable chips! Variable chips make your life a lot easier when formatting documents such as letters, invoices or contracts. The chips allow you to easily determine the value of variables that you use throughout your document. Then give a value to the variable. appeared first on Xebia.

Cloud 130
article thumbnail

CodeSOD: Metaception

The Daily WTF

This is a depressingly common anti-pattern, usually seen in the form of JavaScript code which looks like: if (1 == 2) - once upon a time one or both of those values were PHP variables, but we only see the resulting generated code. array( { if $doc_status== "edit" } $( "#doc-{$id}" ). closest ( "tr" ).

PHP 64
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Module Parameter Defaults with the Terraform Object Type

Xebia

The content below is taken from the Terraform docs itself: object(.) : a collection of named attributes that each have their own type. variable bucket_settings {. variable bucket_settings {. Previously, when writing your Terraform module, you would need to create a variable for each setting you want to pass to your resource.

Examples 130
article thumbnail

Sending OpenTelemetry Data From AWS Lambda to Honeycomb

Honeycomb

Add OTel and Honeycomb environment variables to your template configuration for your Lambda. Instead, we will inject the value at run time using an environment variable HONEYCOMB_API_KEY. We will work on populating the value of this environment variable in a later step. Optional, but recommended.) Why Why did I write this?

Lambda 52
article thumbnail

Guide to TestCloud Tunnels Configuration for Test Execution in Private Domain

Perficient

Use Environment Variables: Utilize environment variables to store sensitive information, such as authentication details, and avoid hardcoding them in your test scripts. Read more here: Local testing with TestCloud in Katalon Studio | Katalon Docs In this guide, we have used TestCloud Tunnel in TestOps.

Testing 52
article thumbnail

Publish Azure DevOps Extensions using Azure Workload Identity

Xebia

But the docs don’t specifically spell out this exact scenario and I ran into several issues along the way. This is where the official docs get fuzzy because they simply state: Add a service principal as a member to a publisher account. And to get that, we’ll need to query the Profile API.

Azure 130
article thumbnail

Deploy a custom Docker image on Azure ML using a blue-green deployment with Python

Xebia

SUBSCRIPTION_ID : See the Azure Docs. SUBSCRIPTION_ID : See the Azure Docs. Create Azure ML endpoint and deployment Import your dependencies To make the examples more clear, we import all our dependencies at the beginning: from azure.ai.ml RESOURCE_GROUP : Same as Workspace name, but copy the resource group.

Azure 130