916 questions
0
votes
0
answers
75
views
How to explicitly enable tagging in R markdown/Quarto
I am working an a Quarto document that needs to have accessibility features, including tagging. I thought Quarto/R Markdown documents were implicitly tagged, but upon testing the rendered PDF in Adobe,...
0
votes
1
answer
211
views
Trying to understanding advanced Google Tag Manager setup with custom tags and variables
I'm a marketing professional who has been doing basic tagging and analytics for clients. I've encountered an account set up by someone with extensive development/analytics knowledge, and I'm ...
-1
votes
1
answer
146
views
Symfony 7 EntityType form field with taggable behaviour
Environment:
Symfony 7.1
Doctrine 2.9
Webpack encore installed and running
jQuery is prefered when writing JS code
Issue:
What i'm trying to do is to have a form field which is an EntityType (so it ...
0
votes
1
answer
807
views
Apply Custom Tags to the Interactive cluster in Data bricks
I'm working on implementing custom tags to track costs associated with Databricks jobs. Successfully, I added tags to the job cluster by modifying the ADF JSON pipeline schema. However, I'm struggling ...
-1
votes
1
answer
119
views
How can l add H2 tag to tags: in WordPress single page after content?
I am using Tagdiv's Newspaper theme on my website. I am listing all post tags after post like:
Tags: tag1, tag2, tag3, tag4 as you can see in the image I added.
I want to give h2 meta tag for ever ...
0
votes
1
answer
61
views
How to output the name of the current tag to the template? (The one we are in)
I'm trying to display the name of the current tag, i.e. the one we are in. Does not work. How to write correctly to display a tag in a template?
#Models
from django.db import models
...
0
votes
1
answer
98
views
Is it possible to tag a Security hub resource?
As part of tagging all the AWS resources we use, I am trying to tag Security Hub with below arn. However, I don't see any option in the AWS console.
arn:aws:securityhub:eu-west-2:XXXXXXXX:hub/default
...
0
votes
0
answers
129
views
Rebuilt text view to include @ mentions not spanning full width
To make my @ mentions clickable and navigate to a profile, I've had to rebuild the text view to make sure anything including an @ is clickable. While this way of doing it looks okay most of the time, ...
0
votes
1
answer
139
views
Querying Multiple Arbitrary Tags on an SQLite Database in a Python Program
I'm trying to create a tagging app using python that functions much in the same way that popular *booru websites do. However, I'm having trouble setting up a search function that would effectively ...
1
vote
2
answers
64
views
Python: syntax when adding parameters in cmd
I followed the instructions from imagga to run a python script to auto tag multiple images with keywords at once using a 3rd party API (called imagga)
In the required script I have to add 3rd API Key ...
0
votes
1
answer
346
views
Azure Policy to Ensure and Validate Tag inheritance with allowed values
I am trying to create an Azure Policy, where resources have tags that should be within an list of allowed values.
If the tag is not specified, it should be inherited from the resource group.
I tried ...
0
votes
1
answer
386
views
Ansible nmcli module, tagging vlan with bond interface
I am trying to run the following playbook to achive bond interface with vlan tag on top of him .
tasks:
- name: Creating bond conn_name only & ip4 gw4 mode
community.general.nmcli:
...
0
votes
0
answers
128
views
Create minor version from old tag in Github?
I have an application for which we may create a hotfix branch from old tag (which is live in production). Current TAGs can be far ahead of that, as we may not release changes too quickly.
How can I ...
1
vote
1
answer
39
views
Unable to tag the POS of the text file
I want to tag the parts of speech of a sentence. For this task I am using pos-english-fast model. If there was one sentence the model identified the tags for the pos. I created a data file where I ...
1
vote
1
answer
503
views
How to create a Service Control Policy which denies Ec2 creation action if specific tags are missing?
I'm currently working on implementing an AWS Organization SCP. I'm aiming to fulfill the following conditions:
Prevent the 'ec2:RunInstances' action if the required tag keys are absent from the ...