Yaml Questions
Ad
Assemble.io - is it possible to use lodash in the YAML front matter of partials
Although something like this works in assemble.io pages: --- title: "my title" woo: <%= title %> --- (i.e.
how to represent an empty field in yaml
I am working with fixtures on rails and i want one of the fixture fields to be blank. example: two: name: test path: - i
Azure DevOps Conditional for Multiple values
I have been following
yaml - Print key and value, if value meets consitions
Given the following yaml: charts: # repository with helm charts for creation namespaces
How do I fix merge conflic in pubspec.yaml and pubspec.lock?
I stashed the recent change i have on my local machine, and then pull from the remote repository. along the way, i encounted the below error. how
Merge YAML files with overriding values in list elements
I would like to merge two yaml files that contain list elements. (a) and (b) merged into a new file (c). i would like to override existing
How to add a custom folder and file via YAML in Serverless app
I am writing a serverless app by using sam. i created a config folder to keep some table information and some other info. then i load it in my
yaml library which supports writing multiple documents
I have a small nodejs app which generates two yaml-files. i want to merge them into one file so that i have one file with two
How to use a key's value for another key's value in yaml?
I am working on reading parameters from a yaml file, and i want to use a value to produce another value. for example, i need the following
Creating cron jobs for different services in app engine
I am trying to create cron jobs for app engine in google cloud platform. but unfortunately, whenever i try to deploy a cron job, it is also
Ad
I need to fetch value from a YAML file using Robot Framework
I am trying to substitute value inside my yaml file but unable to write a proper string using robot framework. "patch_id_bw_data":
Yaml safe load special character ° from file
I am trying to read a yml config file using pyyaml. see below example of such a file. the desired field may contain a special character, such as
Snakemake: validate nested yaml based on jsonschema
I am making use of the snakemake
nodeca/js-yaml appending >- on long strings
Using js-yaml npm package, i'm trying to manipulate a .yaml file. while successfully able to manipulate, i'm getting a
How to wrap long descriptions in a Flutter pubspec.yaml file?
I noticed that when using the
problem with type conversion using yaml/oyaml
I have a yaml file with the the following line: spots: vt code : 0210 if i read this file using
Auto remove blank line in case last element is removed
I am using ruamel.yaml to delete some values, it works fine unless if the deleted value is the last then it ends up deleting the blank line as
How to create list of strings in markdown frontmatter?
I am trying to retrieve data in form of a list from markdown frontmatter using gatsbyjs and graphql. given the list in the markdown file, the goal
Why is the firebase_core Flutter package docked points for its pubspec homepage?
Background i noticed the firebase_core 1.5.0 scores page shows only 120/130 possible points. the package is docked 10 points for not
How to resolve internal variables with python yaml?
I have a file test.yml : --- servers: server1: location: "earth" network: {ip: "0.0.0.0", mac:
What are these comands mean in buildkite?
What do these command mean in buildkit build pipeline? command: command: | command: >- i am trying
Ad
How can i apply stringify on the data which has been input by the user in an html form?
I have built an app using html,js and css. the output of the web app is a text or yaml file. i am inputing the data and trying to gather in a yaml
In a Github Action how to reference a private package for a test?
I have written a test file for a github action: test.yml name: test on: push: branches: [main]
Remove certain fields from a YAML map object using yq
I have some tricky thing that i need to do for a yaml file, this is how it looks before before apiversion:
How to start listing keys after a new line in a block
Using the built-in yaml package in python is it possible to dump the items of a list starting in a new line after the list indicator dash?
Google App Engine CORS “Error parsing ./app.yaml: Unknown url handler type”
I'm trying to apply cors to one of my app engines, but i'm encountering an error. i've tried looking at the recommendations for other answers
snakemake PICARD merge bam files
I am new in using snakemake, i have an issue when using picard mergesamfiles to merge bam files into one bam files. i would like to merge
use snakemake pair-end bwa alignment
I am new in using snakemake, i have a simple problem when doing mapping in snakemake. i have couples of _1.fastq.gz & _2.fastq.gz and i would
Jenkins on Kubernetes service yaml parsing error
I'm following this link to setup
502 Bad Gateway while deploying in GAE
I am trying to deploy my nodejs application in google app engine. but i keep on getting 502 bad gateway when i run
Ansible Playbook adding the same line multiple times to yml file
I have to add the same line several times in the same file. it must always be inserted after a certain line, which is the same for both
Make CloudBuild git push last commits to a branch in another repo
I have branch_a (development branch) in repo_a and branch_b in repo_b (production branch). both repos are on cloud source. their history is the
Ad
Flutter pubspec.yaml error: No file or variants found for asset
My problem is that i am getting an error message saying: error detected in pubspec.yaml: no file or variants found for asset:
YAML exception: Invalid Yaml: while scanning for the next token found character '\t' that cannot start any token in "<reader>"
I'm trying to upload my laravel project to elastic beanstalk. i've added mysql on the server. i created a
"uses-material-design: true" not working with other assets in pubspec.yaml
I cannot add any assets like images, fonts, etc. to my project app until i delete/comment this line uses-material-design: true
build failed with an exception in flutter - 'dart: html'
My app worked fine, but now i have this issue: failure: build failed with an exception. * where: script
Is there any way to reference names within pubspec.yaml?
Is there any way to reference a predefined name in pubspec.yaml? i am trying to reference the "name" key's value in a structure
Read the value in the YAML file from the Python script
I have a python script named app.py that has the value of the project id, project_id = "p007-999"
Why adding firebase_admob: ^0.11.0+1 in pubspec.yaml generats error when run (Flutter, Android)
I am trying to add ads using firebase and admob in my app but when i add firebase_admob: ^0.11.0+1 in pubspec.yaml and run project then it
Pyyaml: Default dump behavior for inherited classes
I have a class that inherits from one of the built-ins: from yaml import yamlobject, dump
why pubspec environment / sdk / uses " '>=2.7.0 <3.0.0' " instead of " ^2.7.0 "
To my, admittedly very limited, understanding of semver this
Python: Replacing a String in a YAML file
I have this example yaml file: --- test: name: "tom" age: "5" version: "1.0" how can i replace this yaml
How do I append to a YAML file with python
I have a yaml file called data.yaml: --- '001': name: ben email: [email protected] i would like to
Ad
Import part of a repository as lib
I am interested in creating an animation in flutter using what this person has created:
Hoe to extract only one file from war file linux / ansible
I am working on a shell command for ansible in linux, i have a .war file, and i need only tasks.properties file from it. i tried the below, but it
How can I use an utf-8 file name retrieved from a YAML file for os.path.isdir()?
I am loading a folder path from a config.yml file. example name: c:/users/name/desktop/ü which contains an utf-8 character. when i
How to correctly configure app.yaml for a standard html page with JS and NodeJS server?
I'm setting up a simple web app on appengine and have some trouble with configuring the app.yaml. it includes a html page, a js script and a
Error on running flutter pub upgrade that stops after 5 minutes
After a week i did flutter clean and did flutter pub upgrade and on running flutter run -d web-server i got
PyYAML not parsing all examples
I'm trying to understand the claim on https://pyyaml.org/wiki/pyyaml
error converting YAML to JSON Line did not find expected '-' indicator
I am new to kubernetes i am writing a yml file to create a deployment. i am crating deployment by running this command "kubectl create -f
Spring-boot yaml config change default path
I want to change *.yaml configs files default path to root level under "/config" directory (now default is
Converting yaml to json:TypeError: Object of type 'date' is not JSON serializable
I need to convert a yaml file to json. however i get the error typeerror: object of type 'date' is not json serializable i checked
Azure Pipelines integration test against Google Cloud SQL DB using cloud proxy
I am managing a nodejs cloud functions repo which performs some db operations such as 'userexists' etc. and would like to integration test against
Expiration in handlers in app.yaml for google app engine and laravel are not working
I use google app engine to serve my laravel application and would like to set the expiration time of my javascript and css files located in the
Ad
Parsing JSON to YAML fails when using $ and {
I am trying to convert json to yaml using js-yaml but i cannot seem to get my set parsed correctly. consider following code:
Could not find package "flutter_native_splash". Did you forget to add a dependency?
I'm using the flutter_native_splash package. how do i fix
execute python script written in yaml with variables
I'm trying to execute python line written in yaml file with yaml scalar value as a variable. my code: with
Loading and dumping multiple yaml files with ruamel.yaml (python)
Using python 2 (atm) and ruamel.yaml 0.13.14 (redhat epel) i'm currently writing some code to load yaml definitions, but they are split up
CarouselSlider Error The named parameter 'onPageChanged' isn't defined
How can i solve this error? the named parameter 'onpagechanged' isn't defined. i removed and re-added the carousel_slider
Terraform- read list of objects from yaml file
I want to read a list of objects from a yaml file via terraform code and map it to a local variable. also i need search an object with a key and
How to print full yaml or json object to file with node
I am trying to copy the definitions portion of a yaml file into a js doc for a codegen project. i tried using regular expressions (which worked
Why is Flutter unable to read my .json asset?
I use flutter in android studio to analyze and display a json file. the location of the file is lib/files/results.json.
Connect Api Connect with Existing WebServices
I am using apiconnect microgateway (available on github) to connect with any existing webservice and add some policies, i figured i have to create
packages get not fetching .packages for English Words with proper pubspec.yaml
For context i am currently following this exercise provided by flutter dev:
How to compress a YAML file using references in a script?
I am converting a json file to a yaml file with
Ad
How to read yaml files in laravel?
In the project i'm working on, it's a cms, and within it i manage brand website themes. my question is i need to read the header of the file, how
How to refer to a relative path of a YAML file in a Google App Engine project?
I need to load in a yaml file to use the adwords api. so far i've been referring to the absolute path of that file: adwords_client
Parse yaml files with "---" in it
I'm using https://github.com/go-yaml/yaml to parse yaml files:
Looking for a coherent example on how to read a YAML file in a browser. YAML file located on the web server
My setup: vs code+ wsl2. files are all in the same folder (js-ayml.js, the yaml file and the index.html). i run the javascript code by refreshing
How can I evaluate algebraic expressions defined in YAML?
I have the following two separate yaml files. val.yaml: variables are defined here expr.yaml:
What is the Travis CI config for a repository that has multiple folders
I have a repository that has 2 subfolders and in each subfolder is a different app. i want to make a .travis.yml config that goes in
Is it possible to split the pubspec.yaml file into several files
As the title describes, i wonder if it is possible to split the pubspec.yaml file in flutter into several files. the use case i'm thinking about
TYPO3 form - Editing of form.yaml files not possible in the backend
I need to edit the configuration files of the typo3 form extension on the webserver. as i have no access via ftp i need to edit the files in the
Connecting a python backend and vue.js frontend on Google App Engine
I have an assignment, building a system on google app engine with python backend(not flask), and vue.js front end. the system needs to load the
Retrieve bulk data from YAML using Python
I have a yaml file of the form below: solution: - number of solutions: 1 number of solutions displayed: 1 - gap: none status:
TYPO3: Adding a Javascript Module to the Backend?
I tried to add a custom form element and followed this tutorial here:
Ad
Using constants of site config in TypoScript conditions
In typo3 10 lts it is possible to set constants in the site config and use them in typoscript (see here:
unable to load image asset in Flutter error in pubspec file
I want to import image asset into my flutter project but unable to do so. this is my pubspec.yaml file i removed all the comments added by
Problems with TYPO3 Route Enhancers
I got the following yaml configuration, the problem now is, that i dont get the route enhancer for cv-action and questionaire action to work.
How to commit and push job artifact to a specified directory in Gitlab?
Hi all, i have a 2 stage pipeline on gitlab-ci.yml file. the first job generates an artifact as an asd.asd file.
Deactivating AutoLinking in RTE editor - Typo3
Whenever a link is typed in the rte editor, it will automatically be enclosed in an tag and converted to a link. is there a way to stop this
Typo3 LTS9 Routing: ReUse config.YAML
What's the right way to reuse config.yaml for routing? situation: i have a typo3 installation with different websites. the routing-config
Multisite TYPO3 v9, distinct robots.txt for multiple domains on one rootpage
For marketing purposes do i maintain one identical website with two different domains, in typo3 v8 i would simply add a domain record on the root
How to configure speaking URL of tx_blog extension in TYPO3 9.x
I am looking for the configuration yaml for typo3 tx_blog extension.
How can I override YAML settings of the TYPO3 Form Framework with TypoScript?
I've created a typo3 form via the form framework. now i want to override some of these values with typoscript. the form is stored in an extension,
TYPO3: CKEditor: Don't shows some classes
I have a yaml-configuration for own classes in the ckeditor: - { name: "subline", element: "p", attributes: {
TYPO3 8 ckeditor stylesSet multiple Classes start Classname with "bg" does not work
I've noticed a strange behavior with the yaml configuration since the typo3 update from 8.19 to 8.22 in the section stylesset with several
Ad
Pubspec.yaml what this file does in Flutter
Version: 1.0.0+1 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: flutter: sdk: flutter sqflite: any
Python - downloading a yaml file from github using PyGitHub get_contents and trying to convert it to dict
I have a python script that downloads file_content from repo using repo.get_contents. so i have used - contents =
!!python/str doesn't work for RasaCore's domain.yml
I am studying rasa and i'm having some problem with running the dialog model. python3 -m rasa_core.train -s data/stories.md -d
Accessing log file in Codemagic
I'm filling in the codemagic yaml file to perform an ios deploy for react native. however, an error occurs while the builder is fetching the
YAML File not loading with nested values
I am writing a yaml parser in python using ruamel.yaml reason for ruamel.yaml is it maintains comments which are key! i know the issue is
How to manipulate a list of dictionaries in Ansible?
There is a list of dictionaries as shown below: "test_list_of_dicts": [ { "inner_dict":[
Connect-AzAccount with Azure Devops Pipeline?
I am finding difficulties in finding the best and secure way to use connect-azaccount with azure devops pipeline. i have in the
Google Cloud SDK is trying to upload itself to app engine
I have been working on a website and i decieded to use google app engine to host it. i have been able use the config file to try and deploy with
How to bind a yml map to a Java map in spring-boot configuration?
I am trying to follow this guide here:
Go Yaml parse when file starts with -
I am trying to parse a yaml file into go using the "gopkg.in/yaml.v3" package. the problem i haven't been able to solve is parsing a
YML syntax: How do I get the same commands to run before each stage without repeating myself in the YML file?
I've set up a .gitlab-ci.yml file as follows for my self-hosted runner. stages: - set-environment - check-code
Ad
List of Complete Xcode Version & Device Name/OS for Travis CI?
I am updating a repo of mine (stacontrols) to have up-to-date
Composer Install fails with CircleCI and Laravel 6
I started a new laravel project inside homestead in order to learn ci. my config.yml for circleci looks as follows # php
Ad
Blog Categories
Ad