11,504 questions
0
votes
0
answers
69
views
Windows file add tag metadata
Using this answer, I enabled Office document like metadata for .pdf files.
I have my Windows detail pane like this now:
And the tags I add there are displayed in Explorer's detail view Tags column.
...
-1
votes
0
answers
38
views
Highlighting across elements, while preserving markup
I have a treewalker JS function that highlights matches by wrapping between mark tags for highlighting in yellow and applying a bold formatting. However, matches are unfortunately not returning in ...
1
vote
0
answers
83
views
Why does Next.js middleware matcher fail with dynamic imports from a constants file?
I'm trying to use a centralized NAV_LINKS constant to define my protected routes for a Next.js middleware. The goal is to avoid repeating the route paths in both my component and the middleware config....
0
votes
0
answers
32
views
wagtail, same tags in different pages
I want to be able to have the same group of tags in different pages, i have the following models
class BlogTag(TagBase):
class Meta:
verbose_name = "blog tag"
...
1
vote
1
answer
66
views
How to add further info (desc, image, date) to a tag list in Eleventy
I'm working on a portfolio using Eleventy,
I've created a pagination for the tags with the following code
---
pagination:
data: collections
size: 1
alias: tag
addAllPagesToCollections: ...
0
votes
0
answers
25
views
maven release:prepare not using my tag name
I am trying to create a tag using maven:prepare maven:release, but the tag name that is created is ignoring the name I specified.
I have our workflow configured with github so it's run as a github ...
1
vote
2
answers
73
views
Creating a dotted <hr> tag keeps a grey line through the bottom part of the dots
Simple question probably, I hope I didn't miss someone else asking this because idk how to explain it in coding terms honestly
Basically, I'm trying to learn basic web design through creating an indie ...
0
votes
0
answers
66
views
yii html tags from db
In Yii framework I like to put image tags to a text block and store them in db. They are generated with php code. If I get back that code from the db it doesn't run. The same is true to hyperlinks. ...
1
vote
0
answers
20
views
Does GridDB Cloud support triggers or callbacks for real-time data processing?
I'm building a data ingestion pipeline with GridDB Cloud where IoT devices send temperature data every few seconds.
Once data is inserted into the container, I want to immediately trigger a function ...
1
vote
1
answer
114
views
How to parse ASN.1 custom tags using Golang encoding/asn1?
I have a struct:
type V struct {
S int `asn1:"tag:1"`
}
Then I ASN.1 marshal this struct:
val := V{S: 12}
b, _ := asn1.Marshal(val)
Using dumpasn1 I got correct ASN.1:
0 3: ...
0
votes
4
answers
525
views
Enhanced Conversions Missing from GA4 Tag in Tag Manager
I seem to be missing the “Include user-provided data from website” option in my web GTM GA4 event tag. Other past checkboxes have disappeared too. Checking other Google Tag Manager containers, too, ...
-1
votes
1
answer
120
views
Azure Policy Require a tag on creation Resource [closed]
I enabled Azure policy [Require a tag on resources], It is validating tags on resource creation as expected but it also evaluating existing resources and showing Non-compliant.
Definition
{
"...
0
votes
0
answers
26
views
Implementing Lock Feature After Writing to NFC Tag
I am currently facing an issue related to locking an NFC tag after writing data to it. By "locking," I mean making the tag's data read-only, so that once the data is written, it cannot be ...
0
votes
2
answers
172
views
How to get commit ID for a tag in Azure Devops git repository
I am trying to automate a view of all the workitems that have been closed between 2 branch tags of a git repo. One of the main issues I'm having is for some reason, when I view the tags from the tags ...
0
votes
0
answers
63
views
Using YAML tags with ruamel and custom implicit resolver(s)
I had a long post prepared which accidentally was lost due to inactivity. It could therefore be that I'm forgot some information, but I'll gladly provide more information.
I've read up on the ...
0
votes
0
answers
61
views
pyasn1 component-value is incompatible when attempting to set context tags
I'm trying to code the following from RFC 7906 using pyasn1:
aa-keyAlgorithm ATTRIBUTE ::= {
TYPE KeyAlgorithm
IDENTIFIED BY id-kma-keyAlgorithm }
KeyAlgorithm ::= SEQUENCE {
...
0
votes
0
answers
35
views
Thunderbird filter does not trigger
I recently set up more filters to make my life more convenient, but this current filter seems to not work at all:
version="9"
logging="yes"
name="filter name"
enabled=&...
0
votes
0
answers
20
views
Results of Python eyeD3 Program Not Reflected in Microsoft Explorer
I'm running Python 3.12 on Windows 10 using Visual Studio Code version 1.98.2. The python program calling eyeD3 runs OK most of the time when Metadata is version 2, 3, 0 or better.
However, after ...
1
vote
0
answers
31
views
How to Apply Different GORM Constraints on an Embedded Field While Implementing an Interface in Go?
I have a Person struct that implements an interface PersonInfo, which requires three getter methods: GetName(), GetEmail(), and GetLocation().
Two structs, Employee and Client, embed Person, but I ...
1
vote
0
answers
36
views
Create Incrementing Counter from Boolean Tag in Kepserver
I feel like this question should have simple resolution, but I cannot seem to pin a solution down.
I am looking for a way to create an incrementing counter each time a Boolean tag evaluates to true. I ...
0
votes
0
answers
23
views
Oracle BI Publisher RTF Template: Extract First column with Repeated corresponding column Details in Tabular Format
I'm working with an Oracle BI Publisher RTF template, and I am trying to create a table where the Extract_Person_Number is displayed in the first column, and for each person, their previous employment ...
0
votes
1
answer
58
views
Get tags as a list in Magento using API
/rest/V1/products?searchCriteria[filter_groups][0][filters][0][field]=tags&searchCriteria[filter_groups][0][filters][0][value]=my tag
I tried this but getting error.
{
"message": "...
0
votes
0
answers
96
views
How to Maintain Dynamic RTK Query Tag Validation and Invalidation for Multiple API Slices in Redux Toolkit?
I'm working on a project using Redux Toolkit (RTK) Query to manage multiple API endpoints, where each API slice is constructed dynamically through a function. My goal is to maintain a dynamic approach ...
0
votes
0
answers
98
views
Sunmi L2s locate specific RFID tag
I have a question about searching by rfid using a Sunmi device. I calculate the distance from the tag based on the returned rssi, holding the rfid trigger I constantly get feedback about all tags in ...
0
votes
0
answers
28
views
Wdio Cucumber filter steps in feature file based on tag
I've wdio cucumber feature file:
@T555
Feature: T555 Car Purchase Flow
Background:
Given I am logged in
Scenario: Verify the process of purchasing T555 Car
Given I navigate to &...
0
votes
2
answers
125
views
pydicom: Add Series Desrcription to DICOMDIR
I want to rearrange non medical DICOM-data. Using pydicom I want to produce a DICOMDIR with at least one additional tag. For each Series I want to add the Series Description like this:
(0008, 103e) ...
0
votes
1
answer
143
views
Why do I get a the wrong .Net core version reported when specifying the correct container tag?
In my build pipeline I pull this container:
mcr.microsoft.com/dotnet/sdk:8.0.405
When I run dotnet format --version within that container I get the following version number:
8.3.546805+...
1
vote
0
answers
38
views
How to Read/Modify the Rating (Popularity Meter) of a .m4a Music File in Python?
I am looking for a way to read and modify the rating (popularity meter (POPM) or "stars") of an .m4a music file using Python.
Question:
What is the correct tag name for the rating (...
0
votes
2
answers
558
views
List ALL GCP Resources a Tag is attached to
According to GCP Documentation for Tags: To delete a tag value, you must first remove it from all resources. A tag value that is still attached to a resource will not be deleted.
If you have numerous ...
0
votes
0
answers
26
views
Tag value not being filtered by InfluxDB
I have a python code that writes into a InfluxDB bucket. It has its tags and fields correctly defined, but when I try to filter them from the data explorer, it doesn't show the values for "sensor&...
0
votes
0
answers
25
views
Is there a way to copy HTML code on a page WITHOUT the SPAN and link tags being stripped off by the editor
I am using a wysiwyg page editor in an Azure Admin portal, and am trying to reduce the amount of formatting steps (8 trips to the color picker) by using the built-in browser developer "Inspect &...
0
votes
0
answers
136
views
How to Display Google AdSense Ads Correctly in a React TypeScript SPA?
Problem:
I am working on a Single Page Application (SPA) using React, and I’m trying to display Google AdSense ads on my website. I’ve followed the official documentation to integrate AdSense, but the ...
0
votes
0
answers
45
views
How do I use the youtube v3 api to set the youtube live broadcast Tags and youtube live broadcast CategoryID on youtube Live Broadcast. In JS code?
I am using JS to create a youtube live stream and then bing it to a new live broadcast. However I want to set the broadcasts Category and TAGS, but adding those values to the snippet seem to be ...
1
vote
1
answer
139
views
How to Query Multiple Blob Tags with AND Operator in Azurite 3.33.0?
I am using Azurite 3.33.0 to emulate Azure Blob Storage locally, and I am trying to query blobs by multiple tags using the find_blobs_by_tags method. This should recently have been fixed by Azurite (...
0
votes
1
answer
410
views
Power BI - Remove all HTML tags in one column
I have a Power BI dataset with one column that contains HTML tags. I have tried to make a custom column with the following code:
try Html.Table([HTML Text],{{"PlainText",":root"}}) ...
0
votes
2
answers
125
views
iOS UITextView rich text with tags
I want to implement a UITextView whose content consists of plain text and tags, where the tags are text with a rounded gray background.
I tried to use NSAttributedString, but it cannot set rounded ...
0
votes
1
answer
100
views
Problem with disabling tag archives of custom post types on WordPress
I have problems with tags. They are disable in Yoast SEO but wordpress generate pages that give me 404 no found.
They look something like this
tag/costum/cine-ne-recomanda/
Where cine-ne-recomanda ...
0
votes
0
answers
55
views
Why Does the /tags Endpoint in the Instagram API Return an IGApiException?
We are using the Instagram API via the Instagram Login feature. We obtained the necessary scopes and have set the app to live status.
Some users of this app can successfully retrieve their tagged ...
0
votes
0
answers
27
views
img tag in html5 not show image when used url in google chrome
when i used img tag () and use URL for image at anther web site , the image Don't show up in google chrome browser but show by Firefox browser
examle code used url image at img tag html5
<img src=&...
0
votes
0
answers
111
views
How can I search for all tables with at least one tag template attached across all BigQuery datasets in a project using Google Data Catalog?
I want to do this in Python and I am currently trying with this code:
def get_tables_with_tags(project_id):
scope = {'include_project_ids': [project_id]}
search_query = 'type=TABLE AND tag:x'
...
0
votes
1
answer
116
views
cypress-tags and cypress run both failing to executed only tagged test cases in cypress-cucumber framework
I tried cypress-tags and cypress run commands to execute tagged test cases but both are failing. can someone guide for solution?
dependancy versions:
"@badeball/cypress-cucumber-preprocessor"...
1
vote
1
answer
65
views
Unity find all game objects with certain main tag, not having to specify the sub tag?
I'm making a simple Unity 2D Idle game with a lot of balls jumping around and making money. I am currently using subtags to declare them (for everyone who doesn't know that, you can make subtags, for ...
0
votes
0
answers
29
views
How to charge the image of link
I have a question, is it possible to put the image of a url in this code, instead of the one in android:background=@drawnings/banner_icon another one that is hosted in a url??. Thanks everyone
The ...
0
votes
2
answers
57
views
storing and retrieving a string in tcomponent.tag using freepascal
I want to store this string expression:
oField.displayname+'='+varTostr(fieldbyname(ofield.fieldame).value)
where ofield is TField of dataset in TComponent.Tag. How can I do this?
I am using ...
0
votes
1
answer
87
views
Audio tag html doesn't play sound when clicked on IOS
I'm in Blazor server and when I click on my audio tag, it doesn't play any sound. But when I click it on Android or on Windows PC, it works well.
This is my code:
@if (Question.Parcours.Type == ...
0
votes
1
answer
29
views
android studio activity xml(about tags)
The code worked well ,but it doesn't work now, even though it's the same code. I added and changed the codes of other files to use chaquopy. I got an error about tags.
I removed codes related to ...
0
votes
0
answers
24
views
Include an image inside as though it's a letter inside a <text> span on svg
I'd really like to place an image at a specific place within some text in an svg:
<text>The <image href="cow.png" width="5px" height="5px"/> jumped over the ...
0
votes
0
answers
41
views
two namespaces with the same value in advancedfileoutputXML Talend
I have 2 namespaces with the same value
xmlns:(default) with static value http://www.energistics.org/energyml/data/prodmlv2
xmlns:prodml with static value http://www.energistics.org/energyml/data/...
1
vote
1
answer
51
views
Dynamic struct field enumeration and attribute parsing in go
I am trying to create custom attribute tags for my go program. These tags will be used with fields, that will pull their values from vault, for e.g. Password string \vault:"password"``. The ...
0
votes
0
answers
22
views
Specflow Scenario with Tag-Based JSON Data Management
My specflow scenario has 4 tags example @sanity-qa, @Regression-qa, @Sanity-Stg and @regression-Stg. Scenario example is below:
@sanity-qa
@Regression-qa
@Sanity-Stg
@regression-Stg
...