Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
107 views

This happened within the last month or so and I can't seem to find anything about it anywhere. I haven't found an exact pattern but when I double-click most 2nd characters of a word, it will select ...
Jundarer's user avatar
Advice
0 votes
14 replies
86 views

Context I have a smart meter which regularly emits telegrams about electricity (and gas/water) consumption over a serial port, which I have connected to a Pi. These telegrams are received once per ...
Jan Ceuleers's user avatar
0 votes
1 answer
30 views

I have: services: httpd: volumes: - "C:/path/to/repo:/path/to/code" How do I make the source path agnostic so my colleague using a Mac can simply docker compose the yaml file?
MonkeyZeus's user avatar
  • 20.8k
2 votes
1 answer
73 views

I have Ansible tasks with some code repetition which I want to address using YAML anchors as follows. When only using one anchor in one task - no ansible-lint warnings happen. However, if using more ...
Drew's user avatar
  • 616
Advice
0 votes
2 replies
31 views

I'm working on an experimental project called NextLiber VRM, which attempts to interpret Unity scene files outside the Unity runtime. Unity stores scenes in YAML format, including transforms, ...
Akito Hayasaka's user avatar
0 votes
0 answers
34 views

I have a YAML job where I want the link in the ManualValidation@0 task instructions to appear as clickable. Here is the job definition: job: Manual_CreatePR displayName: 'Manual: Open GitHub PR for ...
user989988's user avatar
  • 3,916
5 votes
1 answer
147 views

Is there a reason why yaml adds single quotation marks around the words yes and no when I create a YAML file from a Python dict? MWE: import yaml def yes_or_no( word: str, ) -> dict: ...
kalle's user avatar
  • 207
2 votes
2 answers
146 views

In a GitLab pipeline job I have multiple JSON files. I need these JSON files as YAML and I would like to have them in the same YAML file as a list. They do not always have the same keys. I would like ...
Zanndorin's user avatar
  • 402
Best practices
0 votes
1 replies
57 views

I have 4 repos in Azure (all are in development branch): Web App Web API Mail Console 1 Mail Console 2 Here's how I deploy them in testing phase: Publish Web App and Web API Build Mail Console 1 ...
kebberpee's user avatar
0 votes
1 answer
69 views

I'm looking to use yq to replace a yaml file values while still retaining the old value. Essentially putting base/1.0.0/ after base.routes.paths ~/ and what comes after. The added value will be the ...
Ponsakorn30214's user avatar
Advice
1 vote
1 replies
47 views

So how do I convert a TRX file into html in azure test pipeline. We have a selection of pipelines which run tests on a nightly basis. The tests are designed in Visual Studio with C#, Playwright, ...
Kev's user avatar
  • 506
0 votes
0 answers
72 views

I created a JS client-extension for Liferay 7.4 (U60). Everything works fine on my local environment, but after deploying to our Dev environment through a Jenkins pipeline, I’m getting 404 Not Found ...
Rithik Nirwan's user avatar
0 votes
0 answers
50 views

I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
error404's user avatar
1 vote
1 answer
90 views

I'm putting together an academic website with a publications section. I've written a script that will turn a bibtex file into article-by-article quarto and bibtex files that then use a custom template....
jebyrnes's user avatar
  • 9,386
0 votes
1 answer
141 views

I'm using ROS2 for a project. I'm stuck in interpreting the following parameter: my_node: category_sector_mapping: Plastic: 0 Paper: 1 Glass: 2 Aluminium: 2 Organic: 2 ...
Vincenzo Di Napoli's user avatar

15 30 50 per page
1
2 3 4 5
1056